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
045edebe
Commit
045edebe
authored
Nov 28, 2000
by
Richard Henderson
Committed by
Richard Henderson
Nov 28, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
From-SVN: r37833
parent
7dfe7bd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/f/ChangeLog
+4
-0
gcc/f/com.c
+1
-0
No files found.
gcc/f/ChangeLog
View file @
045edebe
2000
-
11
-
28
Richard
Henderson
<
rth
@redhat
.
com
>
*
com
.
c
(
ffecom_member_phase2_
)
:
Set
TREE_USED
on
the
debugging
decl
.
2000
-
11
-
26
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
RELEASE
-
PREP
:
Remove
obsolete
EGCS
reference
.
...
...
gcc/f/com.c
View file @
045edebe
...
...
@@ -7110,6 +7110,7 @@ ffecom_member_phase2_ (ffestorag mst, ffestorag st)
TREE_STATIC
(
t
)
=
TREE_STATIC
(
mt
);
DECL_INITIAL
(
t
)
=
NULL_TREE
;
TREE_ASM_WRITTEN
(
t
)
=
1
;
TREE_USED
(
t
)
=
1
;
DECL_RTL
(
t
)
=
gen_rtx
(
MEM
,
TYPE_MODE
(
type
),
...
...
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