On Fri, May 1, 2009 at 6:48 PM, Joseph S. Myers <[email protected]> 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 <[email protected]> > > * c-format.c (gcc_tdiag_char_table): Add support for %E. > > 2009-04-17 Simon Baldwin <[email protected]> > > * 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? Ciao! Steven
