[Bug target/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 Status|UNCONFIRMED |NEW Last reconfirmed|

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

2012-11-22 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #5 from niXman 2012-11-22 18:37:55 UTC --- (In reply to comment #4) > This is most likely a duplicate of already fixed PR/55268. I checked upon the 193725 revision. The first test gives the same result. The second test now g

[Bug target/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 CC||ktietz at gcc dot gnu.org --- Comme

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

2012-10-10 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895 --- Comment #3 from Marc Glisse 2012-10-10 20:52:38 UTC --- Related to PR c++/2316. Those attributes are properly supported in C but not with fancy C++ features. I don't think they have a mangling, for instance.