llvm-project
671caef3 - [Flang][OpenMP] Update relevant warnings to emit when OMP >= v5.2 (#144492)

Commit
140 days ago
[Flang][OpenMP] Update relevant warnings to emit when OMP >= v5.2 (#144492) There has been a number of deprecation warnings that have been added to Flang, however these features are only deprecated when the OpenMP Version being used is 5.2 or later. Previously, flang did not consider the version with the warnings so would always be emitted. Flang now ensures warnings are emitted for the appropriate version of OpenMP, and tests are updated to reflect this change.
Author
Parents
Loading