[all-commits] [llvm/llvm-project] 45760b: [flang] Attempt to silence new GCC warnings

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Aug 2 08:17:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45760be33b827fbd05f58e7c480ea4448ecd315b
      https://github.com/llvm/llvm-project/commit/45760be33b827fbd05f58e7c480ea4448ecd315b
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M flang/lib/Lower/ConvertCall.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Semantics/runtime-type-info.cpp

  Log Message:
  -----------
  [flang] Attempt to silence new GCC warnings

Restructure three code sites that are now eliciting new warnings
from the latest GCC compiler.  One of these looks like a
legitimate problem with a reference to an expression temporary.

Fixes https://github.com/llvm/llvm-project/issues/64200.

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




More information about the All-commits mailing list