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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20020409-1.c
blob
1bdc08ff3b88cc57618e6e4deecfa03a82a1e0bc
1
/* PR c/5078 */
2
3
#include <limits.h>
4
5
int
f
(
int
i
)
6
{
7
i
-=
2
* (
INT_MAX
+
1
);
8
return
i
;
9
}