repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-43.C
blob
c850622723eba15167e2f949b26f36a6ff93d484
1
// { dg-do compile { target c++11 } }
2
template <class T> struct A { };
3
4
template [[gnu::packed]] struct A<int>; // { dg-warning "ignored in explicit instantiation" }