... committed as obvious the below.

Paolo.

/////////////////////
2014-12-15  Paolo Carlini  <paolo.carl...@oracle.com>

        * g++.dg/cpp1y/pr63996.C: Fix.
Index: g++.dg/cpp1y/pr63996.C
===================================================================
--- g++.dg/cpp1y/pr63996.C      (revision 218737)
+++ g++.dg/cpp1y/pr63996.C      (working copy)
@@ -3,7 +3,7 @@
 constexpr int
 foo (int i)
 {
-  int a[i] = { };
+  int a[i] = { }; // { dg-error "forbids variable length" }
 }
 
 constexpr int j = foo (1); // { dg-error "is not a constant expression" }

Reply via email to