Path: utzoo!attcan!uunet!husc6!rice!titan!luis From: luis@titan.rice.edu (Luis Soltero) Newsgroups: comp.unix.microport Subject: gcc 1.25 under microport sysV/386 Keywords: C, GNU, Free Software Foundation, Message-ID: <1749@kalliope.rice.edu> Date: 6 Aug 88 17:51:09 GMT Sender: usenet@rice.edu Reply-To: luis@titan.rice.edu (Luis Soltero) Organization: Rice University, Houston Lines: 10 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