Internal compiler error with egcs-980315 snapshot
Arvind Sankar
arvind@cse.iitb.ernet.in
Thu Mar 19 04:30:00 GMT 1998
The following code (culled from g++.ext/delete.C in the testsuite)
produced an internal compiler error on two systems(hpux and
sparc-sysv4). Since I see from test results posted to the egcs list that
delete.C fails on all tested platforms, I guess my platform is not
related to the bug. The 980302 snapshot compiles delete.C fine.
class A {
static A*(*ptr)(int = 4);
};
btw, if I delete the default parameter, the code compiles.
-- arvind
More information about the Gcc-bugs
mailing list