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
This commit is contained in:
Matthew Fortune 2017-03-09 17:18:41 +00:00 committed by Matthew Fortune
parent 3661842863
commit c9819d2270
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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" } } */

View File

@ -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" } } */