diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-08-14 16:49:29 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-08-14 16:49:29 -0700 |
commit | b4c65b7e753be8e6f0223a044bf9b1fc1c4f6bbb (patch) | |
tree | 0caf2225169b69ed6c7d48bf5a04695b748fc886 | |
parent | b23dce2468347efe17a1a0808e340f9251701ef4 (diff) | |
download | gcc-b4c65b7e753be8e6f0223a044bf9b1fc1c4f6bbb.zip gcc-b4c65b7e753be8e6f0223a044bf9b1fc1c4f6bbb.tar.gz gcc-b4c65b7e753be8e6f0223a044bf9b1fc1c4f6bbb.tar.bz2 |
Committed forgotten changelog:
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
* objc/execute/exceptions/exceptions.exp: New exp for the exceptions
testsuite.
* objc/execute/exceptions/trivial.m: New test.
* objc.dg/try-catch-11.m: Move to ...
* objc/execute/exceptions/foward-1.m: Here.
* objc.dg/try-catch-2.m: Move to ...
* objc/execute/exceptions/catchall-1.m: Here.
* objc.dg/try-catch-8.m: Move to ...
* objc/execute/exceptions/local-variables-1.m: Here.
From-SVN: r103090
-rw-r--r-- | gcc/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b11e726..cc45585 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -19,6 +19,18 @@ 2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> + * objc/execute/exceptions/exceptions.exp: New exp for the exceptions + testsuite. + * objc/execute/exceptions/trivial.m: New test. + * objc.dg/try-catch-11.m: Move to ... + * objc/execute/exceptions/foward-1.m: Here. + * objc.dg/try-catch-2.m: Move to ... + * objc/execute/exceptions/catchall-1.m: Here. + * objc.dg/try-catch-8.m: Move to ... + * objc/execute/exceptions/local-variables-1.m: Here. + +2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> + * objc.dg/nested-func-1.m: Move to ... * objc/execute/nested-func-1.m: Here. |