This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/25271] gfortran fails to pad lines in format statements to 72 characters.
- From: "dir at lanl dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2005 13:47:53 -0000
- Subject: [Bug libfortran/25271] gfortran fails to pad lines in format statements to 72 characters.
- References: <bug-25271-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from dir at lanl dot gov 2005-12-06 13:47 -------
If you look at the output from format 2030, you will see that that comma at the
end of the "44h e n d..." statement is printed, but the comma is the 45th
character after the 44h . Like wise the '/' after the 8 is printed inspite of
being the 73 character after the start of the 71h format.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25271