On 01/06/16 15:43, Christophe Lyon wrote:
On 13 May 2016 at 15:41, Ramana Radhakrishnan <ramana....@googlemail.com> wrote:
On Thu, Apr 28, 2016 at 10:20 AM, Matthew Wahab
<matthew.wa...@foss.arm.com> wrote:
This patch enables data movement for HF-mode values using VFP registers,
when they are available, to support passing arguments and return values
through the registers.
[..]
HF-mode data moves.
Tested for arm-none-eabi with cross-compiled check-gcc and for
arm-none-linux-gnueabihf with native bootstrap and make check.
Ok for trunk?
Matthew
This is OK - thanks.
Hi,
I'm seeing regressions on non-hf targets (arm-none-eabi,
arm-none-linux-gnueabi):
new FAIL:
gcc.target/arm/aapcs/neon-vect10.c execution test
gcc.target/arm/aapcs/neon-vect9.c execution test
I'm using QEMU (2.4.1). You said you tested arm-none-eabi, so I'm
probably missing something?
Christophe
Hi,
This has also appeared in our internal testing in some configurations.
It's due to mfloatabi=soft or mfloat-abi=softfp being added to the end
of the command line for the tests. That overrides the mfloat-abi=hard
option that the tests need. I'm just finishing up a patch to fix this.
Matthew