The lowerbound was not correctly normalized to 0 when the bound
are generated for an array without subscripts.
integer :: a(11:20) !$acc enter data create(a)
Paths
| Differential D150208
[flang][openacc] Fix lowerbound when there is no subscripts ClosedPublic Authored by clementval on May 9 2023, 10:26 AM.
Details Summary The lowerbound was not correctly normalized to 0 when the bound integer :: a(11:20) !$acc enter data create(a)
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2023, 10:26 AM This revision is now accepted and ready to land.May 9 2023, 10:45 AM This revision was landed with ongoing or failed builds.May 9 2023, 12:22 PM Closed by commit rG626aa8518d87: [flang][openacc] Fix lowerbound when there is no subscripts (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land.May 9 2023, 1:12 PM Closed by commit rGa6055edbe322: [flang][openacc] Fix lowerbound when there is no subscripts (authored by clementval). · Explain WhyMay 9 2023, 2:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520819 flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-data-operands.f90
flang/test/Lower/OpenACC/acc-enter-data.f90
|