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
61e067cc
Commit
61e067cc
authored
Jan 30, 2005
by
Richard Henderson
Committed by
Richard Henderson
Jan 30, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* options.c (gfc_init_options): Zero flag_errno_math.
From-SVN: r94447
parent
237f420b
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/options.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
61e067cc
2006-01-30 Richard Henderson <rth@redhat.com>
* options.c (gfc_init_options): Zero flag_errno_math.
2005-01-29 Paul Brook <paul@codesourcery.com>
PR fortran/18565
...
...
gcc/fortran/options.c
View file @
61e067cc
...
...
@@ -42,7 +42,6 @@ unsigned int
gfc_init_options
(
unsigned
int
argc
ATTRIBUTE_UNUSED
,
const
char
**
argv
ATTRIBUTE_UNUSED
)
{
gfc_option
.
source
=
NULL
;
gfc_option
.
module_dir
=
NULL
;
gfc_option
.
source_form
=
FORM_UNKNOWN
;
...
...
@@ -74,6 +73,7 @@ gfc_init_options (unsigned int argc ATTRIBUTE_UNUSED,
gfc_option
.
d8
=
0
;
flag_argument_noalias
=
2
;
flag_errno_math
=
0
;
gfc_option
.
allow_std
=
GFC_STD_F95_OBS
|
GFC_STD_F95_DEL
|
GFC_STD_F2003
|
GFC_STD_F95
|
GFC_STD_F77
|
GFC_STD_GNU
;
...
...
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