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~