[flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)

via flang-commits flang-commits at lists.llvm.org
Sat Mar 14 00:03:58 PDT 2026


================
@@ -193,7 +193,7 @@ static RT_API_ATTRS bool AbsoluteTabbing(CONTEXT &context, int n) {
 
 template <typename CONTEXT>
 static RT_API_ATTRS void HandleControl(
-    CONTEXT &context, char ch, char next, int n) {
+    CONTEXT &context, char ch, char next, int n, char next2) {
----------------
laoshd wrote:

Changed.

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


More information about the flang-commits mailing list