1 /* PR bootstrap/41241 */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu17 -O2 -fcompare-debug -g" } */
4 /* { dg-options "-std=gnu17 -O2 -fcompare-debug -g -march=i586 -mtune=i586 -fomit-frame-pointer" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
6 typedef struct { int t1
; int t2
; int t3
; } *T
;
7 typedef struct { int s
; } S
;
10 int fn2 (int, int, int);
31 f
->t3
&= g
->t3
|= fn2 (0, b
, x
->t1
);