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
3a048383
Commit
3a048383
authored
Mar 26, 2004
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Mar 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* builtins.c (fold_builtin): Fix error in last change.
From-SVN: r79975
parent
53d98cdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/builtins.c
+2
-2
No files found.
gcc/ChangeLog
View file @
3a048383
2004-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (fold_builtin): Fix error in last change.
2004-03-25 Richard Sandiford <rsandifo@redhat.com>
2004-03-25 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.h: Formatting fix.
* config/mips/mips.h: Formatting fix.
...
...
gcc/builtins.c
View file @
3a048383
...
@@ -6704,7 +6704,7 @@ fold_builtin (tree exp)
...
@@ -6704,7 +6704,7 @@ fold_builtin (tree exp)
BUILTIN_SQRT_P
(
fcode
)
?
dconsthalf
:
dconstthird
;
BUILTIN_SQRT_P
(
fcode
)
?
dconsthalf
:
dconstthird
;
/* Adjust for the outer root. */
/* Adjust for the outer root. */
dconstroot
.
exp
--
;
SET_REAL_EXP
(
&
dconstroot
,
REAL_EXP
(
&
dconstroot
)
-
1
)
;
dconstroot
=
real_value_truncate
(
TYPE_MODE
(
type
),
dconstroot
);
dconstroot
=
real_value_truncate
(
TYPE_MODE
(
type
),
dconstroot
);
tree_root
=
build_real
(
type
,
dconstroot
);
tree_root
=
build_real
(
type
,
dconstroot
);
arglist
=
tree_cons
(
NULL_TREE
,
arg0
,
arglist
=
tree_cons
(
NULL_TREE
,
arg0
,
...
@@ -6769,7 +6769,7 @@ fold_builtin (tree exp)
...
@@ -6769,7 +6769,7 @@ fold_builtin (tree exp)
tree
tree_root
;
tree
tree_root
;
REAL_VALUE_TYPE
dconstroot
=
dconstthird
;
REAL_VALUE_TYPE
dconstroot
=
dconstthird
;
dconstroot
.
exp
--
;
SET_REAL_EXP
(
&
dconstroot
,
REAL_EXP
(
&
dconstroot
)
-
1
)
;
dconstroot
=
real_value_truncate
(
TYPE_MODE
(
type
),
dconstroot
);
dconstroot
=
real_value_truncate
(
TYPE_MODE
(
type
),
dconstroot
);
tree_root
=
build_real
(
type
,
dconstroot
);
tree_root
=
build_real
(
type
,
dconstroot
);
arglist
=
tree_cons
(
NULL_TREE
,
arg0
,
arglist
=
tree_cons
(
NULL_TREE
,
arg0
,
...
...
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