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: GCC pretty printer + typedefs


On Thu, 17 Jan 2008, Taras Glek wrote:

| Major Issue: Specifying TFF_CHASE_TYPEDEFS as a parameter only works with
| top-level typenames because the C/C++ pretty printing code does not
| support/propagate the flags parameter. Is this considered a bug or a TODO?
| Would a patch to move the TFF* flags into the C frontend be of interest?

In the context of C++, this has been discussed many times (especially
in the context of template instantiations), but no clear conclusion
and implementation strategy came out.  If you're going to do this for
C++, please make sure that Dave Abrahams (from Boost community) has
some input in your strategy.

-- Gaby


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