[all-commits] [llvm/llvm-project] 7b42bb: [flang][OpenMP] Issue a warning when parsing futur...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Jul 9 08:07:28 PDT 2025


  Branch: refs/heads/users/kparzysz/spr/v06-omp-future
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b42bbe446f366fa10e1fb6ecf237169a56400b0
      https://github.com/llvm/llvm-project/commit/7b42bbe446f366fa10e1fb6ecf237169a56400b0
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-07-09 (Wed, 09 Jul 2025)

  Changed paths:
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    A flang/test/Semantics/OpenMP/future-directive-spellings.f90

  Log Message:
  -----------
  [flang][OpenMP] Issue a warning when parsing future directive spelling

OpenMP 6.0 introduced alternative spelling for some directives, with the
previous spellings still allowed.

Warn the user when a new spelling is encountered with OpenMP version set
to an older value.



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