bind_c_array_params_2.f90: Require -mno-relax-pic-calls for MIPS.
gcc/testsuite/ * gfortran.dg/bind_c_array_params_2.f90: Require -mno-relax-pic-calls for MIPS. From-SVN: r195443
This commit is contained in:
parent
94ba344642
commit
8eb03ce8dc
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-24 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gfortran.dg/bind_c_array_params_2.f90: Require -mno-relax-pic-calls
|
||||
for MIPS.
|
||||
|
||||
2013-01-24 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* gcc.target/mips/octeon-pipe-1.c: Add -ffat-lto-objects
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
! { dg-do compile }
|
||||
! { dg-options "-std=f2008ts -fdump-tree-original" }
|
||||
! { dg-additional-options "-mno-explicit-relocs" { target alpha*-*-* } }
|
||||
! { dg-additional-options "-mno-relax-pic-calls" { target mips*-*-* } }
|
||||
!
|
||||
! Check that assumed-shape variables are correctly passed to BIND(C)
|
||||
! as defined in TS 29913
|
||||
|
|
Loading…
Add table
Reference in a new issue