2009-03-26 Andrew Haley <aph@redhat.com>
commitbde8fea72a788f83cc7474873d740cdfb9f8b0b8
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Mar 2009 15:17:26 +0000 (26 15:17 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Mar 2009 15:17:26 +0000 (26 15:17 +0000)
tree392b46675f0b09d93fe3d049ece00523cb4af3c4
parent204cb876eb685839a04509975b6ddd6caf4a48a9
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145091 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/lex.c