The two constants should be equal only if their derived types
are the same. This fixes regression caused by D150380.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150634
[flang] Fixed comparison for derived types constants. ClosedPublic Authored by vzakhari on May 15 2023, 9:46 PM.
Details Summary The two constants should be equal only if their derived types
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 15 2023, 11:40 PM Closed by commit rGe47fbb7cd2d2: [flang] Fixed comparison for derived types constants. (authored by vzakhari). · Explain WhyMay 16 2023, 9:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 522670 flang/include/flang/Evaluate/constant.h
flang/lib/Evaluate/constant.cpp
flang/test/Lower/constant-literal-mangling.f90
|