------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-05 04:56 -------
Here is a shorter testcase which shows the problem:
class X{};
void (X:: *b)();
void (__attribute((stdcall))X:: *c)() = b;


This also can create wrong code too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |accepts-invalid, wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-05 04:56:52
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29328

Reply via email to