[Bug ada/61954] Ada fails to properly pass pointer arguments on x32

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 6 16:30:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61954

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-08-06
                 CC|                            |ebotcazou at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Maybe Ada fails to tell the backend that a parameter is a pointer:

Yes, there are known issues in this area for ABIs that treat pointers and
integers of the same size differently, e.g. the Linux ABI for m68K.



More information about the Gcc-bugs mailing list