[testsuite,arm] cmp-2.c: Move double-precision tests to cmp-3.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 23 Mar 2020 18:01:11 +0000 (18:01 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Tue, 24 Mar 2020 20:53:16 +0000 (20:53 +0000)
commit2a0eaca3e9c88eb82579c75b393bd11d84d4da61
tree6ffb0cff1b2cf69bf90748bba7374d198cd722b3
parent8001f59c82b98c4348e00183fe83621d649dafca
[testsuite,arm] cmp-2.c: Move double-precision tests to cmp-3.c

Parts of the cmp-2.c test rely on double-precision support, making the
test fail on targets where the FPU supports single-precision only.

Split the test into single-precision (cmp-2.c) and double-precision
tests (cmp-3.c).

2020-03-24  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/testsuite/
* gcc.target/arm/cmp-2.c: Move double-precision tests to...
* gcc.target/arm/cmp-3.c: ...here (new file)
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/cmp-2.c
gcc/testsuite/gcc.target/arm/cmp-3.c [new file with mode: 0644]