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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
20030316-1.c
blob
bde2e136ad3fdc84e09b79baaa763257e1d2e4d8
1
/* PR target/9164 */
2
/* The comparison operand was sign extended erraneously. */
3
4
int
5
main
(
void
)
6
{
7
long
j
=
0x40000000
;
8
if
((
unsigned int
) (
0x40000000
+
j
) <
0L
)
9
abort
();
10
11
return
0
;
12
}