[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI
ktietz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Dec 23 14:42:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384
Kai Tietz <ktietz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktietz at gcc dot gnu.org
--- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> ---
The attribute 'callee_pop_aggregate_return' should fix this issue for you.
This is a general difference between sysv and ms ABIs. It has in general
nothing to do with the stdcall-attribute.
More information about the Gcc-bugs
mailing list