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
a3d71605
Commit
a3d71605
authored
Apr 19, 2004
by
Richard Kenner
Committed by
Richard Kenner
Apr 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.
From-SVN: r80851
parent
66a5d24b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/varasm.c
+1
-0
No files found.
gcc/ChangeLog
View file @
a3d71605
...
...
@@ -11,6 +11,8 @@
2004-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.
* expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
(expand_mult_highpart_optab): Likewise.
(expand_mult_highpart): Make OP1 valid for WIDER_MODE, not MODE.
...
...
gcc/varasm.c
View file @
a3d71605
...
...
@@ -2302,6 +2302,7 @@ compare_constant (const tree t1, const tree t2)
case
NOP_EXPR
:
case
CONVERT_EXPR
:
case
NON_LVALUE_EXPR
:
case
VIEW_CONVERT_EXPR
:
return
compare_constant
(
TREE_OPERAND
(
t1
,
0
),
TREE_OPERAND
(
t2
,
0
));
default:
...
...
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