Commit 78d0a2ec by Richard Guenther Committed by Richard Biener

re PR middle-end/37026 (GCC ICE in tree_to_gimple_tuple)

2008-08-05  Richard Guenther  <rguenther@suse.de>

	PR middle-end/37026
	* gcc.c-torture/compile/pr37026.c: New testcase.

From-SVN: r138700
parent ba3fa650
2008-08-05 Richard Guenther <rguenther@suse.de>
PR middle-end/37026
* gcc.c-torture/compile/pr37026.c: New testcase.
2008-08-04 Arnaud Charlet <charlet@adacore.com> 2008-08-04 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/access_discr2.adb: New test. * gnat.dg/access_discr2.adb: New test.
......
struct a {
long a1;
long a2;
};
struct b {
struct a b1;
struct a b2;
};
void bar (struct b *c)
{
c->b1 = c->b2 = ((struct a) { foo(), 0 });
}
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