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