[Bug c/14333] __stdcall in function declaration in structure ignored?

schwab at suse dot de gcc-bugzilla@gcc.gnu.org
Sat Feb 28 15:30:00 GMT 2004


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



More information about the Gcc-bugs mailing list