This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11618] New: 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:11:26 -0000
- Subject: [Bug c++/11618] New: Floating point values not reproduced at -O3 with a simple C++ copy constructor.
- 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
Summary: Floating point values not reproduced at -O3 with a
simple C++ copy constructor.
Product: gcc
Version: 3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gtalbot at locuspharma dot com
CC: gcc-bugs at gcc dot gnu dot org
I'm attaching a test file, plus the .ii file, which demonstrates a case where at
-O3, the compiler generates code that doesn't properly initialize floating point
values in a user-defined copy constructor.