[PATCH] c++/71147 - [6 Regression] Flexible array member wrongly rejected in template

Martin Sebor msebor@gmail.com
Thu May 19 01:40:00 GMT 2016


The handling of flexible array members whose element type was
dependent tried to deal with the case when the element type
was not yet completed but it did it wrong.  The attached patch
corrects the handling by trying to complete the element type
first.

Thanks
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-71147.patch
Type: text/x-patch
Size: 2516 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20160519/5af5a829/attachment.bin>


More information about the Gcc-patches mailing list