Commit 6ad1a8f7 by John David Anglin Committed by John David Anglin

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
parent c3fb8214
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> 2012-09-16 Mikael Morin <mikael@gcc.gnu.org>
* gfortran.dg/namelist_75.f90: New test. * gfortran.dg/namelist_75.f90: New test.
......
...@@ -15,6 +15,7 @@ integer :: aa(4,4) ...@@ -15,6 +15,7 @@ integer :: aa(4,4)
call test(aa) call test(aa)
end 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 { scan-tree-dump-times "test \\\(&parm\\." 1 "original" } }
! { dg-final { cleanup-tree-dump "original" } } ! { dg-final { cleanup-tree-dump "original" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment