This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: FIXINCL goes into an infinite loop on alpha-osf4
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: FIXINCL goes into an infinite loop on alpha-osf4
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Sat, 22 Jan 2000 12:41:37 -0800
- Cc: egcs-bugs at egcs dot cygnus dot com, autogen at linuxbox dot com
- References: <200001221930.OAA11326@caip.rutgers.edu>
On Sat, Jan 22, 2000 at 02:30:36PM -0500, Kaveh R. Ghazi wrote:
>
> Last night's gcc CVS cannot complete running fixincl, it goes into an
> infinite loop eating 99.9% of the CPU. I can't seem to figure out
> what file it is processing because it simply ends with:
>
> > Applying Io_Def_Quotes to sys/fpsreg.h
Can you run it again, and when it goes into the infinite loop, attach
to it in the debugger and get me a stack trace?
> I tried turning on DO_STATS/DEBUG, but then fixincl.c wouldn't
> compile:
>
> > cc: Error: ../../../egcs-CVS20000121/gcc/fixinc/fixincl.c, line 1149:
> > In this statement, "pz_fname" is not declared.
> > fprintf (stderr, z_failed, p_fixd->fix_name, pz_fname,
> > -----------------------------------------------------------^
> > cc: Error: ../../../egcs-CVS20000121/gcc/fixinc/fixincl.c, line 1160:
> > In this statement, "pz_fname" is not declared.
> > fprintf (stderr, z_failed, p_fixd->fix_name, pz_fname,
> > -----------------------------------------------------------^
> > cc: Error: ../../../egcs-CVS20000121/gcc/fixinc/fixincl.c, line 1171:
> > In this statement, "pz_fname" is not declared.
> > fprintf (stderr, z_failed, p_fixd->fix_name, pz_fname,
> > -----------------------------------------------------------^
> > cc: Error: ../../../egcs-CVS20000121/gcc/fixinc/fixincl.c, line 1184:
> > In this statement, "pz_fname" is not declared.
> > fprintf (stderr, z_failed, p_fixd->fix_name, pz_fname,
> > -----------------------------------------------------------^
I'll look at this.
zw