[Bug tree-optimization/39907] Aligned access to unaligned address

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon May 18 14:25:00 GMT 2009



------- Comment #4 from pinskia at gcc dot gnu dot org  2009-05-18 14:25 -------
(In reply to comment #3)
> 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(?).

Are you sure that this is not an inline-asm?  


-- 


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



More information about the Gcc-bugs mailing list