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]

Fix debug/52727 -- lost REG_ARGS_SIZE note


Losing REG_ARGS_SIZE notes leads to assertion failures in dwarf2cfi.c
when the values don't match across CFG edges.

I'd like to leave this patch on mainline for a week or so to see what
falls out before copying it to the 4.7 branch.  There is a new abort
here, though I suppose that would probably only trigger when we would
abort later in dwarf2cfi.c anyway...

Tested on x86_64 (no-op, sanity), and i686 (-Os), and committed.


r~

Attachment: z3
Description: Text document


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