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
aarch64: Optimise calls to ldexp with SVE FSCALE instruction [PR111733]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
array5.C
blob
a5435806747d67a070addfe34a2201e1c4cb25bd
1
// PR c++/15427
2
3
template<class T>
4
struct A
5
{
6
T foo;
7
};
8
9
template<class T>
10
struct B
11
{
12
A<int> _squares[2];
13
};
14