Fortran::evaluate::IsConstantExpr did not check that the numerator
was a constant expression. This patch fixes the issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81096
[flang] Fix IsConstantExpr for division expressions ClosedPublic Authored by jeanPerier on Jun 3 2020, 7:47 AM.
Details Summary Fortran::evaluate::IsConstantExpr did not check that the numerator
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 3 2020, 10:30 AM Closed by commit rG62b127eef6b3: [flang] Fix IsConstantExpr for division expressions (authored by jeanPerier). · Explain WhyJun 4 2020, 1:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 268379 flang/lib/Evaluate/check-expression.cpp
flang/test/Semantics/resolve37.f90
|