diff options
author | Matthew Fortune <matthew.fortune@imgtec.com> | 2017-03-09 17:18:41 +0000 |
---|---|---|
committer | Matthew Fortune <mpf@gcc.gnu.org> | 2017-03-09 17:18:41 +0000 |
commit | c9819d22705d43ced3c05763172812061cdddce9 (patch) | |
tree | a3234649494aad05a5a8bc6e190798f30d935324 | |
parent | 3661842863344b18d736c0f9fd02983ebceaed52 (diff) | |
download | gcc-c9819d22705d43ced3c05763172812061cdddce9.zip gcc-c9819d22705d43ced3c05763172812061cdddce9.tar.gz gcc-c9819d22705d43ced3c05763172812061cdddce9.tar.bz2 |
Use -mhard-float for MIPS -mlxc1-sxc1 tests
gcc/testsuite/
* gcc.target/mips/lxc1-sxc1-1.c: Use -mhard-float.
* gcc.target/mips/lxc1-sxc1-2.c: Likewise.
From-SVN: r246011
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3da89cd..bc2bc4a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-03-09 Matthew Fortune <matthew.fortune@imgtec.com> + + * gcc.target/mips/lxc1-sxc1-1.c: Use -mhard-float. + * gcc.target/mips/lxc1-sxc1-2.c: Likewise. + 2017-03-09 Marek Polacek <polacek@redhat.com> PR sanitizer/79757 diff --git a/gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c b/gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c index f455eb8..7272258 100644 --- a/gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c +++ b/gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c @@ -1,4 +1,4 @@ -/* { dg-options "(HAS_LXC1) -mno-lxc1-sxc1" } */ +/* { dg-options "(HAS_LXC1) -mhard-float -mno-lxc1-sxc1" } */ /* { dg-final { scan-assembler-not "\tldxc1\t" } } */ /* { dg-final { scan-assembler-not "\tsdxc1\t" } } */ diff --git a/gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c b/gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c index dfbf6b5..317252b 100644 --- a/gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c +++ b/gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c @@ -1,4 +1,4 @@ -/* { dg-options "(HAS_LXC1) -mlxc1-sxc1" } */ +/* { dg-options "(HAS_LXC1) -mhard-float -mlxc1-sxc1" } */ /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ /* { dg-final { scan-assembler "\tldxc1\t" } } */ |