[PATCH] skip memcpy-6.c for failing targets (PR 83483)

Jeff Law law@redhat.com
Wed Dec 20 04:29:00 GMT 2017


On 12/19/2017 05:18 PM, Martin Sebor wrote:
> As discussed in PR 83483, the gcc.dg/memcpy-6.c test I added
> along with the -Wrestrict changes fails on many targets because
> of bad assumptions on my part.  The test wasn't quite ready to
> commit but I forgot to get back to it and finish it up.
> 
> Rather than remove it, the attached patch skips running it on
> targets other than x86, the only ones I tested it on.  It's
> known to pass on others (e.g., powerpc64le) so if it's thought
> useful it can be enabled for those as well.
> 
> Martin
> 
> gcc-83483.diff
> 
> 
> PR testsuite/83483 - [8 Regression] gcc.dg/memcpy-6.c FAILs
> 
> gcc/testsuite/ChangeLog:
> 
> 	PR testsuite/83483
> 	* gcc.dg/memcpy-6.c: Skip for targets other than x86.
OK.
jeff



More information about the Gcc-patches mailing list