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
0fd4ac72
Commit
0fd4ac72
authored
Jul 31, 2003
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jul 31, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* com.c (ffecom_init_0): Use `dconsthalf'.
From-SVN: r69991
parent
822ed7f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
gcc/f/ChangeLog
+4
-0
gcc/f/com.c
+2
-7
No files found.
gcc/f/ChangeLog
View file @
0fd4ac72
Thu
Jul
31
01
:
47
:
27
2003
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
com
.
c
(
ffecom_init_0
)
:
Use
`
dconsthalf
'
.
Sat
Jul
19
12
:
03
:
03
2003
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
Sat
Jul
19
12
:
03
:
03
2003
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
com
.
c
data
.
c
expr
.
c
fini
.
c
g77spec
.
c
global
.
c
lab
.
c
lex
.
c
name
.
c
*
com
.
c
data
.
c
expr
.
c
fini
.
c
g77spec
.
c
global
.
c
lab
.
c
lex
.
c
name
.
c
...
...
gcc/f/com.c
View file @
0fd4ac72
...
@@ -11818,13 +11818,8 @@ ffecom_init_0 (void)
...
@@ -11818,13 +11818,8 @@ ffecom_init_0 (void)
ffecom_float_zero_
=
build_real
(
float_type_node
,
dconst0
);
ffecom_float_zero_
=
build_real
(
float_type_node
,
dconst0
);
ffecom_double_zero_
=
build_real
(
double_type_node
,
dconst0
);
ffecom_double_zero_
=
build_real
(
double_type_node
,
dconst0
);
{
ffecom_float_half_
=
build_real
(
float_type_node
,
dconsthalf
);
REAL_VALUE_TYPE
point_5
;
ffecom_double_half_
=
build_real
(
double_type_node
,
dconsthalf
);
REAL_ARITHMETIC
(
point_5
,
RDIV_EXPR
,
dconst1
,
dconst2
);
ffecom_float_half_
=
build_real
(
float_type_node
,
point_5
);
ffecom_double_half_
=
build_real
(
double_type_node
,
point_5
);
}
/* Do "extern int xargc;". */
/* Do "extern int xargc;". */
...
...
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