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
dc9d0b14
Commit
dc9d0b14
authored
Sep 11, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Sep 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* final.c (output_asm_insn): Correct problem with -fverbose-asm.
From-SVN: r87338
parent
a73b091d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/final.c
+2
-2
No files found.
gcc/ChangeLog
View file @
dc9d0b14
2004
-
09
-
10
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
final
.
c
(
output_asm_insn
):
Correct
problem
with
-
fverbose
-
asm
.
2004
-
09
-
10
James
E
Wilson
<
wilson
@
specifixinc
.
com
>
2004
-
09
-
10
James
E
Wilson
<
wilson
@
specifixinc
.
com
>
*
emit
-
rtl
.
c
(
gen_const_vector
):
Renamed
from
gen_const_vector_0
.
*
emit
-
rtl
.
c
(
gen_const_vector
):
Renamed
from
gen_const_vector_0
.
...
...
gcc/final.c
View file @
dc9d0b14
...
@@ -3120,7 +3120,7 @@ output_asm_insn (const char *template, rtx *operands)
...
@@ -3120,7 +3120,7 @@ output_asm_insn (const char *template, rtx *operands)
output_operand
(
operands
[
opnum
],
letter
);
output_operand
(
operands
[
opnum
],
letter
);
if
(
!
opoutput
[
opnum
])
if
(
!
opoutput
[
opnum
])
oporder
[
ops
++
]
=
c
;
oporder
[
ops
++
]
=
opnum
;
opoutput
[
opnum
]
=
1
;
opoutput
[
opnum
]
=
1
;
p
=
endptr
;
p
=
endptr
;
...
@@ -3139,7 +3139,7 @@ output_asm_insn (const char *template, rtx *operands)
...
@@ -3139,7 +3139,7 @@ output_asm_insn (const char *template, rtx *operands)
output_operand
(
operands
[
opnum
],
0
);
output_operand
(
operands
[
opnum
],
0
);
if
(
!
opoutput
[
opnum
])
if
(
!
opoutput
[
opnum
])
oporder
[
ops
++
]
=
c
;
oporder
[
ops
++
]
=
opnum
;
opoutput
[
opnum
]
=
1
;
opoutput
[
opnum
]
=
1
;
p
=
endptr
;
p
=
endptr
;
...
...
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