Commit eb18fd8d by Ian Lance Taylor Committed by Ian Lance Taylor

gcc.c (default_compilers): Fill out initializers for new Fortran entries.

	* gcc.c (default_compilers): Fill out initializers for new Fortran
	entries.

From-SVN: r81782
parent 4b260c20
2004-05-13 Ian Lance Taylor <ian@wasabisystems.com>
* gcc.c (default_compilers): Fill out initializers for new Fortran
entries.
2004-05-13 Paul Brook <paul@codesourcery.com> 2004-05-13 Paul Brook <paul@codesourcery.com>
* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define. * config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.
......
...@@ -921,8 +921,9 @@ static const struct compiler default_compilers[] = ...@@ -921,8 +921,9 @@ static const struct compiler default_compilers[] =
{".CPP", "#C++", 0, 0, 0}, {".ii", "#C++", 0, 0, 0}, {".CPP", "#C++", 0, 0, 0}, {".ii", "#C++", 0, 0, 0},
{".ads", "#Ada", 0, 0, 0}, {".adb", "#Ada", 0, 0, 0}, {".ads", "#Ada", 0, 0, 0}, {".adb", "#Ada", 0, 0, 0},
{".f", "#Fortran", 0, 0, 0}, {".for", "#Fortran", 0, 0, 0}, {".f", "#Fortran", 0, 0, 0}, {".for", "#Fortran", 0, 0, 0},
{".F", "#Fortran", 0}, {".FOR", "#Fortran", 0}, {".FPP", "#Fortran", 0}, {".F", "#Fortran", 0, 0, 0}, {".FOR", "#Fortran", 0, 0, 0},
{".f90", "#Fortran 95", 0}, {".f95", "#Fortran 95", 0}, {".FPP", "#Fortran", 0, 0, 0},
{".f90", "#Fortran 95", 0, 0, 0}, {".f95", "#Fortran 95", 0, 0, 0},
{".fpp", "#Fortran", 0, 0, 0}, {".F", "#Fortran", 0, 0, 0}, {".fpp", "#Fortran", 0, 0, 0}, {".F", "#Fortran", 0, 0, 0},
{".FOR", "#Fortran", 0, 0, 0}, {".FPP", "#Fortran", 0, 0, 0}, {".FOR", "#Fortran", 0, 0, 0}, {".FPP", "#Fortran", 0, 0, 0},
{".r", "#Ratfor", 0, 0, 0}, {".r", "#Ratfor", 0, 0, 0},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment