Added more tests.
Annotate sources and tests. Improve error message.
Paths
| Differential D85014
[Flang] Checks for constraint C7110-C7115. ClosedPublic Authored by sameeranjoshi on Jul 31 2020, 3:14 AM.
Details Summary Added more tests. Annotate sources and tests. Improve error message.
Diff Detail
Event TimelineDavidTruby added inline comments. This revision now requires changes to proceed.Jul 31 2020, 6:04 AM Comment Actions In addition to my comment, I agree with all of @DavidTruby's comments. Thanks for working on this! I've verified that everything builds, tests and (aside from the comments in this review) looks good.
Comment Actions All builds, tests, and looks good. Can you please move the associated cards in https://github.com/orgs/flang-compiler/projects/7 to the "Done" column after you've merged these changes? This revision was not accepted when it landed; it landed in state Needs Review.Jul 31 2020, 10:58 AM This revision was landed with ongoing or failed builds. Closed by commit rG49660234db94: [Flang] Checks for constraint C7110-C7115. (authored by sameeranjoshi). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282269 flang/lib/Semantics/expression.cpp
flang/test/Semantics/array-constr-values.f90
|
I think we usually use braces for initialization in flang, e.g.:
bool messageDisplayedOnce {true};