[Bug other/71001] New: cross build native: fixincludes searches host path on build system

2016-05-07 Thread daniel.c.klauer at web dot de
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: daniel.c.klauer at web dot de Target Milestone: --- Created attachment 38437 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38437&action=edit example to reproduce the

[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 Ge

[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 c/52991] attribute packed broken on mingw32?

2012-10-06 Thread daniel.c.klauer at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #6 from daniel.c.klauer at web dot de 2012-10-06 23:02:22 UTC --- Using the ms_struct attribute instead of compiling with -mms-bitfields reproduces the packing issue, while using the gcc_struct attribute prevents the issue from

[Bug c/52991] attribute packed broken on mingw32?

2012-08-17 Thread daniel.c.klauer at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #2 from daniel.c.klauer at web dot de 2012-08-18 04:00:51 UTC --- The -mms-bitfields option seems to trigger the wrong behaviour. As pointed out by http://gcc.gnu.org/gcc-4.7/changes.html it is enabled by default since 4.7.0, and using

[Bug c/52991] attribute packed broken on mingw32?

2012-08-17 Thread daniel.c.klauer at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 daniel.c.klauer at web dot de changed: What|Removed |Added CC||daniel.c.klauer at web dot