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: unassig...@gcc.gnu.org ReportedBy: pins...@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.