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
This commit is contained in:
parent
3b1970cb3c
commit
998f4f30ea
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue