[all-commits] [llvm/llvm-project] 062e69: [flang][OpenMP] Fix 2 more regressions after #1010...

Leandro Lupori via All-commits all-commits at lists.llvm.org
Thu Aug 15 10:14:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 062e69a647c7ea0bc3441223648f9989490abb7a
      https://github.com/llvm/llvm-project/commit/062e69a647c7ea0bc3441223648f9989490abb7a
  Author: Leandro Lupori <leandro.lupori at linaro.org>
  Date:   2024-08-15 (Thu, 15 Aug 2024)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Semantics/OpenMP/complex.f90
    A flang/test/Semantics/OpenMP/present.f90

  Log Message:
  -----------
  [flang][OpenMP] Fix 2 more regressions after #101009 (#101538)

PR #101009 exposed a semantic check issue with OPTIONAL dummy
arguments.
Another issue occurred when using %{re,im,len,kind}, as these also
need to be skipped when handling variables with implicitly defined
DSAs.

These issues were found by Fujitsu testsuite.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list