https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109466
Bug ID: 109466 Summary: [13 regression] gfortran.dg/gomp/affinity-clause-1.f90 fails after r13-7120-g46fe32cb4d887d Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:46fe32cb4d887d44a62f9c4ff2a72532d4eb5a19, r13-7120-g46fe32cb4d887d make -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32,m64}' gomp.exp=gfortran.dg/gomp/affinity-clause-1.f90" FAIL: gfortran.dg/gomp/affinity-clause-1.f90 -O scan-tree-dump-times original "#pragma omp task affinity\\(iterator\\(integer\\(kind=4\\) i=D\\.[0-9]+:5:1\\):b\\[\\(.* <?i>? \\+ -1\\]\\) affinity\\(iterator\\(integer\\(kind=4\\) i=D\\.[0-9]+:5:1\\):d\\[\\(\\(integer\\(kind=8\\)\\) i \\+ -1\\) \\* 6\\]\\)" 1 # of expected passes 7 # of unexpected failures 1 Previously it just had 7 passes. Note this only happens on powerpc64 BE systems. On LE systems the test is skipped altogether. commit 46fe32cb4d887d44a62f9c4ff2a72532d4eb5a19 Author: Paul Thomas <pa...@gcc.gnu.org> Date: Sat Apr 8 07:49:13 2023 +0100 Fortran: Fix dg directives and remove trailing whitespaces in testsuite