[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2015-09-22 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #12 from Kai Tietz --- This bug got partially fixed for x86 (32-bit) by PR/44282. For x64 we have the issue that there is made no difference between different calling-conventions, as all variants are treated as standard fastcall-conv

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-11-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 Kai Tietz changed: What|Removed |Added Known to work|4.4.0, 4.5.0, 4.6.0, 4.7.0, | |4.8.0

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-11-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #10 from Paolo Carlini 2012-11-22 19:14:03 UTC --- I don't know, I'm still finding the "Known to work" field pretty weird, to be honest.

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-11-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #9 from Kai Tietz 2012-11-22 19:11:12 UTC --- (In reply to comment #8) > So it works everywhere? ;) Well, it doesn't work for all targets providing different calling-conventions for functions. Eg functions with regparm, std

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-11-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #8 from Paolo Carlini 2012-11-22 19:08:14 UTC --- So it works everywhere? ;)

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-11-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 Kai Tietz changed: What|Removed |Added Component|target |c++ Known to work|

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-10-10 Thread sezeroz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 Ozkan Sezer changed: What|Removed |Added CC||sezeroz at gmail dot com --- Comm

[Bug c++/54895] the compiler treats '__cdecl' & '__stdcall' as the same.

2012-10-10 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #1 from niXman 2012-10-10 19:53:48 UTC --- used i686-w64-mingw32