typedef5.C: check whether typedefs can be redefined to the same non-trivial type
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 11 Sep 1998 21:44:37 +0000 (21:44 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Fri, 11 Sep 1998 21:44:37 +0000 (21:44 +0000)
commit207192d92dc88077a338d1833b280a0a7a2f4c8f
tree9a1245952c787cc24cd94846142d71070e840b72
parent4525948204e961668798eac88db22247ece8df65
typedef5.C: check whether typedefs can be redefined to the same non-trivial type

* g++.old-deja/g++.other/typedef5.C: check whether typedefs can be
  redefined to the same non-trivial type
* g++.old-deja/g++.pt/explicit73.C: test for proper
  namespace-qualification of template specializations declared in
  other namespaces
* g++.old-deja/g++.other/friend4.C: check whether it is possible
to declare a subset of the specializations of a template function
as friends of specializations of a template class
* g++.old-deja/g++.pt/explicit71.C: make sure specializations of
  member templates that do not fully specialize the enclosing
  template class are rejected

From-SVN: r22392
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/friend4.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/typedef5.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/explicit71.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/explicit73.C [new file with mode: 0644]