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] pr63937: TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an unsigned HOST_WIDE_INT size argument


On Tue, Nov 18, 2014 at 09:57:37PM +0000, James Greenhalgh wrote:
> 2014-11-18  James Greenhalgh  <james.greenhalgh@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.greenhalgh@arm.com>
> 
> 	* gcc.dg/memset-2.c: New.

Please mention the PR also in the testsuite/ChangeLog entry.
Ok with that change, thanks.

	Jakub


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