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: Change language name from "f95" to "fortran"


Index: gcc/fortran/Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/Make-lang.in,v
retrieving revision 1.22
diff -u -3 -p -r1.22 Make-lang.in
--- gcc/fortran/Make-lang.in 13 Sep 2005 06:24:18 -0000 1.22
+++ gcc/fortran/Make-lang.in 14 Sep 2005 16:38:36 -0000
@@ -145,6 +145,7 @@ fortran.srcman: $(F95_MANFILES)
fortran.srcextra:
check-f95 : check-gfortran
+check-fortran : check-gfortran
lang_checks += check-gfortran
# GFORTRAN documentation.



I'm building a tree again, so I will be able to test that in a few hours. OK to commit on mainline?


Tested "make check", "make check-gfortran", "make check-f95" and "make check-fortran", on i686-linux. All behave as expected.

ping



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