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: remove falkor-tag-collision-avoidance pass
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
static4.C
blob
526ced67e51822f3594e075fcc3de6ddda6fe493
1
template <class R>
2
struct A {
3
static int _test; // { dg-message "" }
4
static int _test; // { dg-error "" }
5
};
6
template <class R> int A<R>::_test = 0;
7
struct B : public A <int> { };