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++/63306] [4.9 Regression] ICE: Segmentation fault in analyze_functions()


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63306

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Oct  1 14:46:32 2014
New Revision: 215767

URL: https://gcc.gnu.org/viewcvs?rev=215767&root=gcc&view=rev
Log:
    PR c++/63306
    Backported from mainline
    2014-08-01  James Greenhalgh  <james.greenhalgh@arm.com>

    PR regression/61510
    * cgraphunit.c (analyze_functions): Use get_create rather than get
    for decls which are clones of abstract functions.

    * g++.dg/ipa/pr63306.C: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr63306.C
Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/cgraphunit.c
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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