mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:00:27 +08:00
* lang-options.h: Add missing options.
From-SVN: r17342
This commit is contained in:
parent
0d3e11a596
commit
69956def9a
@ -1,3 +1,7 @@
|
||||
Tue Jan 13 22:07:54 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* lang-options.h: Add missing options.
|
||||
|
||||
Fri Dec 19 00:12:01 1997 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* com.c (ffecom_sym_transform_): Assumed arrays have no upper bound.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* lang-options.h file for Fortran
|
||||
Copyright (C) 1995-1997 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-1998 Free Software Foundation, Inc.
|
||||
Contributed by James Craig Burley (burley@gnu.ai.mit.edu).
|
||||
|
||||
This file is part of GNU Fortran.
|
||||
@ -111,6 +111,14 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
"-ff2c-intrinsics-hide",
|
||||
"-ff2c-intrinsics-disable",
|
||||
"-ff2c-intrinsics-enable",
|
||||
"-fgnu-intrinsics-delete",
|
||||
"-fgnu-intrinsics-hide",
|
||||
"-fgnu-intrinsics-disable",
|
||||
"-fgnu-intrinsics-enable",
|
||||
"-fbadu77-intrinsics-delete",
|
||||
"-fbadu77-intrinsics-hide",
|
||||
"-fbadu77-intrinsics-disable",
|
||||
"-fbadu77-intrinsics-enable",
|
||||
"-ff90-intrinsics-delete",
|
||||
"-ff90-intrinsics-hide",
|
||||
"-ff90-intrinsics-disable",
|
||||
|
Loading…
x
Reference in New Issue
Block a user