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
This commit is contained in:
Toma Tabacu 2017-03-06 11:27:07 +00:00 committed by Toma Tabacu
parent c1b993c0a6
commit ca8942a34a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -1,4 +1,4 @@
/* { 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 } } */