Commit 0133a2aa by Janis Johnson Committed by Janis Johnson

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

From-SVN: r195225
parent db065268
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
......
......@@ -8,7 +8,7 @@ typedef struct rowbox {
int ypos ;
int desiredL ;
} ROWBOX ;
ROWBOX rowArray1[2] ;
ROWBOX rowArray1[3] ;
ROWBOX *rowArray = rowArray1;
int numRows = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment