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
d4ecfa56
Commit
d4ecfa56
authored
May 30, 2019
by
Marek Polacek
Committed by
Marek Polacek
May 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang.opt (ftail-call-workaround): Fix a typo.
From-SVN: r271777
parent
62971f46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/lang.opt
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
d4ecfa56
2019-05-30 Marek Polacek <polacek@redhat.com>
* lang.opt (ftail-call-workaround): Fix a typo.
2019-05-30 Jakub Jelinek <jakub@redhat.com>
* lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.
...
...
gcc/fortran/lang.opt
View file @
d4ecfa56
...
...
@@ -763,7 +763,7 @@ Fortran Var(flag_sign_zero) Init(1)
Apply negative sign to zero values.
ftail-call-workaround
F
ro
tran Alias(ftail-call-workaround=,1,0)
F
or
tran Alias(ftail-call-workaround=,1,0)
ftail-call-workaround=
Fortran RejectNegative Joined UInteger IntegerRange(0, 2) Var(flag_tail_call_workaround) Init(1)
...
...
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