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-Tag: releases/gcc-4.2.0~5425 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91365538ab86873619628d4f8e2ea692ea5b212;p=thirdparty%2Fgcc.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 7a13135f0e6c..4efcc820b8e7 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