egcs-19980608 failure on irix 6.4
Peter Nordlund
petern@nada.kth.se
Wed Jun 10 07:00:00 GMT 1998
Building the compiler in the same way as I did with egcs-19980525
which works fine for the code below, egcs-19980608 produces segmentation
fault:
#include <string>
int main() {
string s;
return 0;
}
------
#include <vector>
int main() {
vector<int> vi;
return 0;
}
--------
I managed to compile some of the blitz++ package, blitz-980417,
but at one stage I got an internal compiler error. Maybe this is
irrelevant info
since there seems to be some major problem for irix 6.4 with this
snapshot. Anyway, here is
output from the compilation:
More information about the Gcc-bugs
mailing list