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
Warn pointer to signed integer cast for ilp32
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
951130-1.c
blob
60013e267c4c1cb6fa3063b74a9f1669350308d8
1
/* { dg-do compile }
2
{ dg-options "-Werror" } */
3
4
unsigned long long
x
= -(
unsigned long long
)(-(
long long
)
5
(((
unsigned long long
)
0
-
1
) >>
1
) -
1
);