* gcc.dg/webizer.c: Increase the array size.
authorJanis Johnson <janisjo@codesourcery.com>
Wed, 16 Jan 2013 03:45:29 +0000 (03:45 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 16 Jan 2013 03:45:29 +0000 (03:45 +0000)
From-SVN: r195225

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/webizer.c

index 6c6f0b40c7476649eb4cd2195b4da61ee6da2c28..01065d4802f79afc579336fb7246bddf85647014 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-15  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.dg/webizer.c: Increase the array size.
+
 2013-01-15  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/55940
index f5c03e20cd8f9381f9762bbb0fd41a68845b615b..4f03037c500b45f077965d827e1d025d63071b33 100644 (file)
@@ -8,7 +8,7 @@ typedef struct rowbox {
     int ypos ;
     int desiredL ;
 } ROWBOX ;
-ROWBOX rowArray1[2] ;
+ROWBOX rowArray1[3] ;
 ROWBOX *rowArray = rowArray1;
 
 int numRows = 2;