OSDN Git Service

* g++.old-deja/g++.other/eh5.C: New test.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2002 11:20:29 +0000 (11:20 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2002 11:20:29 +0000 (11:20 +0000)
commit781a1a0ee7af28af3087e0a26c89925a5cd2b514
tree9e1d45885bc11c5b68c1cd9d25b7f0827594a9c8
parent9cbc7c9ed3ea43b3c80ec3d519e29954acf17047
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49211 138bc75d-0d04-0410-961f-82ee72b054a4
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]