* gcc.c-torture/compile-limits-stringlit.c: Reduce size of string.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 3 May 2007 00:25:18 +0000 (00:25 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 3 May 2007 00:25:18 +0000 (00:25 +0000)
From-SVN: r124371

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/limits-stringlit.c

index 1ecf01394b309f3339d1aca2bce2711ac87d8aa4..d8444cd286a694679533dec3dfbff9c977e034b1 100644 (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
index 545a8bece1bd0e11f5c48f706739e707198e9b46..22dc19b3c6e71aa22b0fbd8d2cc7a97e59f12e07 100644 (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;