[PATCH] D143301: Emit warning for unsupported gfortran flags
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 14 11:33:57 PST 2023
awarzynski added a comment.
In D143301#4126884 <https://reviews.llvm.org/D143301#4126884>, @elmcdonough wrote:
> Thanks for the feedback everyone. This is my current understanding on what I should do: I am to rename gfortran_unsupported_Group to flang_ignored_w_Group and move the non W group gfortran options into another patch. I have these changes locally and am currently building + testing. Please let me know if I'm misinterpreting these instructions.
Makes sense and sorry for confusion. Just to clarify, "w" in ` flang_ignored_w_Group` stands for "warning" :) I think that having two separate patches will simplify the discussion too ;-) And, most importantly, thanks for doing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143301/new/
https://reviews.llvm.org/D143301
More information about the cfe-commits
mailing list