[all-commits] [llvm/llvm-project] 386740: Apply fix from D81179 only from GCC < 8
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jun 8 12:52:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 38674030c026b6ba432dc81440bd3790d94b7c48
https://github.com/llvm/llvm-project/commit/38674030c026b6ba432dc81440bd3790d94b7c48
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M flang/include/flang/Evaluate/integer.h
M flang/lib/Decimal/big-radix-floating-point.h
Log Message:
-----------
Apply fix from D81179 only from GCC < 8
Summary: Apply workaround done in D81179 only for GCC < 8. As @klausler mentioned in D81179 we want to avoid additional checks for other compilers that do not need them.
Reviewers: DavidTruby, klausler, jdoerfert, sscalpone
Reviewed By: klausler, sscalpone
Subscribers: llvm-commits, tskeith, isuruf, klausler
Tags: #flang, #llvm
Differential Revision: https://reviews.llvm.org/D81208
More information about the All-commits
mailing list