* com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
From-SVN: r37833
This commit is contained in:
parent
7dfe7bd6e9
commit
045edebeb3
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user