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
5f0bbc1b
Commit
5f0bbc1b
authored
Jul 11, 2004
by
Tobias Schlüter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert accidental commit
From-SVN: r84520
parent
7dea5a95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
gcc/fortran/lang.opt
+0
-4
gcc/fortran/options.c
+0
-4
No files found.
gcc/fortran/lang.opt
View file @
5f0bbc1b
...
@@ -97,10 +97,6 @@ fimplicit-none
...
@@ -97,10 +97,6 @@ fimplicit-none
F95
F95
Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements
Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements
ffixed-line-length-72
F95 RejectNegative
Use 72 character line width in fixed mode
ffixed-line-length-80
ffixed-line-length-80
F95 RejectNegative
F95 RejectNegative
Use 80 character line width in fixed mode
Use 80 character line width in fixed mode
...
...
gcc/fortran/options.c
View file @
5f0bbc1b
...
@@ -260,10 +260,6 @@ gfc_handle_option (size_t scode, const char *arg, int value)
...
@@ -260,10 +260,6 @@ gfc_handle_option (size_t scode, const char *arg, int value)
gfc_option
.
flag_repack_arrays
=
value
;
gfc_option
.
flag_repack_arrays
=
value
;
break
;
break
;
case
OPT_ffixed_line_length_72
:
gfc_option
.
fixed_line_length
=
72
;
break
;
case
OPT_ffixed_line_length_80
:
case
OPT_ffixed_line_length_80
:
gfc_option
.
fixed_line_length
=
80
;
gfc_option
.
fixed_line_length
=
80
;
break
;
break
;
...
...
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