* gcc.c-torture/compile-limits-stringlit.c: Reduce size of string.
From-SVN: r124371
This commit is contained in:
parent
a74e2c64a1
commit
a04652573e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-05-02 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* gcc.c-torture/compile-limits-stringlit.c: Reduce size of string.
|
||||
|
||||
2007-05-02 Seongbae Park <seongbae.park@gmail.com>
|
||||
|
||||
PR C++/31663
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
#define STR7 STR6 STR6 STR6 STR6 STR6 STR6 STR6 STR6 STR6 STR6
|
||||
#define STR8 STR7 STR7 STR7 STR7 STR7 STR7 STR7 STR7 STR7 STR7
|
||||
|
||||
char vlv[] = STR8;
|
||||
char vlv[] = STR6;
|
||||
|
|
Loading…
Add table
Reference in a new issue