[Bug c++/11618] New: Floating point values not reproduced at -O3 with a simple C++ copy constructor.
gtalbot at locuspharma dot com
gcc-bugzilla@gcc.gnu.org
Mon Jul 21 17:11:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list