http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50216
Bug #: 50216 Summary: Double computations yield incorrect results Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: williamsmth...@gmail.com Created attachment 25121 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25121 .i output from compilation Under certain circumstances, complex double formulas result in incorrect results. Re-writing (breaking the formula into smaller statements), yields correct results.