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 middle-end/58789] [4.8 Regression] "internal compiler error: Segmentation fault" with external definition


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

--- Comment #7 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Tue Oct 29 14:32:13 2013
New Revision: 204163

URL: http://gcc.gnu.org/viewcvs?rev=204163&root=gcc&view=rev
Log:
2013-10-29  Martin Jambor  <mjambor@suse.cz>

    PR middle-end/58789
    Backport from mainline
        2013-05-09  Martin Jambor  <mjambor@suse.cz>

    PR lto/57084
    * gimple-fold.c (canonicalize_constructor_val): Call
    cgraph_get_create_real_symbol_node instead of cgraph_get_create_node.

    Backport from mainline
    2013-03-16  Jan Hubicka  <jh@suse.cz>

    * cgraph.h (cgraph_get_create_real_symbol_node): Declare.
    * cgraph.c (cgraph_get_create_real_symbol_node): New function.
    * cgrpahbuild.c: Use cgraph_get_create_real_symbol_node instead
    of cgraph_get_create_node.
    * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.


Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/cgraph.c
    branches/gcc-4_8-branch/gcc/cgraph.h
    branches/gcc-4_8-branch/gcc/cgraphbuild.c
    branches/gcc-4_8-branch/gcc/gimple-fold.c
    branches/gcc-4_8-branch/gcc/ipa-prop.c


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