From 3def9a976919ceeda85707f324fa2d9a0336a2bb Mon Sep 17 00:00:00 2001 From: Kirill Yukhin Date: Fri, 6 Jun 2014 05:31:26 +0000 Subject: [PATCH] pr61391.c: Fix test. gcc/testsuite/ * gcc.dg/torture/pr61391.c: Fix test. From-SVN: r211298 --- gcc/testsuite/gcc.dg/torture/pr61391.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/torture/pr61391.c b/gcc/testsuite/gcc.dg/torture/pr61391.c index 45b6c71a6f0..1278ce7d35a 100644 --- a/gcc/testsuite/gcc.dg/torture/pr61391.c +++ b/gcc/testsuite/gcc.dg/torture/pr61391.c @@ -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; -- 2.30.2