Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Woverflow-1.C
blob: 064af4561eaa6a710043afdcefd01d1a464b3eda [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2" } */
#include
<limits.h>
int
foo
=
INT_MAX
+
1
;
/* { dg-warning "integer overflow" } */