diff options
author | Toma Tabacu <toma.tabacu@imgtec.com> | 2017-03-06 11:27:07 +0000 |
---|---|---|
committer | Toma Tabacu <tomtab@gcc.gnu.org> | 2017-03-06 11:27:07 +0000 |
commit | ca8942a34aba3b4d97b1c5f8fd63a389fa63749e (patch) | |
tree | 34fb79688d0867e801011c70d823b5102df39f91 /gcc | |
parent | c1b993c0a669dd73e6b4914936699a247e68a48f (diff) | |
download | gcc-ca8942a34aba3b4d97b1c5f8fd63a389fa63749e.zip gcc-ca8942a34aba3b4d97b1c5f8fd63a389fa63749e.tar.gz gcc-ca8942a34aba3b4d97b1c5f8fd63a389fa63749e.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/inline-memcpy-3.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4850fe5..1ff81d2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.target/mips/inline-memcpy-3.c b/gcc/testsuite/gcc.target/mips/inline-memcpy-3.c index 3bdb28b..a449107 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 } } */ |