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

class tplasma
{
  public: int maxx;
};
tplasma plasma;
void init (void)
{
  new (char[plasma.maxx]);
}


-- 


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

Reply via email to