The explicit ignoring all compiler directives reminder warning is no
longer accurate. Any similar, more accurate message is best generated
by the front end (change pending).
Details
Details
- Reviewers
PeteSteinfeld jeanPerier clementval
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I wonder if we should put out a TODO message when directives get passed to lowering. Otherwise, all builds and tests correctly and looks good.
flang/lib/Lower/Bridge.cpp | ||
---|---|---|
2001 | Should we be emitting a TODO message here? |
Comment Actions
No, that would have the identical problem that the warning message has, but would be worse because it would be fatal. It would be inaccurate for cases that are actually implemented and cases that don't have downstream component/s. A front end warning would serve the same purpose without these problems.
Should we be emitting a TODO message here?