re PR fortran/80256 (Cygwin test fail: bind_c_array_params_2.f90 scan-assembler-times)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 23 May 2017 15:54:59 +0000 (15:54 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 23 May 2017 15:54:59 +0000 (15:54 +0000)
2017-05-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/80256
* gfortran.dg/bind_c_array_params_2.f90: Modify to pass on
Cygwin.

From-SVN: r248371

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90

index cef3ba62ddb07a8eb43aa60c5bbffd6f618a123b..d358f4b218347bf1ce604569bc2148751a907166 100644 (file)
@@ -1,3 +1,9 @@
+2017-05-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/80256
+       * gfortran.dg/bind_c_array_params_2.f90: Modify to pass on
+       Cygwin.
+
 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
 
        * c-c++-common/goacc/parallel-dims-1.c: Update.
index e749958d8b5403dcee7bd8398ada0d398fc80151..25f5dda93ff5296dea94cd4815498e51a46fcd3f 100644 (file)
@@ -16,7 +16,8 @@ integer :: aa(4,4)
 call test(aa)
 end
 
-! { dg-final { scan-assembler-times "\[ \t\]\[$,_0-9\]*myBindC" 1 { target { ! { hppa*-*-* s390*-*-* } } } } }
+! { dg-final { scan-assembler-times "\[ \t\]\[$,_0-9\]*myBindC" 1 { target { ! { hppa*-*-* s390*-*-* *-*-cygwin* } } } } }
 ! { dg-final { scan-assembler-times "myBindC,%r2" 1 { target { hppa*-*-* } } } }
+! { dg-final { scan-assembler-times "call\tmyBindC" 1 { target { *-*-cygwin* } } } }
 ! { dg-final { scan-assembler-times "brasl\t%r\[0-9\]*,myBindC" 1 { target { s390*-*-* } } } }
 ! { dg-final { scan-tree-dump-times "test \\\(&parm\\." 1 "original" } }