https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70235
--- Comment #3 from Antoine Gardeux ---
Thanks for the quick confirmation.
Since this kind of format is widely used in our code base, it would be very
tedious to change all the occurrences. Is there any other way to work around
this issue ?
Tha
Assignee: unassigned at gcc dot gnu.org
Reporter: agardeux.ge at gmail dot com
Target Milestone: ---
Consider the following formatted output using PF format:
program zero_pf_fmt
print '(a, -6PF8.3)', '-6PF8.3 0.0 = ', 0.0
end program zero_pf_
Assignee: unassigned at gcc dot gnu.org
Reporter: agardeux.ge at gmail dot com
Target Milestone: ---
Consider the following formatted output using PF format:
program fmt
implicit none
real*8 y
y = 1.0e4
print '(a, -6PF8.3)', '-6PF8.3 y =