re PR testsuite/61453 (gfortran.dg/bind_c_array_params_2.f90 for targets where a call insn isn't "call")
2014-07-09 Dominique d'Humieres <dominiq@lps.ens.fr> PR testsuite/61453 * gfortran.dg/gfortran.dg/bind_c_array_params_2.f90: Adjust regexp for more targets. From-SVN: r212387
This commit is contained in:
parent
f47910b51e
commit
7bb7b83693
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-07-09 Dominique d'Humieres <dominiq@lps.ens.fr>
|
||||
|
||||
PR testsuite/61453
|
||||
* gfortran.dg/gfortran.dg/bind_c_array_params_2.f90:
|
||||
Adjust regexp for more targets.
|
||||
|
||||
2014-07-09 Andrew Sutton <andrew.n.sutton@gmail.com>
|
||||
Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ integer :: aa(4,4)
|
|||
call test(aa)
|
||||
end
|
||||
|
||||
! { dg-final { scan-assembler-times "call\[^\n\r\]*myBindC" 1 { target { ! { hppa*-*-hpux* } } } } }
|
||||
! { dg-final { scan-assembler-times "call\[^\n\r\]*myBindC,%r2" 1 { target { hppa*-*-hpux* } } } }
|
||||
! { dg-final { scan-assembler-times "\[ \t\]\[$,_0-9\]*myBindC" 1 { target { ! { hppa*-*-* } } } } }
|
||||
! { dg-final { scan-assembler-times "myBindC,%r2" 1 { target { hppa*-*-* } } } }
|
||||
! { dg-final { scan-tree-dump-times "test \\\(&parm\\." 1 "original" } }
|
||||
! { dg-final { cleanup-tree-dump "original" } }
|
||||
|
|
Loading…
Add table
Reference in a new issue