------- Comment #3 from rguenth at gcc dot gnu dot org 2009-05-18 10:03 ------- The bug is that
snapshot_ret: movq %rdi, rdi(%rip) call *callthis(%rip) does not preserve stack alignment. But we assume that correct alignment is preserved over the indirect function call(?). HJ? -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hjl at gcc dot gnu dot org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-05-18 10:03:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39907