------- 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

Reply via email to