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
Stop only if there aren't any usable algorithms
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr52330.c
blob
22ba0b21aeda1fe9ade176f9c25d64d72f69ede2
1
/* { dg-do compile } */
2
/* { dg-options "-O0" } */
3
4
void
foo
(
int
a
)
5
{
6
asm
volatile
(
"# %H0"
: :
"r"
(
a
));
/* { dg-error "not an offsettable" } */
7
}