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
37c5269a
Commit
37c5269a
authored
Mar 09, 2000
by
Bernd Schmidt
Committed by
Bernd Schmidt
Mar 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug in preprocess_constraints
From-SVN: r32447
parent
aa5524a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/recog.c
+1
-1
No files found.
gcc/ChangeLog
View file @
37c5269a
2000
-
03
-
09
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
2000
-
03
-
09
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
recog
.
c
(
preprocess_constraints
)
:
Matching
constraints
affect
same
alternative
/
different
operand
,
not
same
operand
/
different
alternative
.
*
reload1
.
c
(
eliminate_regs_in_insn
)
:
Handle
additions
of
eliminable
*
reload1
.
c
(
eliminate_regs_in_insn
)
:
Handle
additions
of
eliminable
register
and
a
constant
specially
.
register
and
a
constant
specially
.
...
...
gcc/recog.c
View file @
37c5269a
...
@@ -2131,7 +2131,7 @@ preprocess_constraints ()
...
@@ -2131,7 +2131,7 @@ preprocess_constraints ()
case
'0'
:
case
'1'
:
case
'2'
:
case
'3'
:
case
'4'
:
case
'0'
:
case
'1'
:
case
'2'
:
case
'3'
:
case
'4'
:
case
'5'
:
case
'6'
:
case
'7'
:
case
'8'
:
case
'9'
:
case
'5'
:
case
'6'
:
case
'7'
:
case
'8'
:
case
'9'
:
op_alt
[
j
].
matches
=
c
-
'0'
;
op_alt
[
j
].
matches
=
c
-
'0'
;
op_alt
[
op_alt
[
j
].
matches
].
matched
=
i
;
recog_op_alt
[
op_alt
[
j
].
matches
][
j
].
matched
=
i
;
break
;
break
;
case
'm'
:
case
'm'
:
...
...
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