Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!idt.unit.no!kha From: kha@idt.unit.no Newsgroups: gnu.g++.bug Subject: Problems with g++ 1.35.0 Message-ID: <8904170257.AA11054@mime.unit.no> Date: 17 Apr 89 02:59:34 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 29 I got g++ 1.35.0 in the new version from lurch.stanford.edu tonight, I have some bugs to report: 1. make maketest with DIR and TDIR set still does not work. 2. When compiling gcc 1.34.91 for sun3-os4 I have to add an extra tm.h link in the config subdirectory to get it accepted by the cc compiler. 3. g++ crashes when compiling libg++-1.34.0 ( in Rational.cc ) the message is: g++: Program c++ got fatal signal 4. 4. Under compilation of gcc and g++ I get some warnings from the compiler when compiling for sun os3.4: (It is probably old style external declarations, no problems in the making of stage1) 1 and 3 is problems in both os3.4 and os4.0 on sun3, 2 and 4 is spesific for one of the versions of the operating system. I have fixed 2 bugs in libg++1.34.0 1. even and odd is overloaded this has to be fixed for 1.34.1 and later versions of the compiler. 2. Typo giving problems for random generators on suns: _IEEE is used in a #define _IEEE_ is used in a #ifdef this is wrong, I fixed _IEEE_ to _IEEE Knut-Haavard Aksnes.