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.