Re: infinate loop in as with .org pseudo

2005-08-18 Thread Nick Clifton
Hi Dan, I added a declaration for frag_count to your patch and it successfully issues an error on this code (and also on the original source from which this code was simplified). Great - in which case I will check the patch in along with this entry in the ChangeLog: gas/ChangeLog 2005-08-1

Re: infinate loop in as with .org pseudo

2005-08-17 Thread Dan Gohman
On Wed, Aug 17, 2005 at 06:59:14PM +0100, Nick Clifton wrote: > Hi Dan, > > >Given this as input (three lines): > > > > foo = . > > .org foo+16 > > foo = . > > > >GNU as (with no special command-line options) apparently goes into an > >infinate loop. > > Not surprising really since that is a path

Re: infinate loop in as with .org pseudo

2005-08-17 Thread Nick Clifton
Hi Dan, Given this as input (three lines): foo = . .org foo+16 foo = . GNU as (with no special command-line options) apparently goes into an infinate loop. Not surprising really since that is a pathological piece of code. Still infinite loops are bad things, so please could you try out

infinate loop in as with .org pseudo

2005-08-12 Thread Dan Gohman
Given this as input (three lines): foo = . .org foo+16 foo = . GNU as (with no special command-line options) apparently goes into an infinate loop. I can reproduce the problem on i386 platforms in the as on Red Had Linux release 9 SuSE Linux 8.2 SUSE LINUX Enterprise Server 9 Red Hat