This patch handles the quiet argument in the STOP statement. It adds
ability to lower LOGICAL constant.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Jean Perier <jperier@nvidia.com>
| Paths 
 |  Differential  D118897  
[flang] Handle logical constant value for quiet in STOP stmt ClosedPublic Authored by clementval on Feb 3 2022, 6:27 AM. 
Details Summary This patch handles the quiet argument in the STOP statement. It adds This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Jean Perier <jperier@nvidia.com> 
Diff Detail 
 Event TimelineThis revision is now accepted and ready to land.Feb 3 2022, 7:17 AM This revision was landed with ongoing or failed builds.Feb 4 2022, 1:12 AM Closed by commit rGcc306740ccfc: [flang] Handle logical constant value for quiet in STOP stmt (authored by clementval).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
Diff 405888 flang/lib/Lower/ConvertExpr.cpp
 flang/lib/Lower/Runtime.cpp
 flang/test/Lower/stop-statement.f90
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Nit: remove auto.