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
4399e7a3
Commit
4399e7a3
authored
Jan 17, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jan 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
From-SVN: r17400
parent
72ec635f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/rtl.c
+1
-1
No files found.
gcc/ChangeLog
View file @
4399e7a3
...
@@ -23,6 +23,8 @@ Sat Jan 17 21:24:16 1998 David T. McWherter <dtm@waterw.com>
...
@@ -23,6 +23,8 @@ Sat Jan 17 21:24:16 1998 David T. McWherter <dtm@waterw.com>
Sat Jan 17 21:16:19 1998 Jeffrey A Law (law@cygnus.com)
Sat Jan 17 21:16:19 1998 Jeffrey A Law (law@cygnus.com)
* rtl.c (read_rtx): Initialize list_rtx to NULL, not NULL_RTX.
* loop.c (find_and_verify_loops): When attempting to move insns from
* loop.c (find_and_verify_loops): When attempting to move insns from
inside the loop outside the loop, create a BARRIER if no suitable
inside the loop outside the loop, create a BARRIER if no suitable
one was found.
one was found.
...
...
gcc/rtl.c
View file @
4399e7a3
...
@@ -665,7 +665,7 @@ read_rtx (infile)
...
@@ -665,7 +665,7 @@ read_rtx (infile)
case
'E'
:
case
'E'
:
{
{
register
struct
rtx_list
*
next_rtx
,
*
rtx_list_link
;
register
struct
rtx_list
*
next_rtx
,
*
rtx_list_link
;
struct
rtx_list
*
list_rtx
=
NULL
_RTX
;
struct
rtx_list
*
list_rtx
=
NULL
;
c
=
read_skip_spaces
(
infile
);
c
=
read_skip_spaces
(
infile
);
if
(
c
!=
'['
)
if
(
c
!=
'['
)
...
...
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