This is the mail archive of the gcc-patches@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]

Re: [gofrtran] Fix PR 16465: accept -ffixed-line-length-72


> 2004-07-13  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
>
> 	PR fortran/16465
> 	* lang.opt (ffixed-line-length-none, ffixed-line-length-): New
> 	options.
> 	(ffixed-line-length-80, ffixed-line-length-132): Remove.
> 	* options.c (gfc_handle_options): Deal with changed options.
> 	* scanner.c (load_line): Change second arg to 'char **',
> 	allocate if pointing to NULL. Keep track of buffer's length.
> 	Adapt buffer size to overlong lines. Pad lines to full length
> 	in fixed form.
> 	(load_file): Adapt to new interface of load_line.

Ok.

We should probably allow arbitrary length lines as an extension in free-form 
mode, but that can be done separately.

Paul


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