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
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
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
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