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]

FIXINCL goes into an infinite loop on alpha-osf4



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


turning on verbosity doesn't show anything extra after this line.  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,
 > -----------------------------------------------------------^
 > make[1]: *** [fixincl.o] Error 1



I was able to bootstrap on 1/18, so it is something recent.

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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