aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2007-04-04 18:37:14 +0000
committerStuart Hastings <stuart@gcc.gnu.org>2007-04-04 18:37:14 +0000
commitdd1af55f6a4a2fff73311aeaa8eb47fd775ab839 (patch)
tree1ae3e19de9644c004c9d11875633e0cfe99564a9 /gcc/objc/ChangeLog
parent59af43910dd676d0be459c00f34e681059960d3e (diff)
downloadgcc-dd1af55f6a4a2fff73311aeaa8eb47fd775ab839.zip
gcc-dd1af55f6a4a2fff73311aeaa8eb47fd775ab839.tar.gz
gcc-dd1af55f6a4a2fff73311aeaa8eb47fd775ab839.tar.bz2
re PR objc/31281 (ICE on ObjC try-catch blocks with next runtime)
PR 31281 * objc/objc-act.c (next_sjlj_build_catch_list): Delete volatile from rethrow decl. * testsuite/objc/execute/exceptions/pr31281.m: New. From-SVN: r123501
Diffstat (limited to 'gcc/objc/ChangeLog')
-rw-r--r--gcc/objc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 76c3428..eb2061a 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-04 Stuart Hastings <stuart@apple.com>
+
+ PR 31281
+ * objc/objc-act.c (next_sjlj_build_catch_list): Delete volatile from rethrow decl.
+
2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
* Make-lang.in: Add dummy lang.install-pdf target.