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

2025-03-04 Thread Torbjorn SVENSSON
On 2025-02-28 16:06, Richard Earnshaw wrote: On 08/11/2024 17:44, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? -- gcc/testsuite/ChangeLog: * gcc.target/arm/pr68674.c: Use effective-target arm_arch_v7a and arm_libc_fp_abi. Signed-off-by: Torbjörn SVENSSON ---   gcc/t

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

2025-02-28 Thread Richard Earnshaw
On 08/11/2024 17:44, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? -- gcc/testsuite/ChangeLog: * gcc.target/arm/pr68674.c: Use effective-target arm_arch_v7a and arm_libc_fp_abi. Signed-off-by: Torbjörn SVENSSON --- gcc/testsuite/gcc.target/arm/pr68674.c | 7 +++

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

2024-11-14 Thread Torbjorn SVENSSON
On 2024-11-14 16:26, Christophe Lyon wrote: On Fri, 8 Nov 2024 at 18:54, Torbjörn SVENSSON wrote: Ok for trunk and releases/gcc-14? Can you describe what problem you are trying to fix? I'm guessing it's similar to your other patch for attr-neon* tests? And that the best / easiest course

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

2024-11-14 Thread Christophe Lyon
On Fri, 8 Nov 2024 at 18:54, Torbjörn SVENSSON wrote: > > Ok for trunk and releases/gcc-14? > Can you describe what problem you are trying to fix? I'm guessing it's similar to your other patch for attr-neon* tests? And that the best / easiest course of action for the moment is to skip this test o