This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Thoughts on reordering the source tree


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.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]