aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2005-12-11 04:24:50 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-12-11 04:24:50 +0000
commitb91365538ab86873619628d4f8e2ea692ea5b212 (patch)
treeb49e87e24f010b27a113a96d2ecb2aa56a32b9d7
parent40805a12e405901308cf4ac839b0e15e15c9c7a1 (diff)
downloadgcc-b91365538ab86873619628d4f8e2ea692ea5b212.zip
gcc-b91365538ab86873619628d4f8e2ea692ea5b212.tar.gz
gcc-b91365538ab86873619628d4f8e2ea692ea5b212.tar.bz2
re PR c++/25010 (Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes))
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. From-SVN: r108377
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a13135..4efcc82 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-10 Mark Mitchell <mark@codesourcery.com>
+
+ 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 <schwab@suse.de>
* except.c (switch_to_exception_section): Only define if