Re: [PATCH v2] testsuite: arm: Use -std=c17 and effective-target arm_arch_v5te_thumb

2025-01-10 Thread Torbjorn SVENSSON
On 2025-01-10 11:19, Richard Earnshaw (lists) wrote: On 09/01/2025 21:42, Torbjörn SVENSSON wrote: Changes since v1: - Added dg-add-options arm_arch_v5te_thumb - Added -std=c17 to dg-options. - Removed -march=armv5te -mfloat-abi=soft -mthumb from dg-options - Updated the commit message to re

Re: [PATCH v2] testsuite: arm: Use -std=c17 and effective-target arm_arch_v5te_thumb

2025-01-10 Thread Richard Earnshaw (lists)
On 09/01/2025 21:42, Torbjörn SVENSSON wrote: > Changes since v1: > > - Added dg-add-options arm_arch_v5te_thumb > - Added -std=c17 to dg-options. > - Removed -march=armv5te -mfloat-abi=soft -mthumb from dg-options > - Updated the commit message to reflect the new changes > > Note: This changes f

[PATCH v2] testsuite: arm: Use -std=c17 and effective-target arm_arch_v5te_thumb

2025-01-09 Thread Torbjörn SVENSSON
Changes since v1: - Added dg-add-options arm_arch_v5te_thumb - Added -std=c17 to dg-options. - Removed -march=armv5te -mfloat-abi=soft -mthumb from dg-options - Updated the commit message to reflect the new changes Note: This changes from armv5te to armv5te+fp and from soft to softfp. Does this m