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 middle-end/50113] New: soft-float MIPS64 compiler is miscompiling ggc-page.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50113

             Bug #: 50113
           Summary: soft-float MIPS64 compiler is miscompiling ggc-page.c
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pinskia@gcc.gnu.org


Building a n32 MIPS64 GCC with soft-float on the trunk currently miscompiles
ggc-page.c and the check if it should collect or not.  Changing the variables
to unsigned instead of float allows the bootstrap to continue in a nice way.


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