This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-mcpu=i486 and -mcpu=pentium differences on OpenServer
- To: egcs at cygnus dot com
- Subject: -mcpu=i486 and -mcpu=pentium differences on OpenServer
- From: "J. Kean Johnston" <jkj at sco dot com>
- Date: Thu, 20 Nov 1997 16:58:58 -0800
- Organization: The Santa Cruz Operation, Inc.
Hi all.
Just a heads-up to anyone testing Open Server. The current EGCS
will generate code (for at least one file, libio/editbuf.cc) to
generate code which cauases the SCO 5.0.4 assemberl (and possibly
other versions too) to core dump, but only if -mcpu=i486 is the
CPU being used. as passes the code produced with -mpcu=pentium and
-mcpu=i386 quite happily. I am investigating this bug in as and
will let any interested parties know if and when there is a fix.
JKJ