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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
asm-3.c
blob
917942d7b698a39b92d907dbb25af7d176921c88
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
4
void
f
()
5
{
6
asm
(
"foo%%bar"
);
7
}
8
9
/* { dg-final { scan-assembler "foo%%bar" } } */