[all-commits] [llvm/llvm-project] 2aff33: [flang][OpenMP] Analyze objects in OmpObjectList o...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed Aug 27 11:01:48 PDT 2025
Branch: refs/heads/users/kparzysz/analyze-objects
Home: https://github.com/llvm/llvm-project
Commit: 2aff337e0d20c6260e79b10941f8bd73881b230b
https://github.com/llvm/llvm-project/commit/2aff337e0d20c6260e79b10941f8bd73881b230b
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/test/Lower/OpenMP/Todo/omp-do-simd-linear.f90
M flang/test/Semantics/OpenMP/declare-mapper02.f90
M flang/test/Semantics/OpenMP/depend01.f90
A flang/test/Semantics/OpenMP/depend07.f90
Log Message:
-----------
[flang][OpenMP] Analyze objects in OmpObjectList on clauses (#155424)
This is intended to diagnose errors such as incorrect uses of assumed-size
arrays, for example.
Fixes https://github.com/llvm/llvm-project/issues/151990
Reinstate 63085310c9 (PR 155424) with a change that treats whole assumed-
size-arrays as variables (as defined by the Fortran standard). This treats
them, by default, as valid variable list items.
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