friend34.C: New test...
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sat, 3 Oct 1998 02:51:23 +0000 (02:51 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Sat, 3 Oct 1998 02:51:23 +0000 (02:51 +0000)
commit5e95b7c76d58d77028b0cf5fd016da5a05d4bd66
treedfd600556905916f6138e0313dbba8f62939ab8b
parentc30cc19e56bb5b482ce7bddefe90bd6512ad17a7
friend34.C: New test...

* g++.old-deja/g++.pt/friend34.C: New test; name injection of
friend template declared within template class conflicts with
nested class of the same name
* g++.old-deja/g++.other/badopt1.C: New test; post-increment
  is ignored
* g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
object with direct initializer as function declaration
* g++.old-deja/g++.other/decl2.C: New test; duplicate initializers
* g++.old-deja/g++.other/null2.C: New test; conditional operator
  involving const pointer and NULL produces incorrect result
* g++.old-deja/g++.other/typename1.C: New test; template-dependent
  type name without `typename' should be rejected with -pedantic

From-SVN: r22770
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/badopt1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/decl1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/decl2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/null2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/typename1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.pt/friend34.C [new file with mode: 0644]