From 8fa36578242417c8fe58f9c513bc3995a69393d9 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Sat, 24 Jun 2006 18:06:28 +0200 Subject: [PATCH] re PR fortran/23862 (Select Fortran source form appropriately for "-pipe") PR fortran/23862 * lang-specs.h (f95-cpp-input): Pass -ffree-form to f951 unless -ffixed-form is explicitly specified. From-SVN: r114970 --- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/lang-specs.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 39e02091b02..af4b5e96f52 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2006-06-24 Francois-Xavier Coudert + + PR fortran/23862 + * lang-specs.h (f95-cpp-input): Pass -ffree-form to f951 unless + -ffixed-form is explicitly specified. + 2006-06-24 Paul Thomas PR fortran/28118 diff --git a/gcc/fortran/lang-specs.h b/gcc/fortran/lang-specs.h index 55c4d1ea19a..caf4b1b2114 100644 --- a/gcc/fortran/lang-specs.h +++ b/gcc/fortran/lang-specs.h @@ -22,7 +22,7 @@ This file is licensed under the GPL. */ "cc1 -E -lang-fortran -traditional-cpp -D_LANGUAGE_FORTRAN %(cpp_options) \ %{E|M|MM:%(cpp_debug_options)}\ %{!M:%{!MM:%{!E: -o %|.f95 |\n\ - f951 %|.f95 %(cc1_options) %{J*} %{I*}\ + f951 %|.f95 %{!ffixed-form:-ffree-form} %(cc1_options) %{J*} %{I*}\ -fpreprocessed %{!nostdinc:-I finclude%s} %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0}, {".f90", "@f95", 0, 0, 0}, {".f95", "@f95", 0, 0, 0}, -- 2.30.2