------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-11 17:53 
-------
Here is a C example which is almost equivalent to the objective-C example:
struct d
{
  int a;
};
void abort(void);
typedef struct d (*f) (int i);
f ff(void);
void test1(void)
{
  if ((ff())(0).a != 0)
   abort();
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-11 17:53:41
               date|                            |


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

Reply via email to