From: Richard Kenner Date: Thu, 18 Jul 1996 21:45:48 +0000 (-0400) Subject: (default_compilers): Extra Fortran extensions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e;p=gcc.git (default_compilers): Extra Fortran extensions. From-SVN: r12513 --- diff --git a/gcc/gcc.c b/gcc/gcc.c index cb0ede84611..940c8e80380 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -564,7 +564,8 @@ static struct compiler default_compilers[] = linking is not done". */ {".cc", "#C++"}, {".cxx", "#C++"}, {".cpp", "#C++"}, {".c++", "#C++"}, {".C", "#C++"}, {".ads", "#Ada"}, {".adb", "#Ada"}, {".ada", "#Ada"}, - {".f", "#Fortran"}, + {".f", "#Fortran"}, {".for", "#Fortran"}, {".F", "#Fortran"}, + {".fpp", "#Fortran"}, /* Next come the entries for C. */ {".c", "@c"}, {"@c",