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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
t11.C
blob
07abc716ce9aaf10251edb037869e03de06f4c66
1
// { dg-do assemble }
2
3
template <class A>
4
class B {
5
public:
6
A a;
7
B() { x = 2; } // { dg-error "" } no x
8
};
9
static B<int> bi;