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
290b61f7
Commit
290b61f7
authored
Dec 09, 1998
by
Nick Clifton
Committed by
Nick Clifton
Dec 09, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If an insn cannot be reloaded, display it before calling abort()
From-SVN: r24210
parent
bdf777e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/reload.c
+1
-1
No files found.
gcc/ChangeLog
View file @
290b61f7
Wed
Dec
9
09
:
53
:
58
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
reload
.
c
(
find_reloads
)
:
Display
the
insn
that
cannot
be
reloaded
.
Wed
Dec
9
12
:
15
:
26
1998
Dave
Brolley
<
brolley
@cygnus
.
com
>
Wed
Dec
9
12
:
15
:
26
1998
Dave
Brolley
<
brolley
@cygnus
.
com
>
*
cccp
.
c
(
create_definition
)
:
Fix
end
of
bufer
logic
.
*
cccp
.
c
(
create_definition
)
:
Fix
end
of
bufer
logic
.
...
...
gcc/reload.c
View file @
290b61f7
...
@@ -3493,7 +3493,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
...
@@ -3493,7 +3493,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
{
{
/* No alternative works with reloads?? */
/* No alternative works with reloads?? */
if
(
insn_code_number
>=
0
)
if
(
insn_code_number
>=
0
)
abort
(
);
fatal_insn
(
"Unable to generate reloads for:"
,
insn
);
error_for_asm
(
insn
,
"inconsistent operand constraints in an `asm'"
);
error_for_asm
(
insn
,
"inconsistent operand constraints in an `asm'"
);
/* Avoid further trouble with this insn. */
/* Avoid further trouble with this insn. */
PATTERN
(
insn
)
=
gen_rtx_USE
(
VOIDmode
,
const0_rtx
);
PATTERN
(
insn
)
=
gen_rtx_USE
(
VOIDmode
,
const0_rtx
);
...
...
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