Commit a0465257 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r124371
parent a74e2c64
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;
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