[flang-commits] [flang] [llvm] [flang][runtime] Don't always accept a bare exponent letter (PR #151597)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Mon Aug 4 11:16:51 PDT 2025


================
@@ -965,7 +965,10 @@ TEST(IOApiTests, EditDoubleInputValues) {
       {"(RU,E9.1)", " 1.0E-325", 0x1, 0},
       {"(E9.1)", "-1.0E-325", 0x8000000000000000, 0},
       {"(RD,E9.1)", "-1.0E-325", 0x8000000000000001, 0},
-      {"(F7.0))", "+NaN(q)", 0x7ff8000000000000, 0},
----------------
akuhlens wrote:

Good Catch!

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


More information about the flang-commits mailing list