c++/7943: Compilation gives many strange errors
bangerth@dealii.org
bangerth@dealii.org
Fri Nov 22 11:23:00 GMT 2002
Synopsis: Compilation gives many strange errors
State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Fri Nov 22 11:16:54 2002
State-Changed-Why:
The testcase is equivalent to
----------------------
extern "C" {
struct X {
virtual ~X() { }
void CopyTo(X copyTo) const { }
};
};
-----------------------------
It indeed ICEs with 2.95, but compiles just fine with
3.2.1 and 3.3CVS.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7943
More information about the Gcc-bugs
mailing list