[flang-commits] [PATCH] D124423: [flang] Get ppc64le build bot back up
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Apr 26 05:02:37 PDT 2022
jeanPerier accepted this revision.
jeanPerier added a comment.
This revision is now accepted and ready to land.
I am surprised because the dispatching uses `host::FortranType<HostT>` (at [1]) to avoid making assumptions regarding what the host floating points are. So I would have expected this code to automatically map long double to REAL(16) on ppc64le, but obviously, there is a bug/issue somewhere. Thanks for the fix.
[1]: https://github.com/llvm/llvm-project/blob/e356027016c6365b3d8924f54c33e2c63d931492/flang/lib/Evaluate/intrinsics-library.cpp#L367-L375
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124423/new/
https://reviews.llvm.org/D124423
More information about the flang-commits
mailing list