repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib30.C
blob
fd2826a60298de4960baaa822b5bb0a1e32263e5
1
// { dg-do compile }
2
// PR c++/35074
3
template<typename T> struct A
4
{
5
void foo() const;
6
} __attribute((aligned(4)));
7
8
template<typename T> void A<T>::foo() const {}