aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Vehreschild <vehre@gcc.gnu.org>2024-12-23 15:01:30 +0100
committerAndre Vehreschild <vehre@gcc.gnu.org>2024-12-23 17:52:10 +0100
commitdae506f73bdc03628e23d5e8c566b2e642086b60 (patch)
tree5ca72b03c0e685b5d3210a528fa1b238deda436c
parent6c59463a6fc6cd3ed4d0aad492af40c7ddd12f2a (diff)
downloadgcc-dae506f73bdc03628e23d5e8c566b2e642086b60.zip
gcc-dae506f73bdc03628e23d5e8c566b2e642086b60.tar.gz
gcc-dae506f73bdc03628e23d5e8c566b2e642086b60.tar.bz2
Fortran: Fixup broken build on 32bit after r15-6415 [PR107635]
gcc/testsuite/ChangeLog: PR fortran/107635 * gfortran.dg/coarray_lib_comm_1.f90: Use less complicated pattern, because all we need is the right count.
-rw-r--r--gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 b/gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90
index 68aa47e..609f3c1 100644
--- a/gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90
+++ b/gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90
@@ -38,6 +38,6 @@ B(1:5) = B(3:7)
if (any (A-B /= 0)) STOP 4
end
-! { dg-final { scan-tree-dump-times "_gfortran_caf_get_by_ct \\\(caf_token.., 0B, 0B, 1, \\\(unsigned long\\\) atmp.\[0-9\]+.span" 4 "original" } }
+! { dg-final { scan-tree-dump-times "_gfortran_caf_get_by_ct" 4 "original" } }
! { dg-final { scan-tree-dump-times "_gfortran_caf_sendget \\\(caf_token.., \\\(integer\\\(kind=\[48\]\\\)\\\) parm.\[0-9\]+.data - \\\(integer\\\(kind=\[48\]\\\)\\\) a, 1, &parm.\[0-9\]+, 0B, caf_token.., \\\(integer\\\(kind=\[48\]\\\)\\\) parm.\[0-9\]+.data - \\\(integer\\\(kind=\[48\]\\\)\\\) a, 1, &parm.\[0-9\]+, 0B, 4, 4, 1, 0B\\\);" 1 "original" } }