------- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-10-04 03:06 ------- This is not a bug. See the manual:
-ffree-line-length-n Set column after which characters are ignored in typical free-form lines in the source file. The default value is 132. n may be `none', meaning that the entire line is meaningful. -ffree-line-length-0 means the same thing as -ffree-line-length-none. So you can set it to none or some number larger than 132. Closing -- jvdelisle at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33643