http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56651
Bug #: 56651 Summary: sin() and tan() has different values during compile time and run time. Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: serge...@samsung.com Created attachment 29689 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29689 Source code with sine test Sources with test cases are attached. Current output: Compile-time value of sine is -2.44929359829470641e-16 Runtime value of sine is -2.44921270764475452e-16 Compile-time value of tangent is -1.63312393531953700e+16 Runtime value of tangent is -1.63317787283838440e+16