1 /* PR middle-end/23199 */
2 /* Testcase by Ralf Menzel <menzel@ls6.cs.uni-dortmund.de> */
4 /* { dg-do compile } */
5 /* { dg-options "-O -fprofile-generate" } */
9 struct rtx_def
*rt_rtx
;
12 typedef union rtunion_def rtunion
;
16 unsigned int in_struct
: 1;
22 typedef struct rtx_def
*rtx
;
25 check_annul_list_true_false (int annul_true_p
, rtx delay_list
)
31 rtx trial
= (((temp
)->u
.fld
[0]).rt_rtx
);
32 if ((annul_true_p
&& (((trial
))->in_struct
)))