]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: testsuite: avoid problems with -mfpu=auto in attr_thumb-static2.c
authorRichard Earnshaw <rearnsha@arm.com>
Fri, 3 Nov 2023 15:30:29 +0000 (15:30 +0000)
committerRichard Earnshaw <rearnsha@arm.com>
Mon, 13 Nov 2023 14:15:55 +0000 (14:15 +0000)
commitf757ea72edc3d34410a9cb13a01c6b1aaed0e1bc
tree3540125ea29ab584e3ee9c9b5911a1e6ff2a5f1f
parent825652797cc476bf8253edf894d3926b51cf942e
arm: testsuite: avoid problems with -mfpu=auto in attr_thumb-static2.c

This test overrides the architecture, but fails to describe which
floating-point features are needed.  This causes problems if the ABI
requires FP for parameter passing and -mfpu=auto is selected, so ensure
that one is specified.

gcc/testsuite:

* gcc.target/arm/attr_thumb-static2.c: Add +fp to the -march
specification.
gcc/testsuite/gcc.target/arm/attr_thumb-static2.c