repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
charset
/
asm5.c
blob
a4bb01401a99a71615891276b53e259d2b0cf8bf
1
/* Test for string translation. */
2
/* { dg-do compile }
3
{ dg-require-iconv "IBM1047" }
4
{ dg-final { scan-assembler-not "translate" } } */
5
void
foo
(
void
)
6
{
7
asm
(
"xx"
: :
"r"
(
"translate"
) :
"cc"
);
8
}