PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / warn / Woverflow-3.C
blob73a021b59460a4a7da0c96ba7b9d269f926b6ac5
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wno-overflow" } */
4 #include <limits.h>
6 int foo = INT_MAX + 1;