[flang-commits] [flang] [llvm] [flang] [flang-rt] Addition of the Fortran 2023 TOKENIZE intrinsic. (PR #181030)

via flang-commits flang-commits at lists.llvm.org
Wed Feb 25 08:30:29 PST 2026


================
@@ -17,6 +17,7 @@
 #include "flang/Runtime/freestanding-tools.h"
 #include <algorithm>
 #include <cstring>
+#include <iostream>
----------------
kwyatt-ext wrote:

Thanks for catching this.  I put it in to debug, but missed it when cleaning up my debug code.  It has been removed in my local copy and I'll update it with the rest of the potential changes from above.

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


More information about the flang-commits mailing list