- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following code causes an ICE with ifort 2021.8.0 if compiled with ifort -qopenmp. BTW, it compiles fine with recent ifx.
program test
implicit none
!$omp parallel default(shared)
block
class(*), allocatable::x
allocate(x,mold='test')
end block
!$omp end parallel
end program test
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bug ID CMPLRIL0-35156

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page