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 for c++/47277 (ICE on ill-formed enum dtor)


On 05/28/2011 11:56 PM, Jason Merrill wrote:
As Paolo pointed out, our error message in this case could still be improved; this patch commits us to the pseudo-destructor interpretation if it's the only possible answer, so we get a better message about the use of an undeclared name.
Ah, great. Thanks!

Paolo.


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