On Tue, Nov 18, 2014 at 09:57:37PM +0000, James Greenhalgh wrote: > 2014-11-18 James Greenhalgh <james.greenha...@arm.com> > > PR target/63937 > * target.def (use_by_pieces_infrastructure_p): Take unsigned > HOST_WIDE_INT as the size parameter. > * targhooks.c (default_use_by_pieces_infrastructure_p): Likewise. > * targhooks.h (default_use_by_pieces_infrastructure_p): Likewise. > * config/arc/arc.c (arc_use_by_pieces_infrastructure_p)): Likewise. > * config/mips/mips.c (mips_use_by_pieces_infrastructure_p)): Likewise. > * config/s390/s390.c (s390_use_by_pieces_infrastructure_p)): Likewise. > * config/sh/sh.c (sh_use_by_pieces_infrastructure_p)): Likewise. > * config/aarch64/aarch64.c > (aarch64_use_by_pieces_infrastructure_p)): Likewise. > * doc/tm.texi: Regenerate. > > 2014-11-18 James Greenhalgh <james.greenha...@arm.com> > > * gcc.dg/memset-2.c: New.
Please mention the PR also in the testsuite/ChangeLog entry. Ok with that change, thanks. Jakub