Files
clang-p2996/flang/runtime/pointer.cpp
Peter Klausler 084d943663 [flang] Fix excess allocation (#96663)
A recent patch introduced an error in an aligned byte size calculation
that causes an extra word to be allocated when the original byte size is
already aligned (including the case of zero). Fix.
2024-06-28 11:32:09 -07:00

9.9 KiB