This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30470] Compiling C++ programs with -mno-80387 and -O3 failes
- From: "bugzilla at bennee dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jan 2007 09:17:52 -0000
- Subject: [Bug c++/30470] Compiling C++ programs with -mno-80387 and -O3 failes
- References: <bug-30470-13920@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from bugzilla at bennee dot com 2007-01-15 09:17 -------
Output of failed compile:
09:09 ajb@ajb-laptop [no387] > g++-4.1 --save-temps -O3 -mno-80387 no387.cc
/usr/include/stdlib.h: In function ?long double strtold(const char*, char**)?:
/usr/include/stdlib.h:355: error: x87 register return with x87 disabled
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30470