mirror of git://gcc.gnu.org/git/gcc.git
* gcc.dg/webizer.c: Increase the array size.
From-SVN: r195225
This commit is contained in:
parent
db06526856
commit
0133a2aa7d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ typedef struct rowbox {
|
|||
int ypos ;
|
||||
int desiredL ;
|
||||
} ROWBOX ;
|
||||
ROWBOX rowArray1[2] ;
|
||||
ROWBOX rowArray1[3] ;
|
||||
ROWBOX *rowArray = rowArray1;
|
||||
|
||||
int numRows = 2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue