1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 typedef unsigned uint32_t;
8 uint32_t cde40_key_pol();
9 long cde40_offset_check(uint32_t pos
) {
12 return (offset
- 2) % (((pos
== 3) ? 18 : 26)) != 0;
15 void cde40_check_struct() {
16 uint32_t i
, j
, to_compare
;
18 cde40_offset_check(i
);
19 if (to_compare
== 0) {
20 if (i
&& cde40_key_pol())