re PR tree-optimization/33723 (Inefficient code with compound literals)
authorJakub Jelinek <jakub@redhat.com>
Tue, 30 Oct 2007 13:29:57 +0000 (14:29 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 30 Oct 2007 13:29:57 +0000 (14:29 +0100)
PR tree-optimization/33723
* gcc.dg/tree-ssa/pr33723.c (T): Decrease size of field s.

From-SVN: r129772

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr33723.c

index 11a54f1..19ae6a8 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/33723
+       * gcc.dg/tree-ssa/pr33723.c (T): Decrease size of field s.
+
 2007-10-30  Richard Guenther  <rguenther@suse.de>
 
        * gcc.c-torture/execute/20071030-1.c: New testcase copied from
index b11623f..6c07682 100644 (file)
@@ -10,7 +10,7 @@ typedef union
     long int f9, f10;
     int f11;
   } f;
-  char s[56];
+  char s[4];
   long int a;
 } T;