Skip to content

Workarounds for gfortran 13.2

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 20 Nov 19:04
· 69 commits to main since this release
4d16884

Fixed

  • Several workarounds added to enable building with gfortran 13.2. Polymorphic assignment is broken, and must be replaced by ALLOCATE(obj,source=...). But apparently not everywhere?
  • Add -check nouninit for Intel LLVM to work around ifx bug.

Changed

  • Updated CI to remove gcc-9 from macOS11 and add gcc-12