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: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: graham dot stott at btinternet dot com, gcc-patches at gcc dot gnu dot org
- Date: Thu, 31 Jul 2003 16:15:26 -0700
- Subject: Re: Add CONSTRUCTOR case to loc_descriptor_from_tree in dwarf2out.c
- References: <10307312304.AA28269@vlsi1.ultra.nyu.edu>
On Thu, Jul 31, 2003 at 07:04:50PM -0400, Richard Kenner wrote:
> ! /* Get an RTL for this, which will may have the effect of outputting
> ! it. This may violates the principle of not having -g affect
> ! the generated code, but it's in the data segment and it's hard
> ! to see a case where it won't already have been output. */
> ! rtx rtl = output_constant_def (loc, 0);
Well, you add a new varasm function that looks at the hash table
but *doesn't* write data. Seems easy enough.
r~