From b4c65b7e753be8e6f0223a044bf9b1fc1c4f6bbb Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 14 Aug 2005 16:49:29 -0700 Subject: [PATCH] Committed forgotten changelog: 2005-08-13 Andrew Pinski * 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 --- gcc/testsuite/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b11e726d68d..cc45585659f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -17,6 +17,18 @@ PR libobjc/22492 * execute/exceptions/finally-1.m: New test. +2005-08-13 Andrew Pinski + + * 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 * objc.dg/nested-func-1.m: Move to ...