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: [Committed] Fix bug 61997


On 11 November 2014 23:39, Andrew Pinski <pinskia@gmail.com> wrote:
> Hi,
>   The problem here is that aarch64-builtins.c contains gty markers but
> does not include gt-aarch64-builtins.h and is not included in the
> target_gtfiles list in config.gcc.  So sometimes the builtins get
> garbage collected when they should not be.
>
> Committed as obvious after a build and test on aarch64-elf.

Thankyou.

> Thanks,
> Andrew Pinski
>
> ChangeLog:
>         Bug target/61997
>         * config.gcc (aarch64*-*-*): Set target_gtfiles to include
>         aarch64-builtins.c.
>         * config/aarch64/aarch64-builtins.c: Include gt-aarch64-builtins.h
>         at the end of the file.


Looks like this is an issue in 4.9 Andrew do you have the time to back port it?
/Marcus


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