http://gcc.gnu.org/wiki/FAQ#stage1warnings
I really don't understand why first stage or --disable-bootstrap is not using -w. (Probably, like most things in GCC, because nobody has bothered to implement it.) On 11 June 2012 12:49, Jay K <jay.kr...@cornell.edu> wrote: > > ./../gcc-4.7/gcc/pretty-print.h:324: warning: ‘__gcc_tdiag__’ is an > unrecognized format function type > ../../gcc-4.7/gcc/pretty-print.h:327: warning: ‘__gcc_tdiag__’ is an > unrecognized format function type > > > I get a lot of those. > Yes, I'm using -disable-bootstrap. > It is a warning, not an error. > Maybe it should be autoconf'ed away? > Or just removed entirely if building with -disable-bootstrap? (kind of like > how -O2 is removed) > > > > - Jay >