[Bug target/68662] [6 regression] FAIL: gcc.dg/lto/20090210 c_lto_20090210_0.o-c_lto_20090210_1.o link, -O2 -flto -flto-partition=none -fuse-linker-plugin -fno-fat-lto-objects

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 26 19:54:00 GMT 2016


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jan 26 19:53:37 2016
New Revision: 232844

URL: https://gcc.gnu.org/viewcvs?rev=232844&root=gcc&view=rev
Log:
        PR target/68662
        * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
        toc_label_name unconditionally.
        (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
        SYMBOL_REF string.  Use toc_label_name instead of constructing
        LCTOC1.
        (rs6000_elf_declare_function_name): Use toc_label_name instead of
        constructing LCTOC1.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/rs6000.c


More information about the Gcc-bugs mailing list