This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FIXINCL goes into an infinite loop on alpha-osf4


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]