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: [patch] pr21302: Max line length in free form mode


On Sun, Nov 20, 2005 at 08:02:54PM +0100, Bernhard Fischer wrote:
> Hi,
> 
> Changed the patch as suggested by pbrook on irc to add some comments
> to gfortran.h for 0, -1, +ve and dropped the check for the size of the
> memory requested by -ffixed-line-length-n and -ffree-line-length-n.
> Also dropped the part which ignored OPT_ffree_form in
> c_common_handle_option when preprocessing as -lang-fortran already
> handles this now.
> 
> 
> A proposed testcase with two files is attached.
> gfortran-4.1-HEAD -ffixed-line-length-none -c f1.f
> gfortran-4.1-HEAD -ffree-line-length-none -c f2.f90
> gfortran-4.1-HEAD -o runme f1.o f2.o && ./runme
> 

I have committed this to mainline. I will wait until tomorrow
to commit to 4.1.

-- 
Steve


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