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] Diagnose pr54694


On 01/15/2014 08:28 AM, Jakub Jelinek wrote:
>> -static tree GTY(()) global_regs_decl[FIRST_PSEUDO_REGISTER];
>> > +tree GTY(()) global_regs_decl[FIRST_PSEUDO_REGISTER];
> Do you need the GTY(()) marker here when there is GTY(()) already in the
> header?
> Otherwise looks good to me.
> 

Fixed before my commit.


r~


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