repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Woverflow-3.c
blob
73a021b59460a4a7da0c96ba7b9d269f926b6ac5
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -Wno-overflow" } */
3
4
#include <limits.h>
5
6
int
foo
=
INT_MAX
+
1
;
7