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++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-27.C
blob
e38d8d3f6d983aa2aef8f9d7d0dad0ba81de34bb
1
//PR c++/29980
2
// { dg-do compile { target c++11 } }
3
4
struct A { typedef int X; }; // { dg-message "previous declaration" }
5
6
struct [[gnu::unused]] A::X; // { dg-error "typedef-name" }