This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14333] __stdcall in function declaration in structure ignored?
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Feb 2004 15:30:57 -0000
- Subject: [Bug c/14333] __stdcall in function declaration in structure ignored?
- References: <20040228144104.14333.buytenh@gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-02-28 15:30 -------
Move __stdcall to the correct place.
struct {
void (*__stdcall example_method)(void);
} y = {
.example_method = example_func,
};
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14333