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
00ebbcbc
Commit
00ebbcbc
authored
Aug 06, 2015
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Aug 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* runtime/compile_options.c (set_options): Fix typos.
From-SVN: r226686
parent
1bcc5f29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libgfortran/ChangeLog
+4
-0
libgfortran/runtime/compile_options.c
+2
-2
No files found.
libgfortran/ChangeLog
View file @
00ebbcbc
2015-08-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* runtime/compile_options.c (set_options): Fix typos.
2015-08-04 Uros Bizjak <ubizjak@gmail.com>
* config/fpu-387.h (get_fpu_trap_exceptions): Add temporary variable
...
...
libgfortran/runtime/compile_options.c
View file @
00ebbcbc
...
...
@@ -161,7 +161,7 @@ set_options (int num, int options[])
compile_options
.
allow_std
=
options
[
1
];
if
(
num
>=
3
)
compile_options
.
pedantic
=
options
[
2
];
/* options[3] is the removed -fdump-core option. It
'
s place in the
/* options[3] is the removed -fdump-core option. Its place in the
options array is retained due to ABI compatibility. Remove when
bumping the library ABI. */
if
(
num
>=
5
)
...
...
@@ -172,7 +172,7 @@ set_options (int num, int options[])
compile_options
.
bounds_check
=
options
[
6
];
/* options[7] is the -frange-check option, which no longer affects
the library behavior; range checking is now always done when
parsing integers. It
'
s place in the options array is retained due
parsing integers. Its place in the options array is retained due
to ABI compatibility. Remove when bumping the library ABI. */
if
(
num
>=
9
)
compile_options
.
fpe_summary
=
options
[
8
];
...
...
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