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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
950511-1.c
blob
6584b0c86b6b5150f4fc432404dc3c0e934e230e
1
main
()
2
{
3
unsigned long long
xx
;
4
unsigned long long
*
x
= (
unsigned long long
*) &
xx
;
5
6
*
x
= -
3
;
7
*
x
= *
x
* *
x
;
8
if
(*
x
!=
9
)
9
abort
();
10
exit
(
0
);
11
}