repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib22.C
blob
5304a35d177cfcb60475ed009958c0a44e31556f
1
// PR c++/27648
2
3
void f()
4
{
5
static_cast<float *__attribute((unused))>(0); // { dg-error "expected" }
6
}