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: rth at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 2 Aug 03 08:35:51 EDT
- Subject: Re: Add CONSTRUCTOR case to loc_descriptor_from_tree in dwarf2out.c
Turns out the original patch was bogus in other ways. It was trying
to simplify a memory, not an address. Of course, Kenner never saw
this problem because ASM_SIMPLIFY_DWARF_ADDR doesn't exist anymore.
Actually, I copied from similar usages of ASM_SIMPLIFY_DWARF_ADDR and also
noticed that it was sometimes being given a MEM to simplify. But since it's
gone, it doesn't matter.
Sorry about the problem with this. For something that happens rarely in the
first place, we've certainly spent a lot of time on this!