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
e73c80ae
Commit
e73c80ae
authored
May 29, 2004
by
Steven G. Kargl
Committed by
Paul Brook
May 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* simplify.c (gfc_simplify_log): Remove useless line of code.
From-SVN: r82418
parent
5ba95354
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/simplify.c
+0
-1
No files found.
gcc/fortran/ChangeLog
View file @
e73c80ae
2004-05-29 Steven G. Kargl <kargls@comcast.net>
* simplify.c (gfc_simplify_log): Remove useless line of code.
2004-05-29 Paul Brook <paul@codesourcery.com>
* trans-common.c (find_equivalence): Find multiple rules.
...
...
gcc/fortran/simplify.c
View file @
e73c80ae
...
...
@@ -2035,7 +2035,6 @@ gfc_simplify_log (gfc_expr * x)
mpf_init
(
xr
);
mpf_init
(
xi
);
mpf_div
(
xr
,
x
->
value
.
complex
.
i
,
x
->
value
.
complex
.
r
);
arctangent2
(
&
x
->
value
.
complex
.
i
,
&
x
->
value
.
complex
.
r
,
&
result
->
value
.
complex
.
i
);
...
...
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