------- Comment #3 from tbm at cyrius dot com  2008-09-06 08:59 -------
/* Testcase by Martin Michlmayr <[EMAIL PROTECTED]> */

struct _Words
{
  void *_M_pword;
  _Words ():
   _M_pword (0)
  {
  }
} _M_word_zero;


-- 


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

Reply via email to