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++/43070 (ICE on computed goto)


Jason Merrill wrote:

> anymore.  But the real issue here is that the testcase is invalid, and
> we were failing to diagnose it: both label[12].C are trying to goto the
> address of the array, rather than the element.

Thanks for fixing this.

I have no memory of what I was thinking when I made this change, but
you're absolutely right; I must have missed that the testscase was
ill-formed.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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