[flang-commits] [flang] [llvm] [flang-rt] Implement ERFC_SCALED for REAL(16) (PR #219697)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Thu Sep 10 06:55:19 PDT 2026


================
@@ -31,6 +31,12 @@ page](https://llvm.org/releases/).
 
 ## Bug Fixes
 
+- `ERFC_SCALED` no longer aborts at run time when called on a `REAL(16)`
----------------
eugeneepshteyn wrote:

> no longer aborts at run time

This was link time error for static linking, right? And for shared libraries that would be load time error.

Maybe something like this: "previously failed to link (or failed at load time from a shared library) on targets that use a quad-precision math library, and returned only about double-precision accuracy on targets where long double is binary128."

https://github.com/llvm/llvm-project/pull/219697


More information about the flang-commits mailing list