Commit ca8942a3 by Toma Tabacu Committed by Toma Tabacu

MIPS: Force o32 ABI for inline-memcpy-3.c.

gcc/testsuite/

	* gcc.target/mips/inline-memcpy-3.c (dg-options): Add -mabi=32.

From-SVN: r245914
parent c1b993c0
2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
* gcc.target/mips/inline-memcpy-3.c (dg-options): Add -mabi=32.
2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
* gcc.target/mips/msa-minmax.c: New tests.
......
/* { dg-options "-fno-common isa_rev<=5 (REQUIRES_STDLIB)" } */
/* { dg-options "-fno-common isa_rev<=5 -mabi=32 (REQUIRES_STDLIB)" } */
/* { dg-skip-if "code quality test" { *-*-* } { "-O0" "-Os"} { "" } } */
/* { dg-final { scan-assembler-not "\tmemcpy" } } */
/* { dg-final { scan-assembler-times "swl" 8 } } */
......
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