repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib16.C
blob
2e73fca70ba347d674639e7369fc68900085b0f6
1
// { dg-do compile }
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 __attribute__((aligned(__alignof__(double))));
8
};