Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr95582.c
blobcc2ab46ec95fa49c2da2c7b38c67b8ee5c4ed294
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple -O3" } */
4 typedef _Bool bool8 __attribute__((signed_bool_precision(8)));
6 bool8 data[16];
8 void __GIMPLE(ssa) foo(int f)
10 _Bool t;
11 bool8 tp;
13 __BB(2):
14 t_2 = f_1(D) != 0;
15 tp_3 = (bool8) t_2;
16 data[0] = tp_3;
17 data[1] = tp_3;
18 return;