diff options
author | Toma Tabacu <toma.tabacu@imgtec.com> | 2016-12-14 10:19:01 +0000 |
---|---|---|
committer | Toma Tabacu <tomtab@gcc.gnu.org> | 2016-12-14 10:19:01 +0000 |
commit | 998f4f30ea96b8eba79af8c317b8a250a74cab0c (patch) | |
tree | 241fe2bb709985b8dc90b5694b0e35807cef689f | |
parent | 3b1970cb3c603c900a175d9c7c36428cc031920f (diff) | |
download | gcc-998f4f30ea96b8eba79af8c317b8a250a74cab0c.zip gcc-998f4f30ea96b8eba79af8c317b8a250a74cab0c.tar.gz gcc-998f4f30ea96b8eba79af8c317b8a250a74cab0c.tar.bz2 |
MIPS: Force assembly output for msa-builtins-err.c.
gcc/testsuite
* gcc.target/mips/msa-builtins-err.c (dg-options): Add
-ffat-lto-objects option.
From-SVN: r243639
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/msa-builtins-err.c | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d37ce76..046aea62 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-12-14 Toma Tabacu <toma.tabacu@imgtec.com> + + * gcc.target/mips/msa-builtins-err.c (dg-options): Add + -ffat-lto-objects option. + 2016-12-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> Jakub Jelinek <jakub@redhat.com> diff --git a/gcc/testsuite/gcc.target/mips/msa-builtins-err.c b/gcc/testsuite/gcc.target/mips/msa-builtins-err.c index 041b7f5..68244d6 100644 --- a/gcc/testsuite/gcc.target/mips/msa-builtins-err.c +++ b/gcc/testsuite/gcc.target/mips/msa-builtins-err.c @@ -1,6 +1,8 @@ /* Test builtins for MIPS MSA ASE instructions */ /* { dg-do compile } */ -/* { dg-options "-mfp64 -mhard-float -mmsa" } */ +/* { dg-options "-mfp64 -mhard-float -mmsa -ffat-lto-objects" } */ +/* Because this test only uses dg-error, we need to guarantee assembly + generation ourselves by using -ffat-lto-objects. */ #include <msa.h> |