This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS1902 preprocessor problem on Linux/ia64
- To: Jes Sorensen <jes at linuxcare dot com>
- Subject: Re: CVS1902 preprocessor problem on Linux/ia64
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Mon, 19 Feb 2001 19:09:11 +0000
- Cc: gcc at gcc dot gnu dot org
- References: <200102191530.QAA21067@lxplus015.cern.ch>
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.