[all-commits] [llvm/llvm-project] e7a53f: [flang] Accept BOZ in array constructors w/o types

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Jun 3 13:37:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7a53f1e0472a991cea26c6e25594c3a1a8707ec
      https://github.com/llvm/llvm-project/commit/e7a53f1e0472a991cea26c6e25594c3a1a8707ec
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
    M flang/docs/Extensions.md
    M flang/include/flang/Common/Fortran-features.h
    M flang/lib/Semantics/expression.cpp

  Log Message:
  -----------
  [flang] Accept BOZ in array constructors w/o types

As a benign extension common to other Fortran compilers,
accept BOZ literals in array constructors w/o explicit
types, treating them as integers.

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




More information about the All-commits mailing list