[all-commits] [llvm/llvm-project] 3151fb: [flang] Change C889 from error into warning

PeixinQiao via All-commits all-commits at lists.llvm.org
Wed Jun 15 00:39:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3151fb5ef7249d5d0a293daea6af756856800005
      https://github.com/llvm/llvm-project/commit/3151fb5ef7249d5d0a293daea6af756856800005
  Author: Peixin-Qiao <qiaopeixin at huawei.com>
  Date:   2022-06-15 (Wed, 15 Jun 2022)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp
    M flang/test/Semantics/resolve45.f90

  Log Message:
  -----------
  [flang] Change C889 from error into warning

This constraint is used in OMP2012 benchmark, and other compilers do not
enforce it. Change it into one warning. This addresses the issue
https://github.com/llvm/llvm-project/issues/56003.

Reviewed By: klausler, kiranchandramohan

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




More information about the All-commits mailing list