Message ID | 20120916164911.GA27412@hiauly1.hia.nrc.ca |
---|---|
State | New |
Headers | show |
Index: gfortran.dg/bind_c_array_params_2.f90 =================================================================== --- gfortran.dg/bind_c_array_params_2.f90 (revision 191314) +++ gfortran.dg/bind_c_array_params_2.f90 (working copy) @@ -15,6 +15,7 @@ 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" } }