This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3374: Bootstrap failure with -O -fomit-frame-pointer
- From: Laurynas Biveinis <lauras at softhome dot net>
- To: bangerth at dealii dot org
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Tue, 19 Nov 2002 23:34:28 +0200
- Subject: Re: bootstrap/3374: Bootstrap failure with -O -fomit-frame-pointer
- References: <20021119201745.17405.qmail@sources.redhat.com>
- Reply-to: Laurynas Biveinis <lauras at softhome dot net>
> Synopsis: Bootstrap failure with -O -fomit-frame-pointer
> This is a rather old bootstrap failure. Can you please
> check whether this still happens with newer versions of gcc
> and report your findings?
Hello,
Unfortunatelly I do not have resources right now to check it :(
However, the failure was encountered on very common platform
i686-pc-linux-gnu, so it would be nice if someone could spare some
CPU time to do bootstrap with
BOOT_CFLAGS="-O -fomit-frame-pointer -fno-defer-pop -fno-thread-jumps"
(Those -fno-... options are not required to reproduce debugging, IIRC.
They were added just to narrow the set of active optimizations, I
think) I'll check myself as soon as I am able to. (In a month or
two...)
Laurynas