[Bug c/43405] sinl is not computed correctly

2010-03-19 Thread eli dot osherovich at gmail dot com
--- Comment #9 from eli dot osherovich at gmail dot com 2010-03-19 13:29 --- (In reply to comment #7) > Subject: Re: sinl is not computed correctly > > On Thu, 18 Mar 2010, bangerth at gmail dot com wrote: > > > Also: 1e22 is not exactly representable as a floatin

[Bug c/43405] sinl is not computed correctly

2010-03-19 Thread eli dot osherovich at gmail dot com
--- Comment #8 from eli dot osherovich at gmail dot com 2010-03-19 13:27 --- (In reply to comment #6) > Also: 1e22 is not exactly representable as a floating point number. By > consequence, 1e22 is different numbers when stored as a double or a > long double, and we shou

[Bug c/43405] sinl is not computed correctly

2010-03-17 Thread eli dot osherovich at gmail dot com
--- Comment #5 from eli dot osherovich at gmail dot com 2010-03-17 18:05 --- The very same code compiled by the Intel C compiler runs as expected. Moreover, the prototype of sinl is as follows long double sinl(long double x); and 1e22 definitely withing the bounds of long double

[Bug c/43405] sinl is not computed correctly

2010-03-17 Thread eli dot osherovich at gmail dot com
--- Comment #1 from eli dot osherovich at gmail dot com 2010-03-17 15:29 --- Created an attachment (id=20131) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20131&action=view) testcase as a standalone file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43405

[Bug c/43405] New: sinl is not computed correctly

2010-03-17 Thread eli dot osherovich at gmail dot com
3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eli dot osherovich at gmail dot com GCC host triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43405