------- 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