Re: [PATCH 1/2] testsuite: [arm] Add missing effective-target to vusdot-autovec.c

2021-07-15 Thread Richard Sandiford via Gcc-patches
Christophe Lyon via Gcc-patches writes: > This test fails when forcing an -mcpu option incompatible with > -march=armv8.2-a+i8mm. > > This patch adds the missing arm_v8_2a_i8mm_ok effective-target, as > well as the associated dg-add-options arm_v8_2a_i8mm. > > 2021-07-15 Christophe Lyon > >

[PATCH 1/2] testsuite: [arm] Add missing effective-target to vusdot-autovec.c

2021-07-15 Thread Christophe Lyon via Gcc-patches
This test fails when forcing an -mcpu option incompatible with -march=armv8.2-a+i8mm. This patch adds the missing arm_v8_2a_i8mm_ok effective-target, as well as the associated dg-add-options arm_v8_2a_i8mm. 2021-07-15 Christophe Lyon gcc/testsuite/ * gcc.target/arm/simd/vusdot