C++ PATCH for core 1612 (lambda and anonymous union)

Jason Merrill jason@redhat.com
Mon Apr 22 19:35:00 GMT 2013


When a lambda names a member of an anonymous union, it's not clear 
whether it's intended to capture the union as a whole or the member.  So 
we decided it should be ill-formed.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: core1612.patch
Type: text/x-patch
Size: 1405 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20130422/8c8cceb3/attachment.bin>


More information about the Gcc-patches mailing list