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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #2)
> Why does alignment of pointer to member function have anything to do
> with function alignment?

Simple a pointer to a member function is a pointer to a function in the non
virtual case.  In the virtual case with the lower bit set, it is some offset
for the vtable.

Reply via email to