[flang-commits] [flang] [flang][OpenMP] Add semantic checks for is_device_ptr (PR #71255)
Raghu Maddhipatla via flang-commits
flang-commits at lists.llvm.org
Fri Nov 3 21:44:35 PDT 2023
================
@@ -11,6 +11,7 @@
#include "flang/Parser/parse-tree.h"
#include "flang/Semantics/tools.h"
#include <algorithm>
+#include <iostream>
----------------
raghavendhra wrote:
If possible, can we avoid using iostream here?
https://github.com/llvm/llvm-project/pull/71255
More information about the flang-commits
mailing list