PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr79571.c
blob4595a1a0d8221468650ede3aeb38ab6007995e6d
1 /* PR rtl-optimization/79571 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -mno-sse -w" } */
5 struct a
7 int b;
8 int *c
9 } h;
10 struct d
12 struct a e
14 struct fd
16 struct d *d
17 } i;
19 j ()
21 unsigned a = g;
22 i = (struct fd){a & 3};
23 struct fd f = i;
24 h = f.d->e;