This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/25636] cc1 and cc1plus --help core
- From: "drab at kepler dot fjfi dot cvut dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jan 2006 02:09:26 -0000
- Subject: [Bug middle-end/25636] cc1 and cc1plus --help core
- References: <bug-25636-11951@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from drab at kepler dot fjfi dot cvut dot cz 2006-01-16 02:09 -------
>From compilation logs, I see:
------------------
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I.
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/.
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/../include
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/../libcpp/include
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/../libdecnumber
-I../libdecnumber ../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/opts.c
-o opts.o
------------------------
and
------------------------
/usr/local/opt/MDLinux/builds/gcc-SVN-20060113/AthlonXP-big/gcc-SVN-20060113/./prev-gcc/xgcc
-B/usr/local/opt/MDLinux/builds/gcc-SVN-20060113/AthlonXP-big/gcc-SVN-20060113/./prev-gcc/
-B/usr/local/opt/gcc-4.2/i786-pc-linux-gnu/bin/ -c -O2 -g
-fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Wmissing-format-attribute -Werror -DHAVE_CONFIG_H
-I. -I. -I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/.
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/../include
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/../libcpp/include
-I../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/../libdecnumber
-I../libdecnumber ../../../../gcc-SVN-20060113/gcc-SVN-20060113/gcc/opts.c
-o opts.o
------------------------
Which is basically "no opts" against "-O2 -fomit-frame-pointer". So it should
be in some option wrapped within the -O2, I guess.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25636