aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr61391.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr61391.c b/gcc/testsuite/gcc.dg/torture/pr61391.c
index 45b6c71..1278ce7 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;