]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/60227 ([C++11] ICE using brace-enclosed initializer list to initialize...
authorJason Merrill <jason@redhat.com>
Fri, 21 Feb 2014 15:53:43 +0000 (10:53 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 21 Feb 2014 15:53:43 +0000 (10:53 -0500)
PR c++/60227
Fix ChangeLog

From-SVN: r208009

gcc/cp/ChangeLog
gcc/testsuite/g++.dg/cpp1y/vla13.C

index 5a91dcfb3a4003246b0462ef19d1ebac1c756d07..9fd839178bb2d70c18c575c2a38e3d3592548cdf 100644 (file)
@@ -11,7 +11,7 @@
        * decl.c (cp_complete_array_type, maybe_deduce_size_from_array_init):
        Don't get confused by a CONSTRUCTOR that already has a type.
 
-       PR c++/60277
+       PR c++/60227
        * call.c (build_array_conv): Don't crash on VLA.
 
        PR c++/60248
index 71b5452d693c2328a8e2bee9a994d06496dbb3f9..1efd00fcfd315e1cc907d7753deca3b0f27f5f63 100644 (file)
@@ -1,4 +1,4 @@
-// PR c++/60277
+// PR c++/60227
 // { dg-options "-std=c++1y -pedantic-errors" }
 
 void foo(int n)