This patch provides a fix for the fdefault-* family in f18
(Please consult D96344 for details)
Differential D97724
[flang][driver] Fix -fdefault* family bug arnamoy10 on Mar 1 2021, 1:22 PM. Authored by
Details This patch provides a fix for the fdefault-* family in f18 (Please consult D96344 for details)
Diff Detail
Unit Tests Event TimelineComment Actions This patch will allow us to share the tests for -fdefault-{double-8|integer-8|real-8} and -flarge-sizes (introduced in https://reviews.llvm.org/D96344) between f18 and flang-new. This is a very much welcomed change, thank you! I don't think that we need any changes for -module though. f18 already supports -module-dir and there are no tests using -module that would require this change in the future. Please, could you revert it? Ideally this patch would be accompanied with tests, but since D96344 is practically ready to land (and which contains tests for this), I suggest that we merge this as is. Could you mention e.g. in the commit message that tests will be added in a forthcoming patch? Thank you! |
clang-format: please reformat the code