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++/65558
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr65558.C
blob
5437e509ed96e813dded99883232d478b0f8d32a
1
// PR c++/65558
2
// { dg-do compile { target c++11 } }
3
4
inline namespace __attribute__((__abi_tag__))
5
{ // { dg-warning "ignoring .__abi_tag__. attribute on anonymous namespace" }
6
}