eh5.C: New test.
authorJakub Jelinek <jakub@redhat.com>
Fri, 25 Jan 2002 11:20:29 +0000 (12:20 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 25 Jan 2002 11:20:29 +0000 (12:20 +0100)
commit1658df0aca094554c924e14db411f6661794f404
tree9e1d45885bc11c5b68c1cd9d25b7f0827594a9c8
parentb5b59800c2d3d0f7fbafb86f1e518d93f0ef5b47
eh5.C: New test.

* g++.old-deja/g++.other/eh5.C: New test.
* g++.old-deja/g++.other/sibcall2.C: New test.
* g++.old-deja/g++.other/array9.C: New test.
* g++.old-deja/g++.other/typename2.C: New test.
* g++.old-deja/g++.other/crash60.C: New test.
* g++.old-deja/g++.other/conv9.C: New test.
* g++.old-deja/g++.other/mangle10.C: New test.
* g++.old-deja/g++.other/unchanging1.C: New test.
* g++.old-deja/g++.other/exprstmt1.C: New test.
* g++.old-deja/g++.other/inline23.C: New test.
* g++.old-deja/g++.eh/ia64-1.C: New test.
* g++.old-deja/g++.other/dwarf2-1.C: New test.
* g++.old-deja/g++.other/mangle11.C: New test.
* g++.old-deja/g++.other/reload1.C: New test.
* g++.old-deja/g++.other/static20.C: New test.
* g++.old-deja/g++.other/local-alloc1.C: New test.
* g++.old-deja/g++.other/conv8.C: New test.
* g++.old-deja/g++.other/stmtexpr2.C: New test.
* g++.old-deja/g++.other/storeexpr1.C: New test.
* g++.old-deja/g++.other/storeexpr2.C: New test.
* g++.dg/eh/template2.C: New test.
* g++.dg/warn/weak1.C: New test.

From-SVN: r49211
23 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/template2.C [new file with mode: 0644]
gcc/testsuite/g++.dg/warn/weak1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.eh/ia64-1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/array9.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/conv8.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/conv9.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/crash60.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/dwarf2-1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/eh5.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/exprstmt1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/inline23.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/mangle10.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/mangle11.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/reload1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/sibcall2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/static20.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/stmtexpr2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/store-expr1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/store-expr2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/typename2.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/unchanging1.C [new file with mode: 0644]