This is the mail archive of the gcc-bugs@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]

[Bug c++/55171] [4.7/4.8 Regression] incorrect virtual thunk on mingw


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55171

--- Comment #8 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-11-24 12:54:40 UTC ---
The pattern is

movl    4(%esp), %eax
movl    (%eax), %eax
addl    -16(%eax), %eax

As here the saved this-pointer in %eax gets clobbered.


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