Commit 37320333 by Richard Sandiford Committed by Richard Sandiford

mult-1.c: Require -O2.

gcc/testsuite/
	* gcc.target/mips/mult-1.c: Require -O2.

From-SVN: r182502
parent da3507d0
2011-12-19 Richard Sandiford <rdsandiford@googlemail.com> 2011-12-19 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/mult-1.c: Require -O2.
2011-12-19 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/ext-2.c: Add NOMIPS16. * gcc.target/mips/ext-2.c: Add NOMIPS16.
2011-12-19 Jason Merrill <jason@redhat.com> 2011-12-19 Jason Merrill <jason@redhat.com>
......
/* For SI->DI widening multiplication we should use DINS to combine the two /* For SI->DI widening multiplication we should use DINS to combine the two
halves. For Octeon use DMUL with explicit widening. */ halves. For Octeon use DMUL with explicit widening. */
/* { dg-options "-O -mgp64 isa_rev>=2 forbid_cpu=octeon.*" } */ /* { dg-options "-O2 -mgp64 isa_rev>=2 forbid_cpu=octeon.*" } */
/* { dg-final { scan-assembler "\tdins\t" } } */ /* { dg-final { scan-assembler "\tdins\t" } } */
/* { dg-final { scan-assembler-not "\tdsll\t" } } */ /* { dg-final { scan-assembler-not "\tdsll\t" } } */
/* { dg-final { scan-assembler-not "\tdsrl\t" } } */ /* { dg-final { scan-assembler-not "\tdsrl\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