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