This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54895] the compiler treats '__cdecl' & '__stdcall' as the same.
- From: "glisse at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Oct 2012 20:52:38 +0000
- Subject: [Bug target/54895] the compiler treats '__cdecl' & '__stdcall' as the same.
- Auto-submitted: auto-generated
- References: <bug-54895-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54895
--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> 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.