[all-commits] [llvm/llvm-project] 888cea: [flang][OpenMP] Analyze objects in OmpObjectList o...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Wed Aug 27 11:24:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 888ceac68173d4fbbfab475beb1f74a63b1ea2ba
      https://github.com/llvm/llvm-project/commit/888ceac68173d4fbbfab475beb1f74a63b1ea2ba
  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) (#155667)

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