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


Gabriel Dos Reis wrote:
"Giovanni Bajo" <giovannibajo@libero.it> writes:

| > 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.


nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk



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