Skip to content

Commit 6fc1e06

Browse files
committed
CI: Update flang-latest to 23.1.0-RC3
This includes fixes to LLVM issues 214080 and 205953
1 parent b0f2b66 commit 6fc1e06

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

app/print-native-flags.F90

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)