[Bug middle-end/37417] [4.4 Regression] error: type mismatch in binary expression, verify_gimple failed

tbm at cyrius dot com gcc-bugzilla@gcc.gnu.org
Mon Sep 8 10:09:00 GMT 2008



------- Comment #3 from tbm at cyrius dot com  2008-09-08 10:08 -------
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */

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


-- 


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



More information about the Gcc-bugs mailing list