mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 15:00:55 +08:00
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
This commit is contained in:
parent
4b260c2013
commit
eb18fd8d19
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.
|
||||
|
@ -921,8 +921,9 @@ static const struct compiler default_compilers[] =
|
||||
{".CPP", "#C++", 0, 0, 0}, {".ii", "#C++", 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}, {".FOR", "#Fortran", 0}, {".FPP", "#Fortran", 0},
|
||||
{".f90", "#Fortran 95", 0}, {".f95", "#Fortran 95", 0},
|
||||
{".F", "#Fortran", 0, 0, 0}, {".FOR", "#Fortran", 0, 0, 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},
|
||||
{".FOR", "#Fortran", 0, 0, 0}, {".FPP", "#Fortran", 0, 0, 0},
|
||||
{".r", "#Ratfor", 0, 0, 0},
|
||||
|
Loading…
x
Reference in New Issue
Block a user