This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/21302] Max line length in free form mode


------- Additional Comments From kargl at gcc dot gnu dot org  2005-05-01 18:05 -------
(In reply to comment #0)
> We get an error (and a warning with -Wline-truncation) but I don't think
> free form should have a line lenght limit.

See 3.3.1 from the Standard.  "In free source form, each source line may 
contain fomr zero to 132 characters and there are restrictions on where
a statement (or portion of a statement) may appear within a line"

I suppose we could implement a -fline-length=N type option.



-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]