Skip to content

LDC 1.32.1

Compare
Choose a tag to compare
@kinke kinke released this 17 Apr 13:08
· 3084 commits to master since this release

Big news

  • The prebuilt Linux packages are now generated on a Ubuntu 20.04 box, so the min required glibc version has been raised from 2.26 to 2.31. (#4367)

Bug fixes

  • Fix empty ldc.gccbuiltins_* modules with LLVM 15+. (#4347, #4350)
  • Fix v1.31 regression wrt. potentially wrong constant pointer offsets. (#4362, #4365)
  • Windows: Fix v1.32 regression wrt. leaking Throwable.info backtraces. (#4369)
  • Fix C assert calls for newlib targets. (#4351)