This is the mail archive of the gcc-patches@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]

Re: [PATCH] Partial fix for PR target/68662


On Tue, Jan 26, 2016 at 2:15 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> Hi!
>
> As Alan mentioned in the PR, there is some other issue still around, but
> by the time I've noticed that, I already had this patch being
> bootstrapped/regtested on powerpc64{,le}-linux (which just passed).
> Ok for trunk and deal with the rest incrementally?
>
> 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
>
>         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.

This is okay as an incremental fix.

Thanks, David


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