MIPS: Force o32 ABI for inline-memcpy-3.c.
authorToma Tabacu <toma.tabacu@imgtec.com>
Mon, 6 Mar 2017 11:27:07 +0000 (11:27 +0000)
committerToma Tabacu <tomtab@gcc.gnu.org>
Mon, 6 Mar 2017 11:27:07 +0000 (11:27 +0000)
gcc/testsuite/

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

From-SVN: r245914

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/inline-memcpy-3.c

index 4850fe5..1ff81d2 100644 (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.
index 3bdb28b..a449107 100644 (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 } } */