[all-commits] [llvm/llvm-project] 77a3ae: [flang][OpenMP] Remove recognition of versions 3.0...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Jun 25 08:21:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77a3ae5845dad0afadd2bfb3b810e374d888a024
      https://github.com/llvm/llvm-project/commit/77a3ae5845dad0afadd2bfb3b810e374d888a024
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M flang/include/flang/Support/OpenMP-features.h
    M flang/test/Driver/bbc-openmp-version-macro.f90
    M flang/test/Driver/flang-openmp-version-macro.f90

  Log Message:
  -----------
  [flang][OpenMP] Remove recognition of versions 3.0 and older (#145708)

The oldest supported version is now 3.1. In terms of semantic analysis
the compiler treats all versions <= 4.5 identically, and there is no
plan to add version-specific checks for older versions.

See discourse thread:

https://discourse.llvm.org/t/rfc-remove-openmp-versions-prior-to-3-1/86901



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