Re: [PATCH 1/2] testsuite: arm: remove arm32 check from a few effective-targets

2025-07-28 Thread Christophe Lyon
ping? On Sat, 5 Jul 2025 at 00:01, Christophe Lyon wrote: > > A few arm effective-targets call check_effective_target_arm32 even > though they would force a -march=XXX flag which supports Arm and/or > Thumb-2, thus making the arm32 check useless. This has an impact when > the toolchain is config

[PATCH 1/2] testsuite: arm: remove arm32 check from a few effective-targets

2025-07-04 Thread Christophe Lyon
A few arm effective-targets call check_effective_target_arm32 even though they would force a -march=XXX flag which supports Arm and/or Thumb-2, thus making the arm32 check useless. This has an impact when the toolchain is configured with a default -march or -mcpu which supports Thumb-1 only: in su