dyncast1.C: New test.
authorNathan Sidwell <nathan@acm.org>
Tue, 21 Sep 1999 15:00:41 +0000 (15:00 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 21 Sep 1999 15:00:41 +0000 (15:00 +0000)
commit34d257b13c26b05b91a54cd9436cd2f72363ea22
treef66dff7a77014e0c8b43de0b18cc9314d3c23939
parent8288909fc3faededa65c24aa04b7f91a7eb11c86
dyncast1.C: New test.

* g++.old-deja/g++.other/dyncast1.C: New test.
* g++.old-deja/g++.other/dyncast2.C: New test.
* g++.old-deja/g++.other/dyncast3.C: New test.
* g++.old-deja/g++.other/dyncast4.C: New test.
* g++.old-deja/g++.other/dyncast5.C: New test.
* g++.old-deja/g++.eh/catch3.C: New test.
* g++.old-deja/g++.eh/catch3p.C: New test.
* g++.old-deja/g++.eh/catch4.C: New test.
* g++.old-deja/g++.eh/catch4p.C: New test.
* g++.old-deja/g++.eh/catch5.C: New test.
* g++.old-deja/g++.eh/catch5p.C: New test.
* g++.old-deja/g++.eh/catch6.C: New test.
* g++.old-deja/g++.eh/catch6p.C: New test.
* g++.old-deja/g++.eh/catch7.C: New test.
* g++.old-deja/g++.eh/catch7p.C: New test.
* g++.old-deja/g++.eh/catch8.C: New test.
* g++.old-deja/g++.eh/catch8p.C: New test.
* g++.old-deja/g++.eh/catch9.C: New test.
* g++.old-deja/g++.eh/catch9p.C: New test.

From-SVN: r29546
20 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.eh/catch3.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch3p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch4.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch4p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch5.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch5p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch6.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch6p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch7.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch7p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch8.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch8p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch9.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/catch9p.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/dyncast1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/dyncast2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/dyncast3.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/dyncast4.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/dyncast5.C [new file with mode: 0644]