[comp.unix.microport] gcc 1.25 under microport sysV/386

luis@titan.rice.edu (Luis Soltero) (08/07/88)

Well for the most part gcc v1.25 seems to run fine under microport sysV/386.
The only major problem seems to be w/ floats.   For some reason cc1 
cores w/ a float exception when declarations like the flowing are encountered.
		float a = 1.0;
changing floats to doubles fixes the problem. any ideas?

thanks,

--luis@titan.rice.edu