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
5dd2add6
Commit
5dd2add6
authored
26 years ago
by
Jeffrey A Law
Committed by
Jeff Law
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* print-rtl.c (print_rtx): Revert previous patch.
From-SVN: r21019
parent
6acaa318
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/print-rtl.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5dd2add6
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
* print-rtl.c (print_rtx): Revert previous patch.
* jump.c (duplicate_loop_exit_test): Do not duplicate the loop exit
test if the exit code has an insn with ASM_OPERANDS.
...
...
This diff is collapsed.
Click to expand it.
gcc/print-rtl.c
View file @
5dd2add6
...
...
@@ -272,7 +272,7 @@ print_rtx (in_rtx)
#if HOST_FLOAT_FORMAT == TARGET_FLOAT_FORMAT && LONG_DOUBLE_TYPE_SIZE == 64
if
(
GET_CODE
(
in_rtx
)
==
CONST_DOUBLE
&&
FLOAT_MODE_P
(
GET_MODE
(
in_rtx
)))
{
REAL_VALUE_TYPE
val
;
double
val
;
REAL_VALUE_FROM_CONST_DOUBLE
(
val
,
in_rtx
);
fprintf
(
outfile
,
" [%.16g]"
,
val
);
}
...
...
This diff is collapsed.
Click to expand it.
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