[gnu.g++.lib.bug] Bug in tests, libg++ 1.35.0

zuhn@umn-cs.CS.UMN.EDU (David D "Zoo" Zuhn) (05/25/89)

I've got a problem compiling libg++ 1.35 on a Sun 3.  If anyone else
out there is running a working libg++ on a Sun 3 Sun OS 4.0, please
contact me.  


David D "Zoo" Zuhn //    University of Minnesota      \\ Twin Cities
          Computer Science Systems Consultant, EE/CS 4-204
zuhn@umn-cs.cs.umn.edu,    zuhn@umn-cs.UUCP,   ..rutgers!umn-cs!zuhn


Configuration:
	sun 3/75 SunOS 4.0

	All sources from prep:
	gcc 1.35
	g++ 1.35.0
	libg++ 1.35.0

	g++/tm.h -> config/tm-sun3+.h
	g++/config.h -> config/xm-sunos4+.h

mosquito% make tests > make.out
mosquito% tail make.out

twrapper.cc:14: warning: lazy prototyping frowned upon
twrapper.cc:42: warning: lazy prototyping frowned upon
twrapper.cc:45: warning: lazy prototyping frowned upon
twrapper.cc:76: warning: lazy prototyping frowned upon
twrapper.cc:84: warning: lazy prototyping frowned upon

g++ twrapper.o  -o twrapper -lg++ -lm
g++ -g -O -fchar-charconst -I../g++-include -I. -fstrength-reduce  -c  tgwrapper
.cc
tgwrapper.cc:216: warning: lazy prototyping frowned upon
tgwrapper.cc:216: warning: lazy prototyping frowned upon
tgwrapper.cc:216: warning: lazy prototyping frowned upon
tgwrapper.cc:216: warning: lazy prototyping frowned upon
g++ tgwrapper.o  -o tgwrapper -lg++ -lm
g++ -g -O -fchar-charconst -I../g++-include -I. -fstrength-reduce  -c  tRational
.cc
In function void etest (long int):
tRational.cc:168: call of overloaded `log' is ambiguous
tRational.cc:169: call of overloaded `log' is ambiguous
make[1]: *** Error 1