File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 - os : ubuntu-24.04
116116 compiler : flang
117117 version : 23
118- container : phhargrove/llvm-flang:23.1.0_rc2 -latest
118+ container : phhargrove/llvm-flang:23.1.0_rc3 -latest
119119 - os : ubuntu-24.04
120120 compiler : flang
121121 version : 22
@@ -229,7 +229,7 @@ jobs:
229229 compiler : flang
230230 version : 23
231231 network : udp
232- container : phhargrove/llvm-flang:23.1.0_rc2 -latest
232+ container : phhargrove/llvm-flang:23.1.0_rc3 -latest
233233 - os : ubuntu-24.04
234234 compiler : flang
235235 version : latest
Original file line number Diff line number Diff line change @@ -39,16 +39,6 @@ subroutine write_flags
3939 call no (" COARRAY_LOCAL_ACCESS" )
4040 call no (" PUTGET" )
4141
42- ! issue #214080
43- call no (" ALLOC_COARRAY_CLEANUP" )
44- call no (" ALLOC_COARRAY_DEALLOC" )
45-
46- ! issue #205953
47- call no (" IMAGE_INDEX_TEAM" )
48- call no (" NUM_IMAGES_TEAM" )
49- call no (" THIS_IMAGE_TEAM" )
50- call no (" TEAM_NUMBER_TEAM" )
51-
5242 call no (" EVENT" )
5343 call yes (" EVENT_TYPE" )
5444 call no (" LOCK" )
You can’t perform that action at this time.
0 commit comments