On Fri, 1 May 2009, Steven Bosscher wrote: > On Fri, May 1, 2009 at 6:48 PM, Joseph S. Myers <jos...@codesourcery.com> > wrote: > > On Fri, 1 May 2009, Steven Bosscher wrote: > > > >> Actually nothing uses it, except one case of %qE. And some passes > >> forgot to include splay-tree.h but got it via c-*.h. > > > > There should be no problem with %qE in non-front-end files, since: > > > > 2009-04-23 Rafael Avila de Espindola <espind...@google.com> > > > > * c-format.c (gcc_tdiag_char_table): Add support for %E. > > > > 2009-04-17 Simon Baldwin <sim...@google.com> > > > > * toplev.c (default_tree_printer): Add handling for %E format. > > Well, I updated my tree to r147033, and I got warnings in > tree-ssa-structalias.c (unknown format, and too many arguments for > format), so apparently there still is a problem. Do I need to include > something extra?
I'd expect warnings in stage 1 (building with an older compiler that doesn't have the %E format checking changes), but not in subsequent stages (building with the newly built compiler, using -Werror). -- Joseph S. Myers jos...@codesourcery.com