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
1005cc9c
Commit
1005cc9c
authored
Dec 11, 2005
by
Aldy Hernandez
Committed by
Aldy Hernandez
Dec 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang.opt: Add RejectNegative to ffixed-form and ffree-form.
From-SVN: r108381
parent
4540a3ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/lang.opt
+2
-2
No files found.
gcc/fortran/ChangeLog
View file @
1005cc9c
2005-12-11 Aldy Hernandez <aldyh@redhat.com>
* lang.opt: Add RejectNegative to ffixed-form and ffree-form.
2005-12-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2005-12-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR fortran/25068
PR fortran/25068
...
...
gcc/fortran/lang.opt
View file @
1005cc9c
...
@@ -110,11 +110,11 @@ Fortran
...
@@ -110,11 +110,11 @@ Fortran
Use f2c calling convention
Use f2c calling convention
ffixed-form
ffixed-form
Fortran
Fortran
RejectNegative
Assume that the source file is fixed form
Assume that the source file is fixed form
ffree-form
ffree-form
Fortran
Fortran
RejectNegative
Assume that the source file is free form
Assume that the source file is free form
funderscoring
funderscoring
...
...
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