[all-commits] [llvm/llvm-project] f2360e: [flang] Enforce rest of semantic constraint C919

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Oct 22 11:36:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2360e1156d086ac5ac58d7f29449adf9e75d716
      https://github.com/llvm/llvm-project/commit/f2360e1156d086ac5ac58d7f29449adf9e75d716
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M flang/include/flang/Semantics/expression.h
    M flang/lib/Semantics/expression.cpp
    M flang/test/Semantics/deallocate01.f90

  Log Message:
  -----------
  [flang] Enforce rest of semantic constraint C919

A reference to an allocatable or pointer component must be applied
to a scalar base object.  (This is the second part of constraint C919;
the first part is already checked.)

Differential Revision: https://reviews.llvm.org/D112241




More information about the All-commits mailing list