OSDN Git Service

* gcc.dg/array-init-1.c: Add -mtune=i686 for 32bit x86 targets.
[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