S/390: bind_c_array_params_2: Add proper call expr regexp for S/390.

gcc/testsuite/ChangeLog

	* gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for S/390.

From-SVN: r232425
This commit is contained in:
Dominik Vogt 2016-01-15 13:59:18 +00:00 committed by Andreas Krebbel
parent 5cc534c402
commit cbb0e83b5a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
* gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for
S/390.
2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
PR c++/56194

View File

@ -16,6 +16,7 @@ integer :: aa(4,4)
call test(aa)
end
! { dg-final { scan-assembler-times "\[ \t\]\[$,_0-9\]*myBindC" 1 { target { ! { hppa*-*-* } } } } }
! { dg-final { scan-assembler-times "\[ \t\]\[$,_0-9\]*myBindC" 1 { target { ! { hppa*-*-* s390*-*-* } } } } }
! { dg-final { scan-assembler-times "myBindC,%r2" 1 { target { hppa*-*-* } } } }
! { dg-final { scan-assembler-times "brasl\t%r\[0-9\]*,myBindC" 1 { target { s390*-*-* } } } }
! { dg-final { scan-tree-dump-times "test \\\(&parm\\." 1 "original" } }