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
4724334a
Commit
4724334a
authored
Oct 10, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Oct 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a warning in copy_insn_1
From-SVN: r29889
parent
f0f61682
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+3
-1
gcc/emit-rtl.c
+1
-1
No files found.
gcc/ChangeLog
View file @
4724334a
...
...
@@ -8,6 +8,8 @@ Sun Oct 10 13:28:48 1999 Bernd Schmidt <bernds@cygnus.co.uk>
*
gmicro
.
md
(
load
address
pattern
)
:
Use
'p'
constraint
,
delete
use
of
ADDRESS
rtx
.
*
emit
-
rtl
.
c
(
copy_insn_1
)
:
Make
format_ptr
a
const
char
*
.
Sun
Oct
10
02
:
41
:
41
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
genrecog
.
c
(
add_to_sequence
)
:
Move
allow_const_int
test
outside
...
...
@@ -139,7 +141,7 @@ Fri Oct 8 18:46:11 1999 Bernd Schmidt <bernds@cygnus.co.uk>
*
jump
.
c
(
duplicate_loop_exit_test
)
:
Use
copy_insn
/
copy_insn_1
instead
of
copy_rtx
.
Accept
sequences
that
contain
asm
statements
.
*
emit
_
rtl
.
c
(
copy_insn_1
,
copy_insn
)
:
New
functions
.
*
emit
-
rtl
.
c
(
copy_insn_1
,
copy_insn
)
:
New
functions
.
(
copy_insn_scratch_in
,
copy_insn_scratch_out
,
copy_insn_n_scratches
,
orig_asm_operands_vector
,
copy_asm_operands_vector
,
orig_asm_constraints_vecotr
,
copy_asm_constraints_vector
)
:
New
static
...
...
gcc/emit-rtl.c
View file @
4724334a
...
...
@@ -3408,7 +3408,7 @@ copy_insn_1 (orig)
register
rtx
copy
;
register
int
i
,
j
;
register
RTX_CODE
code
;
register
char
*
format_ptr
;
register
c
onst
c
har
*
format_ptr
;
code
=
GET_CODE
(
orig
);
...
...
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