]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr61391.c: Fix test.
authorKirill Yukhin <kyukhin@gcc.gnu.org>
Fri, 6 Jun 2014 05:31:26 +0000 (05:31 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Fri, 6 Jun 2014 05:31:26 +0000 (05:31 +0000)
gcc/testsuite/
* gcc.dg/torture/pr61391.c: Fix test.

From-SVN: r211298

gcc/testsuite/gcc.dg/torture/pr61391.c

index 45b6c71a6f0e8baf7aefa7703e96cc195c98ed5d..1278ce7d35a9a4064439bf101d561f6362de1501 100644 (file)
@@ -7,7 +7,7 @@ int i;
 void
 p(void)
 {
-  int c[2] = { 0 };
+  int c[3] = { 0 };
   for (h = 0; h < 2; ++h) {
     static int *l = &h;
     int t;