aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2009-03-26 15:17:26 +0000
committerAndrew Haley <aph@redhat.com>2009-03-26 15:17:26 +0000
commit578bbda211e14d27b56f742e671a699f24d61538 (patch)
tree392b46675f0b09d93fe3d049ece00523cb4af3c4 /gcc/cp/ChangeLog
parenta1db0b571cbb5e127f1c30a900e8b7d010dbe170 (diff)
2009-03-26 Andrew Haley <aph@redhat.com>
PR C++/39380 * decl2.c (possibly_inlined_p): If java exceptions are in use don't inline a decl unless it is explicitly marked inline. * lex.c: (pragma_java_exceptions): New variable. (handle_pragma_java_exceptions): Set pragma_java_exceptions. * cp-tree.h (pragma_java_exceptions): Declare new variable. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@145091 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 2d4c9f3aa21..bac3d7a7a8d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2009-03-26 Andrew Haley <aph@redhat.com>
+
+ PR C++/39380
+ * decl2.c (possibly_inlined_p): If java exceptions are in use
+ don't inline a decl unless it is explicitly marked inline.
+ * lex.c: (pragma_java_exceptions): New variable.
+ (handle_pragma_java_exceptions): Set pragma_java_exceptions.
+ * cp-tree.h (pragma_java_exceptions): Declare new variable.
+
2009-03-24 Jason Merrill <jason@redhat.com>
PR c++/28274