Commit 310750d8 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/33723 (Inefficient code with compound literals)

	PR tree-optimization/33723
	* gcc.dg/tree-ssa/pr33723.c (T): Decrease size of field s.

From-SVN: r129772
parent e0734f62
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
......@@ -10,7 +10,7 @@ typedef union
long int f9, f10;
int f11;
} f;
char s[56];
char s[4];
long int a;
} T;
......
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