Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20070522-1.c
blob4c8b70c80d79d5b2226ebdab3117aa1e4d018788
1 /* This was PR 31606, we were trying to use TImode to expand the
2 struct copy in SRA but TImode is not support on ia32. */
4 struct Collision {
5 int edge;
6 int triangle;
7 float _M_instance[3] __attribute__((__aligned__));
8 };
9 void get_collisions(struct Collision a) {
10 struct Collision b = a;