------- Comment #1 from tbm at cyrius dot com  2007-08-25 10:13 -------
/* Testcase by Martin Michlmayr <[EMAIL PROTECTED]> */

struct sc_asn1_entry
{
  void *parm;
}
asn1_decode_entry (struct sc_asn1_entry *ctx, struct sc_asn1_entry *entry)
{
  void (*callback_func) (struct sc_asn1_entry *nctx);
  *(void **) (&callback_func) = entry->parm;
  callback_func (ctx);
}


-- 


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

Reply via email to