Re: [PATCH] Fix tree-prof/pr66295.c

2017-03-16 Thread Bernd Schmidt
On 03/15/2017 09:59 PM, Segher Boessenkool wrote: This testcase can only ever be built on x86 (it needs the "avx*" attributes). This patch skips the test elsewhere. Is this okay for trunk? Ok. Bernd

[PATCH] Fix tree-prof/pr66295.c

2017-03-15 Thread Segher Boessenkool
This testcase can only ever be built on x86 (it needs the "avx*" attributes). This patch skips the test elsewhere. Is this okay for trunk? Segher 2017-03-15 Segher Boessenkool gcc/testsuite/ * gcc.dg/tree-prof/pr66295.c: Skip unless on an x86 target.