This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Add CONSTRUCTOR case to loc_descriptor_from_tree in dwarf2out.c
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: graham dot stott at btinternet dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 31 Jul 03 18:13:56 EDT
- Subject: Re: Add CONSTRUCTOR case to loc_descriptor_from_tree in dwarf2out.c
> + rtx rtl = TREE_CST_RTL (loc);
^^^^^^^^^^^^ This is no longer defined on mainlined
Peculiar, since it compiles for me. Let me investigate.