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
* expmed.c (flip_storage_order): Deal with complex modes specially.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920501-1.c
blob
a057943ce78d5eea2e8e3db47257e51f8505056c
1
/* { dg-require-effective-target untyped_assembly } */
2
int
s
[
2
];
3
x
(){
if
(!
s
[
0
]){
s
[
1
+
s
[
1
]]=
s
[
1
];
return
1
;}}
4
main
(){
s
[
0
]=
s
[
1
]=
0
;
if
(
x
(
0
)!=
1
)
abort
();
exit
(
0
);}