Re: [PATCH] testsuite: arm: Use effective-target for pr98636.c test

2024-11-05 Thread Torbjorn SVENSSON
On 2024-11-05 13:54, Richard Earnshaw (lists) wrote: On 05/11/2024 07:49, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? -- The test case assumes that -mfp16-format=alternative is accepted for the target, but not all targets support this flag. One such target is Cortex-M85 that

Re: [PATCH] testsuite: arm: Use effective-target for pr98636.c test

2024-11-05 Thread Richard Earnshaw (lists)
On 05/11/2024 07:49, Torbjörn SVENSSON wrote: > Ok for trunk and releases/gcc-14? > > -- > > The test case assumes that -mfp16-format=alternative is accepted for the > target, but not all targets support this flag. One such target is > Cortex-M85 that does support FP16, but not the alternative fo

[PATCH] testsuite: arm: Use effective-target for pr98636.c test

2024-11-05 Thread Torbjörn SVENSSON
Ok for trunk and releases/gcc-14? -- The test case assumes that -mfp16-format=alternative is accepted for the target, but not all targets support this flag. One such target is Cortex-M85 that does support FP16, but not the alternative format. gcc/testsuite/ChangeLog: * gcc.target/arm/pr