This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/679: gcc 2.96 crashes on illegal code with ice message
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, samme at acc dot umu dot se
- Subject: Re: c++/679: gcc 2.96 crashes on illegal code with ice message
- From: rodrigc at gcc dot gnu dot org
- Date: 18 Aug 2001 14:23:52 -0000
Synopsis: gcc 2.96 crashes on illegal code with ice message
State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Aug 18 07:23:52 2001
State-Changed-Why:
For bugs associated with the Red Hat version of gcc, please
report them to Red Hat at:
http://bugzilla.redhat.com/bugzilla
Testing your code with gcc 3.0.1 does not crash the compiler
but results in a compilation error:
vector3.cc: In member function `Vector3d& Matrix3x3::operator[](int) const':
vector3.cc:121: could not convert `this->Matrix3x3::v1' to `Vector3d&'
vector3.cc:122: could not convert `this->Matrix3x3::v2' to `Vector3d&'
vector3.cc:123: could not convert `this->Matrix3x3::v3' to `Vector3d&'
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=679&database=gcc