diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2018-01-17 19:11:15 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2018-01-17 19:11:15 +0000 |
commit | a4d4d2f5cf230a0125526aea59016c792d807b94 (patch) | |
tree | 14b6bf0b71f37f010046861b71af7fdf9d06f86d /libsanitizer | |
parent | e423d5bc0481ee889c3fa251337978675848b0f4 (diff) | |
download | gcc-a4d4d2f5cf230a0125526aea59016c792d807b94.tar.gz |
[arm] Fix gcc.target/arm/g2.c and scd42-2.c for --with-mode=thumb hardfloat targets
These -mcpu=xscale tests are ARM-only tests and they go to great pains to reject
explicit overriding options, but they're missing the -marm in their dg-options, which means
they will still give that nasty Thumb1 hard-float error when testing an implicit --with-mode=thumb
toolchain (--with-cpu=cortex-a15 --with-fpu=neon-vfpv4 --with-float=hard --with-mode=thumb, for example).
This patch adds the missing -marm and all is good again.
* gcc.target/arm/g2.c: Add -marm to dg-options.
* gcc.target/arm/scd42-2.c: Likewise.
From-SVN: r256812
Diffstat (limited to 'libsanitizer')
0 files changed, 0 insertions, 0 deletions