[Bug c/24597] Function call with negated value after test is done wrongly

2005-10-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-31 15:53 --- Use -fno-builtin-sin as we are expecting at this point to have a full sin function. If you don't want optimizations like this for other functions, use -fno-builtin. -- pinskia at gcc dot gnu dot org changed:

[Bug c/24597] Function call with negated value after test is done wrongly

2005-10-31 Thread jbglaw at lug-owl dot de
--- Comment #1 from jbglaw at lug-owl dot de 2005-10-31 15:49 --- Created an attachment (id=10084) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10084&action=view) My sine and cosine implementation serving as testcase. The attached .tar.gz contains my start of a libm. Don't laugh