Skip to content

Commit df04fba

Browse files
[Fortran/gfortran][OpenMP] Enable parallel reduction tests
The parallel reduction tests in the gfortran test suite now pass due to D155157 being upstreamed. This patch enables said tests. Reviewed By: kiranchandramohan Differential Revision: https://reviews.llvm.org/D158054
1 parent af92951 commit df04fba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Fortran/gfortran/regression/gomp/DisabledFiles.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
108108
workshare2.f90
109109
workshare3.f90
110110

111-
# unimplemented: Reduction in OpenMP parallel construct
112-
pr45172.f90
113-
pr48794.f90
114-
pr48611.f90
115-
pr48794-2.f90
116-
reduction2.f90
117-
118111
# unimplemented: Array references as atomic update variable
119112
pr62131.f90
120113

0 commit comments

Comments
 (0)