OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Woverflow-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wno-overflow" } */
3
4 #include <limits.h>
5
6 int foo = INT_MAX + 1;
7