* gcc.dg/webizer.c: Increase the array size.

From-SVN: r195225
This commit is contained in:
Janis Johnson 2013-01-16 03:45:29 +00:00 committed by Janis Johnson
parent db06526856
commit 0133a2aa7d
2 changed files with 5 additions and 1 deletions

View 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

View 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;