[flang-commits] [flang] [llvm] [flang] [flang-rt] Implement AT edit descriptor for Fortran 202X with appropriate handling and tests (PR #189157)

via flang-commits flang-commits at lists.llvm.org
Mon Apr 6 11:38:44 PDT 2026


================
@@ -1018,3 +1018,66 @@ TEST(IOApiTests, ConfusingMinimization) {
   EXPECT_TRUE(CompareFormattedStrings(" 65504. ", got))
       << "expected ' 65504. ', got '" << got << '\''; // not 65500.!
 }
+
+// Test AT edit descriptor (F202X) - trims trailing blanks on output
----------------
laoshd wrote:

F202X has been changed to F2023.

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


More information about the flang-commits mailing list