gcc-15-6163-ga2006457c67: 2 regressions 2 improvements

Description

Commit: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=a2006457c676880315eee7728f2e0cf90bfbdd15
commit gcc-15-6163-ga2006457c67
Author: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Date: Sun Oct 13 13:28:52 2024 +0200

testsuite: arm: Use -mcpu=unset when overriding -march

Update test cases to use -mcpu=unset/-march=unset feature introduced in
r15-3606-g7d6c6a0d15c.

... 39 lines of the commit log omitted.

Latest data: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/a2006457c676880315eee7728f2e0cf90bfbdd15/jira/yaml

Activity

Show:

Christophe Lyon 
December 16, 2024 at 4:33 PM

This is not a regression, the existing failure has just changed "names", from
pr109261_constexpr_simd.cc -mfpu=neon -mfloat-abi=softfp -march=armv7-a -ffast-math -O2 -Wno-psabi to
pr109261_constexpr_simd.cc -mfpu=neon -mfloat-abi=softfp -mcpu=unset -march=armv7-a -ffast-math -O2 -Wno-psabi

(that is, there's a new -mcpu=unset option)

Done

Details

Assignee

Reporter

Start date

Components

Priority

Checklist

Sentry

Created December 14, 2024 at 3:30 AM
Updated January 26, 2025 at 5:39 PM
Resolved December 16, 2024 at 4:33 PM

Flag notifications