This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11618] New: Floating point values not reproduced at -O3 with a simple C++ copy constructor.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]