[all-commits] [llvm/llvm-project] 919173: [flang] Accept CONTIGUOUS attribute when redundant...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Oct 31 16:04:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91917387648f5638058f7f9391f144b8858c4975
      https://github.com/llvm/llvm-project/commit/91917387648f5638058f7f9391f144b8858c4975
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-10-31 (Tue, 31 Oct 2023)

  Changed paths:
    M flang/docs/Extensions.md
    M flang/lib/Semantics/check-declarations.cpp
    M flang/test/Semantics/bind-c13.f90
    M flang/test/Semantics/call07.f90
    M flang/test/Semantics/contiguous01.f90
    M flang/test/Semantics/resolve90.f90

  Log Message:
  -----------
  [flang] Accept CONTIGUOUS attribute when redundant (#70853)

As an extension, accept the redundant use of the CONTIGUOUS attribute
when applied to scalars and to simply contiguous objects, with a
portability warning.




More information about the All-commits mailing list