[gnu.g++.bug] Bugges in Gnu C++ 1.31.0

rdr@UUNET.UU.NET (Randolph Roesler) (01/27/89)

Facts

	combination of GCC-1.31.0 and G++-1.31.0 code compiled
	by GCC-1.32.0 compiler.

	GCC-1.31, and GCC-1.32 generated via patchs from GCC-1.30

	SUN3 OS 3.5

	Segment Voilation (signal 11)

	When compiling libg++-1.25.0 functions builtin.cc
	When compiling libg++-1.25.0 tests (test4,test5a,test5b)

	Test4 and builtin can be modified to compile.

	builtin - return u.i[0] ^ return u.i[1]; - signal 6 error
	test4, test5a - fibonacci function (last return)

	Randy Roesler