r191718 - Remove support for arrays of runtime bound in C++1y, now they have been voted

Richard Smith richard at metafoo.co.uk
Mon Sep 30 18:39:19 PDT 2013


On Mon, Sep 30, 2013 at 6:34 PM, Chandler Carruth <chandlerc at google.com>wrote:

>
> On Mon, Sep 30, 2013 at 7:19 PM, Richard Smith <richard-llvm at metafoo.co.uk
> > wrote:
>
>> Remove support for arrays of runtime bound in C++1y, now they have been
>> voted
>> out of the working paper. This reverts r179962 and r179992.
>>
>
> Would it be useful to continue to include this, but as an extension under
> its own name?
>

It's still present under -Wvla. The difference is essentially just that
-std=c++1y doesn't turn off the warning any more.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130930/eaf3edf1/attachment.html>


More information about the cfe-commits mailing list