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++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-57.C
blob
12b4f4c84e5e1183a27106e994e340266e1a747f
1
// PR c++/59096
2
// { dg-do compile { target c++11 } }
3
4
template<typename T> struct A
5
{
6
typedef T B [[mode]]; // { dg-warning "ignored" }
7
};
8
9
A<int>::B b;