Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0076ac01
Commit
0076ac01
authored
Feb 21, 1995
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad patch
From-SVN: r8989
parent
cf9be6f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
68 deletions
+67
-68
gcc/toplev.c
+67
-68
No files found.
gcc/toplev.c
View file @
0076ac01
...
@@ -17,74 +17,6 @@ You should have received a copy of the GNU General Public License
...
@@ -17,74 +17,6 @@ You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* THESE ARE FOR FORTRAN. */
"-fversion"
,
"-ff90"
,
"-fno-f90"
,
"-fautomatic"
,
"-fno-automatic"
,
"-fdollar-ok"
,
"-fno-dollar-ok"
,
"-ff2c"
,
"-fno-f2c"
,
"-ff2c-library"
,
"-fno-f2c-library"
,
"-ffree-form"
,
"-fno-free-form"
,
"-ffixed-form"
,
"-fno-fixed-form"
,
"-fpedantic"
,
"-fno-pedantic"
,
"-fvxt-not-f90"
,
"-ff90-not-vxt"
,
"-fugly"
,
"-fno-ugly"
,
"-fdebug"
,
"-fno-debug"
,
"-fintrin-case-initcap"
,
"-fintrin-case-upper"
,
"-fintrin-case-lower"
,
"-fintrin-case-any"
,
"-fmatch-case-initcap"
,
"-fmatch-case-upper"
,
"-fmatch-case-lower"
,
"-fmatch-case-any"
,
"-fsource-case-upper"
,
"-fsource-case-upper"
,
"-fsource-case-lower"
,
"-fsource-case-preserve"
,
"-fsymbol-case-initcap"
,
"-fsymbol-case-upper"
,
"-fsymbol-case-lower"
,
"-fsymbol-case-any"
,
"-fcase-strict-upper"
,
"-fcase-strict-lower"
,
"-fcase-initcap"
,
"-fcase-upper"
,
"-fcase-lower"
,
"-fcase-preserve"
,
"-fdcp-intrinsics-delete"
,
"-fdcp-intrinsics-hide"
,
"-fdcp-intrinsics-disable"
,
"-fdcp-intrinsics-enable"
,
"-ff2c-intrinsics-delete"
,
"-ff2c-intrinsics-hide"
,
"-ff2c-intrinsics-disable"
,
"-ff2c-intrinsics-enable"
,
"-ff90-intrinsics-delete"
,
"-ff90-intrinsics-hide"
,
"-ff90-intrinsics-disable"
,
"-ff90-intrinsics-enable"
,
"-fmil-intrinsics-delete"
,
"-fmil-intrinsics-hide"
,
"-fmil-intrinsics-disable"
,
"-fmil-intrinsics-enable"
,
"-fvxt-intrinsics-delete"
,
"-fvxt-intrinsics-hide"
,
"-fvxt-intrinsics-disable"
,
"-fvxt-intrinsics-enable"
,
/* This is the top level of cc1/c++.
/* This is the top level of cc1/c++.
It parses command args, opens files, invokes the various passes
It parses command args, opens files, invokes the various passes
in the proper order, and counts the time used by each.
in the proper order, and counts the time used by each.
...
@@ -803,6 +735,73 @@ char *lang_options[] =
...
@@ -803,6 +735,73 @@ char *lang_options[] =
"-Wprotocol"
,
"-Wprotocol"
,
"-Wno-protocol"
,
"-Wno-protocol"
,
/* THESE ARE FOR FORTRAN. */
"-fversion"
,
"-ff90"
,
"-fno-f90"
,
"-fautomatic"
,
"-fno-automatic"
,
"-fdollar-ok"
,
"-fno-dollar-ok"
,
"-ff2c"
,
"-fno-f2c"
,
"-ff2c-library"
,
"-fno-f2c-library"
,
"-ffree-form"
,
"-fno-free-form"
,
"-ffixed-form"
,
"-fno-fixed-form"
,
"-fpedantic"
,
"-fno-pedantic"
,
"-fvxt-not-f90"
,
"-ff90-not-vxt"
,
"-fugly"
,
"-fno-ugly"
,
"-fdebug"
,
"-fno-debug"
,
"-fintrin-case-initcap"
,
"-fintrin-case-upper"
,
"-fintrin-case-lower"
,
"-fintrin-case-any"
,
"-fmatch-case-initcap"
,
"-fmatch-case-upper"
,
"-fmatch-case-lower"
,
"-fmatch-case-any"
,
"-fsource-case-upper"
,
"-fsource-case-upper"
,
"-fsource-case-lower"
,
"-fsource-case-preserve"
,
"-fsymbol-case-initcap"
,
"-fsymbol-case-upper"
,
"-fsymbol-case-lower"
,
"-fsymbol-case-any"
,
"-fcase-strict-upper"
,
"-fcase-strict-lower"
,
"-fcase-initcap"
,
"-fcase-upper"
,
"-fcase-lower"
,
"-fcase-preserve"
,
"-fdcp-intrinsics-delete"
,
"-fdcp-intrinsics-hide"
,
"-fdcp-intrinsics-disable"
,
"-fdcp-intrinsics-enable"
,
"-ff2c-intrinsics-delete"
,
"-ff2c-intrinsics-hide"
,
"-ff2c-intrinsics-disable"
,
"-ff2c-intrinsics-enable"
,
"-ff90-intrinsics-delete"
,
"-ff90-intrinsics-hide"
,
"-ff90-intrinsics-disable"
,
"-ff90-intrinsics-enable"
,
"-fmil-intrinsics-delete"
,
"-fmil-intrinsics-hide"
,
"-fmil-intrinsics-disable"
,
"-fmil-intrinsics-enable"
,
"-fvxt-intrinsics-delete"
,
"-fvxt-intrinsics-hide"
,
"-fvxt-intrinsics-disable"
,
"-fvxt-intrinsics-enable"
,
/* This is for GNAT and is temporary. */
/* This is for GNAT and is temporary. */
"-gnat"
,
"-gnat"
,
0
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment