RE: [PATCH v2] testsuite: Skip intrinsics test if arm

2022-09-26 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Christophe Lyon > Sent: Monday, September 26, 2022 8:41 AM > To: Torbjörn SVENSSON via Gcc-patches ; > Torbjörn SVENSSON ; Richard Sandiford > ; Kyrylo Tkachov > Subject: Re: [PATCH v2] testsuite: Skip intrinsics test if arm > >

Re: [PATCH v2] testsuite: Skip intrinsics test if arm

2022-09-26 Thread Christophe Lyon via Gcc-patches
Hi, On 9/23/22 19:24, Richard Sandiford via Gcc-patches wrote: Torbjörn SVENSSON via Gcc-patches writes: In the test cases, it's clearly written that intrinsics is not implemented on arm*. A simple xfail does not help since there are link error and that would cause an UNRESOLVED testcase rath

Re: [PATCH v2] testsuite: Skip intrinsics test if arm

2022-09-23 Thread Richard Sandiford via Gcc-patches
Torbjörn SVENSSON via Gcc-patches writes: > In the test cases, it's clearly written that intrinsics is not > implemented on arm*. A simple xfail does not help since there are > link error and that would cause an UNRESOLVED testcase rather than > XFAIL. > By changing to dg-skip-if, the entire test

[PATCH v2] testsuite: Skip intrinsics test if arm

2022-09-20 Thread Torbjörn SVENSSON via Gcc-patches
In the test cases, it's clearly written that intrinsics is not implemented on arm*. A simple xfail does not help since there are link error and that would cause an UNRESOLVED testcase rather than XFAIL. By changing to dg-skip-if, the entire test case is omitted. gcc/testsuite/ChangeLog: *