This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/25010] [4.1/4.2 regression] Segmentation fault (infinite recursion in cgraph_clone_inlined_nodes)



------- Comment #6 from mmitchel at gcc dot gnu dot org  2005-12-11 04:24 -------
Subject: Bug 25010

Author: mmitchel
Date: Sun Dec 11 04:24:42 2005
New Revision: 108376

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108376
Log:
        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.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/opt/inline10.C
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/ipa-inline.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25010


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]