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/59799] aarch64_pass_by_reference never passes arrays by value, contrary to ABI documentation


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

--- Comment #6 from Michael Hudson-Doyle <michael.hudson at linaro dot org> ---
Created attachment 31861
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31861&action=edit
Simple fix

This very simple patch (just deleting the offending lines) makes the go test
case that was failing pass.  I'm running a complete test suite run now, will
update on how it looks when it's done.


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