index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920521-1.c
blob: 6c4c99d70f66188fd46a165c11b0f0550af754ba (
plain
)
1
2
3
/* { dg-do compile } */
f
(){
asm
(
"f"
:::
"cc"
);}
g
(
x
,
y
){
asm
(
"g"
::
"%r"
(
x
),
"r"
(
y
));}