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

Reply via email to