This is the mail archive of the gcc-patches@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: Push GENERIC farther into C/C++ front ends.


You Wrote Mark Mitchell

> I'm OK with this change -- but I want to make sure that we don't try to
> generate GENERIC stuff too early.  I think it should be a fundamental
> design goal that we first generate a representation that is unlowered
> C++, and then transform to GENERIC.  The reason that is imperative is
> that people really do want to use G++ for source-analysis kinds of
> applications, and the unlowered form is essential for that.

Strongly agreed.
(For example, the current treatment of constructors in non-template
codes is very annoying).


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