[Bug c++/42331] [4.4/4.5 regression] ICE in error recovery

paolo dot carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Tue Dec 8 11:19:00 GMT 2009



------- Comment #6 from paolo dot carlini at oracle dot com  2009-12-08 11:19 -------
This is enough:

class Mesh
{
public:
  Mesh(const char*)
  { typele={0}; }

private:
  int typele[7][2];
};

Mesh m(0);


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2009-12-08 11:06:40         |2009-12-08 11:19:20
               date|                            |


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



More information about the Gcc-bugs mailing list