Skip to content

Commit eed578a

Browse files
[Fortran/goacc] Disable routine-3 (#271)
The test routine-3 fails after: llvm/llvm-project#149614 This is because the OpenACC spec requires for all do loop induction variables to be privatized, but the private recipe does not yet have a materialization implementation. Thus disable it in the same way other tests in same category fail.
1 parent 299a0b3 commit eed578a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fortran/gfortran/regression/goacc/DisabledFiles.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
9191
private-explicit-parallel-1.f95
9292
private-explicit-serial-1.f95
9393
private-predetermined-serial-1.f95
94+
routine-3.f90
9495
serial-tree.f95
9596

9697
# error: unsupported OpenACC operation: acc.reduction

0 commit comments

Comments
 (0)