From: Mark Mitchell Date: Sun, 11 Dec 2005 04:24:50 +0000 (+0000) Subject: re PR c++/25010 (Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b91365538ab86873619628d4f8e2ea692ea5b212;p=gcc.git 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 --- 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