This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-19980608 failure on irix 6.4


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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]