[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2022-12-28 Thread alvinhochun at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 --- Comment #9 from Alvin Wong --- P.S. related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52792

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2022-12-28 Thread alvinhochun at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 Alvin Wong changed: What|Removed |Added CC||alvinhochun at gmail dot com --- Comment

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2020-06-14 Thread mizvekov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 Matheus Izvekov changed: What|Removed |Added CC||mizvekov at gmail dot com --- Comment

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2018-12-04 Thread jay.krell at cornell dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 Jay changed: What|Removed |Added CC||jay.krell at cornell dot edu --- Comment #6 from

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2014-12-31 Thread daniel.c.klauer at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 --- Comment #5 from daniel.c.klauer at web dot de --- I also think that COM is supposed to be usable from C and C++, but it seems that here we have an exception to this rule. Let's examine asm generated by the ms compiler for calls to GetSize(),

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2014-12-30 Thread daniel.c.klauer at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 daniel.c.klauer at web dot de changed: What|Removed |Added CC||daniel.c.klauer at web

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2014-12-30 Thread mity at morous dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 --- Comment #4 from mity mity at morous dot org --- Daniel, COM interface should be, by definition, language agnostic. COM can be called from C++ as well as from C, and also COM object may be implemented in C++ as well as C. This implies that (at

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2014-12-23 Thread jacek at codeweavers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64384 Jacek Caban jacek at codeweavers dot com changed: What|Removed |Added CC||jacek at

[Bug target/64384] mingw-w64: stdcall function returning an aggregate is incompatible with MS ABI

2014-12-23 Thread ktietz at gcc dot gnu.org
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