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]

[trans-mem] handle virtual method calls


Virtual method calls resulted in ssa verification errors, because I'd forgotten that special things happen with OBJ_TYPE_REF. Curiously, I also saw ssa renaming errors with this test case that I hadn't seen before, caused by _ITM_getTMCloneOrIrrevokable not being marked const.

Fixed thus.


r~

Attachment: d-tm-c++-3
Description: Text document


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