From: Kirill Yukhin Date: Fri, 6 Jun 2014 05:31:26 +0000 (+0000) Subject: pr61391.c: Fix test. X-Git-Tag: releases/gcc-5.1.0~7055 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3def9a976919ceeda85707f324fa2d9a0336a2bb;p=thirdparty%2Fgcc.git pr61391.c: Fix test. gcc/testsuite/ * gcc.dg/torture/pr61391.c: Fix test. From-SVN: r211298 --- diff --git a/gcc/testsuite/gcc.dg/torture/pr61391.c b/gcc/testsuite/gcc.dg/torture/pr61391.c index 45b6c71a6f0e..1278ce7d35a9 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;