Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20040817-1.c
blob158596c8f2da9d3d53290a9cccac19b3d1a0dbba
1 /* PR 17051: SRA failed to rename the VOPS properly. */
3 struct A
5 char c, d;
6 };
8 void foo(struct A *p)
10 struct A a = *p;
12 if (p->c)
13 bar1(a);
14 else
16 if (p) bar2(a,a.c);
17 bar3(a.c);