[PATCH] D81179: [flang] avoid GCC < 8 compiler failure after D80794
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 19:23:24 PDT 2020
dblaikie added a comment.
If there are bugs in compiler warnings - probably disable the warning in the build system (I think we have a few such warning disablings), if the workaround is particularly awkward. (if there are nice rephrasing of the same code hat don't need to be commented but just look good/correct/fine/normal way to write the code, then I'd be willing to overlook some warning bugs like that)
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