------- Comment #19 from sergstesh at yahoo dot com  2008-01-18 23:33 -------
Regarding "BTW, is your makefile adding -Wstrict-overflow after or before -Wall
-Wextra?".

Here is how the first action line in 'make.log' looks:

"
    23  if /bin/sh ../../libtool --tag=CC --mode=compile
/maxtor5/sergei/AppsFromScratchWD/install/gcc-4.2.2/bin/gcc -DHAVE_CONFIG_H -I.
-I. -I../../src     -O2 -Wstrict-overflow=5 -std=gnu99 -W -Wall
-Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes
-Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual
-Wnested-externs -Wshadow -Wbad-function-cast -Wwrite-strings  -pipe  -MT
add.lo -MD -MP -MF ".deps/add.Tpo" -c -o add.lo add.c; \
    24          then mv -f ".deps/add.Tpo" ".deps/add.Plo"; else rm -f
".deps/add.Tpo"; exit 1; fi
".

My understanding is that whatever is given to 'configure' as CFLAGS is inserted
before the flags 'configure' and friends put.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34841

Reply via email to