kha@idt.unit.no (04/17/89)
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.
schmidt@zola.ics.uci.edu (Doug Schmidt) (04/17/89)
In article <8904170257.AA11054@mime.unit.no> kha@idt.unit.no writes:
++ 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.
++
Could you please be a bit more specific as to the problem? Did you
make sure to set DIR and TDIR so that they reflected the structure of
your directory system?
thanks,
Doug
--
On a clear day, under blue skies, there is no need to seek.
And asking about Buddha +------------------------+
Is like proclaiming innocence, | schmidt@ics.uci.edu |
With loot in your pocket. | office: (714) 856-4043 |
yhe@caen.engin.umich.edu (youda he) (04/17/89)
On Sun4-Os4: g++-1.35.0- failed test9: assertion(k[0]==1) Failed at line 173 of test9.cc. Also G++ failed compile intList.cc: In function struct intList concat (struc intList &, struc intList &) intList.cc 510 Failed: g++: c++ get fatal signal 10 (I get fatal signal 11 yesterday.)