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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
xpp.c
blob
daf3399a3f4dc527ed66f2d66df70e6a394a15c4
1
foo
(
a
)
2
{
3
a
++;
4
if
(
a
<
10
)
5
return
1
;
6
return
a
;
7
}
8
9
main
()
10
{
11
printf
(
"%d
\n
"
,
foo
((
1
<<
31
) -
1
));
12
}