overload5.C: New test...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 4 Oct 1998 15:31:58 +0000 (15:31 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sun, 4 Oct 1998 15:31:58 +0000 (15:31 +0000)
commit00f14949396a96735e8a4dd5ee98e7f880b2352d
tree88aee0e2ce1bf8cc20eca1834ee7ac40a48f805b
parenta1b8d8ffaebf75f8d9946838874202344c1ca858
overload5.C: New test...

* g++.old-deja/g++.pt/overload5.C: New test; initialize variable
  with pointer to template function, for which no argument deduction
  is possible
* g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
specialization of template function as argument to template
function
* g++.old-deja/g++.other/access2.C: New test; Inner class
shouldn't have privileged access to Outer's names

From-SVN: r22818
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/access2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/overload4.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/overload5.C [new file with mode: 0644]