Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!shelby!agate!ucbvax!tut.cis.ohio-state.edu!IESD.AUC.DK!amanda From: amanda@IESD.AUC.DK (Per Abrahamsen) Newsgroups: gnu.g++.bug Subject: g++ 1.35.0 gets a fatal signal (again) Message-ID: <8905310036.AA11203@iesd.dk> Date: 31 May 89 00:36:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 44 g++ 1.35.0 compiled on a sun 3/60 running SunOS 4.0.1 Script started on Wed May 31 02:25:05 1989 % cat err6.cc class C { public: C(); }; C::C() { } class A { C c; }; class B { A a[25][25]; public: B(); }; B::B() { } B b; % g++ -v -c err6.cc g++ version 1.35.0 /home/local/gnu/lib/gcc-cpp -+ -v -undef -D__GNU__ -D__GNUG__ -D__cplusplus -Dmc68000 -Dsun -Dunix -D__mc68000__ -D__sun__ -D__unix__ -D__HAVE_68881__ -Dmc68020 err6.cc /tmp/cca00310.cpp GNU CPP version 1.35 /home/local/gnu/lib/gcc-cc1plus /tmp/cca00310.cpp -quiet -dumpbase err6.cc -noreg -version -o /tmp/cca00310.s GNU C++ version 1.35.0 (68k, MIT syntax) compiled by GNU C version 1.35. In method struct B *B::B (): err6.cc:23: Segmentation violation g++: Program cc1plus got fatal signal 11. % exit % script done on Wed May 31 02:28:16 1989 -- Per Abrahamsen, amanda@iesd.dk, {...}!mcvax!diku!iesd!amanda