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
PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
asm3.C
blob
91f19e48cd5a180c49c7622daefbc39942377b32
1
//PR c++/30851
2
3
void foo()
4
{
5
asm ("%[x]" : [0](x)); // { dg-error "numeric constant|token" }
6
}