* gcc.c-torture/compile-limits-stringlit.c: Reduce size of string.

From-SVN: r124371
This commit is contained in:
Geoffrey Keating 2007-05-03 00:25:18 +00:00 committed by Geoffrey Keating
parent a74e2c64a1
commit a04652573e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

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