r199216 - in /branches/google/gcc-4_8/gcc: cgra...

wmi@gcc.gnu.org wmi@gcc.gnu.org
Wed May 22 19:31:00 GMT 2013


Author: wmi
Date: Wed May 22 19:31:05 2013
New Revision: 199216

URL: http://gcc.gnu.org/viewcvs?rev=199216&root=gcc&view=rev
Log:
Backport r196750 and r198743 from trunk.

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.

r196750 | hubicka | 2013-03-17 08:43:13 -0700 (Sun, 17 Mar 2013) | 7 lines


        * 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/google/gcc-4_8/gcc/cgraph.c
    branches/google/gcc-4_8/gcc/cgraph.h
    branches/google/gcc-4_8/gcc/cgraphbuild.c
    branches/google/gcc-4_8/gcc/gimple-fold.c
    branches/google/gcc-4_8/gcc/ipa-prop.c



More information about the Gcc-cvs mailing list