[all-commits] [llvm/llvm-project] 7d976d: [flang][OpenMP] Remove recognition of versions 3.0...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Jun 25 07:07:37 PDT 2025
Branch: refs/heads/users/kparzysz/spr/f01-remove-old-versions
Home: https://github.com/llvm/llvm-project
Commit: 7d976da4202ddf4489712d6105b2b8abe33a2550
https://github.com/llvm/llvm-project/commit/7d976da4202ddf4489712d6105b2b8abe33a2550
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
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