aboutsummaryrefslogtreecommitdiff
path: root/libobjc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-07-26 14:27:33 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-07-26 07:27:33 -0700
commit84fd360ddcdabfe1209c0139aa937e9e0ee7547a (patch)
tree66e7ece37d4f807569dcb1cffb5e42711da37e1d /libobjc/ChangeLog
parenta4174ebf41fcfc398b6868b1c71f3172993f76da (diff)
downloadgcc-84fd360ddcdabfe1209c0139aa937e9e0ee7547a.zip
gcc-84fd360ddcdabfe1209c0139aa937e9e0ee7547a.tar.gz
gcc-84fd360ddcdabfe1209c0139aa937e9e0ee7547a.tar.bz2
re PR libobjc/22606 (Exceptions cannot be thrown from -forward::)
2005-07-26 Andrew Pinski <pinskia@physics.uc.edu> PR libobjc/22606 * Makefile.in (ALL_CFLAGS): Add -fexceptions. 2005-07-26 Andrew Pinski <pinskia@physics.uc.edu> PR libobjc/22606 * objc.dg/try-catch-11.m: New test. From-SVN: r102386
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r--libobjc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 0fa3b08..4456989 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR libobjc/22606
+ * Makefile.in (ALL_CFLAGS): Add -fexceptions.
+
2005-06-08 David Ayers <d.ayers@inode.at>
* objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,