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-16.C
blob
4adefdb32d5f1ca2baa3ed42a32bd8785283d564
1
// { dg-do compile { target c++11 } }
2
// Origin: <rguenth at tat dot physik dot uni-tuebingen dot de>
3
// PR c++/10479: use of non dependent expressions in attributes in templates
4
5
template <int i>
6
struct foo2 {
7
float bar [[gnu::aligned(alignof(double))]];
8
};