This is the mail archive of the gcc@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: CVS1902 preprocessor problem on Linux/ia64


Jes Sorensen wrote:-

> While trying to bootstrap today's snapshot (Feb 19, 2001) under
> Linux/ia64, I am having problems with the pre processor (I asume)
> segfaulting.
> Ie. if I run a compile on some of the files with -O2 it fails, On the

Hi Jes,

If you get differences between -O1 and -O2 it is very unlikely to be
the preprocessor, since those flags are for the compiler only.  I suspect
it is some issue to do with a #line appearing and surprising the compiler;
but I really don't know.

A backtrace in GDB would help people track it down.

Neil.


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