print *, "123",456,"789"
before
123 456789
after
123 456 789
Differential D145768
[Flang] add space between number and character in print ClosedPublic Authored by sunshaoce on Mar 10 2023, 12:26 AM.
Details Summary print *, "123",456,"789" before 123 456789 after 123 456 789
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 10 2023, 12:26 AM This revision is now accepted and ready to land.Mar 10 2023, 8:11 AM Closed by commit rG8cfdc32be553: [Flang] add space between number and character in print (authored by sunshaoce). · Explain WhyMar 10 2023, 9:58 AM This revision was automatically updated to reflect the committed changes. sunshaoce marked an inline comment as done.
Revision Contents
Diff 504198 flang/runtime/edit-output.cpp
|
Can be if (auto *list{...}) { ...