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: [C++ PATCH] Fix 14179 - memory-hog


"Giovanni Bajo" <giovannibajo@libero.it> writes:

| Nathan Sidwell wrote:
| 
| >>>> Note that
| >>>> +             error ("name `%D' used in a GNU-style designated "
| >>>> and
| >>>> +                 error ("Designated initializer `%E' larger than
| >>>> array "
| >>>> should use %qD and %qE instead of `%D' and `%E'.
| >>> 
| >>> Right, but we have not changed that yet in the C++ frontend, so I'll
| >>> wait for a C++ FE maintainer opinion on this (maybe they don't want
| >>> to do this incrementally).
| > 
| > I think we should convert the C++ FE now.
| 
| Will this be approved even in Stage 3?

Yes, we're at the beginning.  The worse situation would be to have C
converted (already happended) and not C++ -- whereas they are chsing
codes.
I've been working on that this week-end.  I've gotten 5 files
converted.  Not committed yet.

-- gaby


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