[all-commits] [llvm/llvm-project] 56b7db: [flang] Change error to portability warning

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Dec 2 13:46:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56b7db9e07f6d792a665a7731f91d5f81be85547
      https://github.com/llvm/llvm-project/commit/56b7db9e07f6d792a665a7731f91d5f81be85547
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-12-02 (Fri, 02 Dec 2022)

  Changed paths:
    M flang/docs/Extensions.md
    M flang/include/flang/Semantics/expression.h
    M flang/lib/Semantics/expression.cpp
    M flang/test/Semantics/expr-errors05.f90

  Log Message:
  -----------
  [flang] Change error to portability warning

The standard does *not* require that a real or imaginary part of a complex
literal constant be a scalar if it is a named constant.  Downgrade a
recently installed check to a portability warning, and document it.

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




More information about the All-commits mailing list