[flang-commits] [flang] [flang][OpenMP] Add semantic checks for is_device_ptr (PR #71255)

via flang-commits flang-commits at lists.llvm.org
Fri Nov 3 22:12:27 PDT 2023


================
@@ -11,6 +11,7 @@
 #include "flang/Parser/parse-tree.h"
 #include "flang/Semantics/tools.h"
 #include <algorithm>
+#include <iostream>
----------------
shraiysh wrote:

Yes, sorry for that, its an unrelated change - I was trying to dump the attribute list to `std::cout`, sorry. Will remove it.

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


More information about the flang-commits mailing list