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: [RFC] Fix PR 41377


On 10/13/2009 08:55 AM, Richard Guenther wrote:
The easiest is to propagate it manually, much like unlink_stmt_vdef
does (but that doesn't operate on PHIs), and then remove the PHI node.

Thanks for the pointer.


In addition to fixing the crash, the pr's test case showed one other case where we were intending to merge landing pads, but weren't. I fixed that as well.

Committed.


r~

Attachment: d-41377-2
Description: Text document


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