[flang-commits] [flang] [flang] fix flang builds with clang 20 after #100692 (PR #106718)
David Truby via flang-commits
flang-commits at lists.llvm.org
Wed Sep 4 06:56:41 PDT 2024
DavidTruby wrote:
We could revert this now as this has been fixed in clang. It has been pointed out to me though that taking the address of most functions in `std::` is actually undefined; I doubt any compiler would enforce this but it's technically the case for some reason.
https://github.com/llvm/llvm-project/pull/106718
More information about the flang-commits
mailing list