This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77405] SIGBUS from gnatmake in stage 3 (gcc 7.0)


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

--- Comment #24 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Your __gnat_malloc doesn't return memory aligned to 16 bytes.  This
> violates x86-64 psABI.

To be exhaustive, __gnat_malloc is just a wrapper around the system malloc.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]