From: mmitchel Date: Sun, 11 Dec 2005 04:24:50 +0000 (+0000) Subject: PR c++/25010 X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=291424c3d7a0bf798b55504743bec1c586a3bbd3 PR c++/25010 * ipa-inline.c (cgraph_clone_inlined_nodes): Do not assume that DECL_EXTERNAL functions have no bodies. Tidy. PR c++/25010 * g++.dg/opt/inline10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108377 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a13135f0e6..4efcc820b8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-12-10 Mark Mitchell + + PR c++/25010 + * ipa-inline.c (cgraph_clone_inlined_nodes): Do not assume that + DECL_EXTERNAL functions have no bodies. Tidy. + 2005-12-10 Andreas Schwab * except.c (switch_to_exception_section): Only define if