aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-07-18 17:45:48 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-07-18 17:45:48 -0400
commitc26383a78b7b31b1dbd69a20a6f2c5ccd064df0e (patch)
treec09ecc7724b819863a92d3a8aa14bc99177e72c0 /gcc/gcc.c
parent24dcc9c5c1cdb83c1bd95e19708bd56aebf69022 (diff)
downloadgcc-c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e.zip
gcc-c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e.tar.gz
gcc-c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e.tar.bz2
(default_compilers): Extra Fortran extensions.
From-SVN: r12513
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index cb0ede8..940c8e8 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",