This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]