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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr97315-2.c
blob
5dd1b6a3fc7ab0477c2d9097aca8e7c6bd61d94f
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
void
c
(
int
);
5
6
int
a
;
7
void
b
()
8
{
9
if
(
a
>=
2147483647
)
10
c
(
a
+
1
);
11
}