[RFC] Thoughts on reordering the source tree
Steven Bosscher
stevenb.gcc@gmail.com
Fri May 1 16:55:00 GMT 2009
On Fri, May 1, 2009 at 6:48 PM, Joseph S. Myers <joseph@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 <espindola@google.com>
>
> * c-format.c (gcc_tdiag_char_table): Add support for %E.
>
> 2009-04-17 Simon Baldwin <simonb@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?
Ciao!
Steven
More information about the Gcc
mailing list