[Bug fortran/25486] [4.1/4.2 Regression] fortran fixed-form literal character constant not padded.

aldot at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 27 14:54:00 GMT 2005



------- Comment #6 from aldot at gcc dot gnu dot org  2005-12-27 14:54 -------
The patch does fix it, the behaviour of line-length-none is documented and
expected.

trunk with the patch gives:

$ gfortran-4.2-HEAD -o pr25486 gfortran.pr25486.f
$ ./pr25486 
 1234567                                                      89        0       
$ gfortran-4.2-HEAD -ffixed-line-length-0 -o pr25486 gfortran.pr25486.f
$ ./pr25486 
 123456789        0                                                             


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25486



More information about the Gcc-bugs mailing list