[flang-commits] [flang] [flang] Implement C_F_STRPOINTER (Fortran 2023) (PR #176973)
Caroline Newcombe via flang-commits
flang-commits at lists.llvm.org
Tue Jan 20 14:48:51 PST 2026
================
@@ -0,0 +1,59 @@
+! RUN: bbc -emit-fir -hlfir=false %s -o - | FileCheck %s
+! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir %s -o - | FileCheck %s
----------------
cenewcombe wrote:
Done! I updated RUN lines to -emit-hlfir and fixed the CHECK patterns. I've verified that the test is passing.
https://github.com/llvm/llvm-project/pull/176973
More information about the flang-commits
mailing list