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
a6665f8c
Commit
a6665f8c
authored
May 11, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(block_alloc): Don't dereference a NULL pointer.
From-SVN: r4425
parent
13b8df74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
gcc/local-alloc.c
+1
-0
No files found.
gcc/local-alloc.c
View file @
a6665f8c
...
@@ -1250,6 +1250,7 @@ block_alloc (b)
...
@@ -1250,6 +1250,7 @@ block_alloc (b)
&&
(
r0
=
XEXP
(
PATTERN
(
insn
),
0
),
&&
(
r0
=
XEXP
(
PATTERN
(
insn
),
0
),
GET_CODE
(
r0
)
==
REG
)
GET_CODE
(
r0
)
==
REG
)
&&
(
link
=
find_reg_note
(
insn
,
REG_LIBCALL
,
NULL_RTX
))
!=
0
&&
(
link
=
find_reg_note
(
insn
,
REG_LIBCALL
,
NULL_RTX
))
!=
0
&&
XEXP
(
link
,
0
)
!=
0
&&
GET_CODE
(
XEXP
(
link
,
0
))
==
INSN
&&
GET_CODE
(
XEXP
(
link
,
0
))
==
INSN
&&
(
set
=
single_set
(
XEXP
(
link
,
0
)))
!=
0
&&
(
set
=
single_set
(
XEXP
(
link
,
0
)))
!=
0
&&
SET_DEST
(
set
)
==
r0
&&
SET_SRC
(
set
)
==
r0
&&
SET_DEST
(
set
)
==
r0
&&
SET_SRC
(
set
)
==
r0
...
...
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