1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Warray-bounds" } */
6 int fct (int r
, long e
, int neg
)
11 if (__builtin_expect(e
< -52, 0))
12 d
= r
== 0 && a () ? 1 : 2;
18 for (i
= 1 ; i
< n
/ 64 + 1 ; i
++)
19 d
= t
[i
]; /* { dg-bogus "array bounds" } */