------- Comment #6 from pluto at agmk dot net 2010-03-23 13:17 ------- (In reply to comment #3) > (In reply to comment #2) > > duplicate of PR43405.
> Using maple and computing the result to 30 decimal places, I get > -.852200849767188801772705893753 > so it looks like there is an additional problem. you can test two different implementations: 1). '-O2 -m32 -fno-builtin' - force libm.so calls and test libc implementation. 2). '-O2 -m32' to test gcc compile-time evaluation. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43490