This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
-fomit-frame-pointer is evil
- From: root <root at ibe dot miee dot ru>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Dec 2001 14:56:34 +0300 (MSK)
- Subject: -fomit-frame-pointer is evil
Hello there guys,
seems like i`ve narrowed down the cause of gcc build failure
the difference between CFLAGS="-Os -pipe -fomit-frame-pointer"
and "-Os -pipe" seems to kill gcc build on unwind-dw2.c due
to segfault on the second stage.
this is all about gcc-3.0.3
regards, Samium Gromoff