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
43984e29
Commit
43984e29
authored
Oct 07, 1997
by
Thomas Koenig
Committed by
Jeff Law
Oct 07, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload.c (decompose): Always initialize val.base.
From-SVN: r15858
parent
d4dae59c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/reload.c
+1
-0
No files found.
gcc/ChangeLog
View file @
43984e29
Tue Oct 7 10:52:29 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
* reload.c (decompose): Always initialize val.base.
Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
Tue Oct 7 10:19:26 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
* m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
* m68k/mot3300.h (ASM_OUTPUT_ALIGN): Accept any alignment
...
...
gcc/reload.c
View file @
43984e29
...
@@ -2077,6 +2077,7 @@ decompose (x)
...
@@ -2077,6 +2077,7 @@ decompose (x)
val
.
reg_flag
=
0
;
val
.
reg_flag
=
0
;
val
.
safe
=
0
;
val
.
safe
=
0
;
val
.
base
=
0
;
if
(
GET_CODE
(
x
)
==
MEM
)
if
(
GET_CODE
(
x
)
==
MEM
)
{
{
rtx
base
,
offset
=
0
;
rtx
base
,
offset
=
0
;
...
...
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