This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11618] Floating point values not reproduced at -O3 with a simple C++ copy constructor.
- From: "gtalbot at locuspharma dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2003 17:12:53 -0000
- Subject: [Bug c++/11618] Floating point values not reproduced at -O3 with a simple C++ copy constructor.
- References: <20030721171124.11618.gtalbot@locuspharma.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11618
------- Additional Comments From gtalbot at locuspharma dot com 2003-07-21 17:12 -------
Created an attachment (id=4445)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4445&action=view)
Small test case using the BOOST library.
This is the C++ test case that I used to find the problem.