[PATCH] D81179: [flang] avoid GCC < 8 compiler failure after D80794

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 12:42:50 PDT 2020


klausler added a comment.

If this is a version-specific work around for a g++ bug, please don't leave it enabled for later fixed versions of g++.  These loops can be executed as part of formatted floating-point I/O and the performance cost of your extra per-iteration overhead may affect application runtime performance.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81179/new/

https://reviews.llvm.org/D81179





More information about the llvm-commits mailing list