[all-commits] [llvm/llvm-project] 7ba393: [flang] Dodge gcc 8.2.0 build problem (NFC)

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Nov 3 16:31:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ba393efe5fe861fe2905bb8c09801897fecc128
      https://github.com/llvm/llvm-project/commit/7ba393efe5fe861fe2905bb8c09801897fecc128
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-11-03 (Tue, 03 Nov 2020)

  Changed paths:
    M flang/lib/Evaluate/intrinsics.cpp

  Log Message:
  -----------
  [flang] Dodge gcc 8.2.0 build problem (NFC)

Add explicit member initializers to the declarations of
some constexpr values added in a recent patch to avoid an
apparent problem with gcc 8.2.0 with default initializers.

Differential revision: https://reviews.llvm.org/D90696




More information about the All-commits mailing list