This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bug 85667 - (x86_64) ms_abi rules aren't followed when returning short structs with float values
- From: Anthony Green <green at moxielogic dot com>
- To: lokesh janghel <lokeshjanghel91 at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 19 Sep 2018 06:36:37 -0400
- Subject: Re: Bug 85667 - (x86_64) ms_abi rules aren't followed when returning short structs with float values
- References: <CACcU4_ruQqntf6UGqbQhRaRUkBc1m_89mG09NuQnnqU38frx9A@mail.gmail.com>
lokesh janghel <lokeshjanghel91@gmail.com> writes:
> I am starting to looking into this issue.
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85667#c0
Thank you for looking into this bug, which was caught by the libffi testsuite:
https://sourceware.org/ml/libffi-discuss/2018/msg00032.html
I would like to see this fixed, as currently GCC is unable to generate
code that interfaces to clang or msvc compiled code.
AG