Commit c9819d22 by Matthew Fortune Committed by Matthew Fortune

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
parent 36618428
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
......
/* { 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" } } */
......
/* { 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" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment