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
e6a28f26
Commit
e6a28f26
authored
Jun 30, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1359
parent
4b578ebf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
gcc/fold-const.c
+4
-1
No files found.
gcc/fold-const.c
View file @
e6a28f26
...
@@ -2613,7 +2613,10 @@ merge_component_references (code, truth_type, lhs, rhs)
...
@@ -2613,7 +2613,10 @@ merge_component_references (code, truth_type, lhs, rhs)
if
(
l_const
==
0
)
if
(
l_const
==
0
)
{
{
if
(
ll_bitsize
!=
lr_bitsize
||
rl_bitsize
!=
rr_bitsize
if
(
ll_bitsize
!=
lr_bitsize
||
rl_bitsize
!=
rr_bitsize
||
ll_unsignedp
!=
lr_unsignedp
||
rl_unsignedp
!=
rr_unsignedp
)
||
ll_unsignedp
!=
lr_unsignedp
||
rl_unsignedp
!=
rr_unsignedp
/* Make sure the two fields on the right
correspond to the left without being swapped. */
||
ll_bitpos
-
rl_bitpos
!=
lr_bitpos
-
rr_bitpos
)
return
0
;
return
0
;
first_bit
=
MIN
(
lr_bitpos
,
rr_bitpos
);
first_bit
=
MIN
(
lr_bitpos
,
rr_bitpos
);
...
...
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