bind_c_array_params_2.f90: Adjust scan-assembler-times "myBindC" for hppa*-*-hpux*.
* gfortran.dg/bind_c_array_params_2.f90: Adjust scan-assembler-times "myBindC" for hppa*-*-hpux*. From-SVN: r191359
This commit is contained in:
parent
c3fb821439
commit
6ad1a8f770
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-09-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* gfortran.dg/bind_c_array_params_2.f90: Adjust scan-assembler-times
|
||||
"myBindC" for hppa*-*-hpux*.
|
||||
|
||||
2012-09-16 Mikael Morin <mikael@gcc.gnu.org>
|
||||
|
||||
* gfortran.dg/namelist_75.f90: New test.
|
||||
|
|
|
@ -15,6 +15,7 @@ integer :: aa(4,4)
|
|||
call test(aa)
|
||||
end
|
||||
|
||||
! { dg-final { scan-assembler-times "myBindC" 1 } }
|
||||
! { dg-final { scan-assembler-times "myBindC" 1 { target { ! { hppa*-*-hpux* } } } } }
|
||||
! { dg-final { scan-assembler-times "myBindC,%r2" 1 { target { hppa*-*-hpux* } } } }
|
||||
! { dg-final { scan-tree-dump-times "test \\\(&parm\\." 1 "original" } }
|
||||
! { dg-final { cleanup-tree-dump "original" } }
|
||||
|
|
Loading…
Add table
Reference in a new issue