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 tree-optimization/63595] [5.0 Regression] Segmentation faults inside kernel


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

--- Comment #11 from Martin LiÅka <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Nov  7 12:32:30 2014
New Revision: 217218

URL: https://gcc.gnu.org/viewcvs?rev=217218&root=gcc&view=rev
Log:
    PR ipa/63595
    * g++.dg/ipa/pr63595.C: New test.

    * cgraphunit.c (cgraph_node::expand_thunk): DECL_BY_REFERENCE
    is correctly handled for thunks created by IPA ICF.


Added:
    trunk/gcc/testsuite/g++.dg/ipa/pr63595.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/testsuite/ChangeLog

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