diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4850fe5da45..1ff81d2f4b9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-03-06 Toma Tabacu + + * gcc.target/mips/inline-memcpy-3.c (dg-options): Add -mabi=32. + 2017-03-06 Prachi Godbole * gcc.target/mips/msa-minmax.c: New tests. diff --git a/gcc/testsuite/gcc.target/mips/inline-memcpy-3.c b/gcc/testsuite/gcc.target/mips/inline-memcpy-3.c index 3bdb28b514e..a449107ad90 100644 --- a/gcc/testsuite/gcc.target/mips/inline-memcpy-3.c +++ b/gcc/testsuite/gcc.target/mips/inline-memcpy-3.c @@ -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 } } */