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
* c-common.c (get_priority): Add check for
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
memclass10.C
blob
92bd3d383fe658d8d2eb5d06e693fca5497a4cdf
1
// { dg-do assemble }
2
3
struct S1
4
{
5
template <class T>
6
struct S2 {}; // { dg-error "" } previous definition
7
8
template <class T>
9
struct S2 {}; // { dg-error "" } redefinition
10
};