Commit 045edebe by Richard Henderson Committed by Richard Henderson

* com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.

From-SVN: r37833
parent 7dfe7bd6
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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment