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
/
920521-1.c
blob
6c4c99d70f66188fd46a165c11b0f0550af754ba
1
/* { dg-do compile } */
2
3
f
(){
asm
(
"f"
:::
"cc"
);}
g
(
x
,
y
){
asm
(
"g"
::
"%r"
(
x
),
"r"
(
y
));}