1 /* { dg-do compile } */
2 /* { dg-options "-fstrict-overflow -O2 -Wstrict-overflow" } */
4 /* Don't warn about an overflow in a copied loop header. We used to
5 get a warning in value numbering. This is PR 33565. */
13 for (j
= m
; j
< m
+ 10 && j
< n
; j
++)