http://www.riscos.info/bugzilla3/show_bug.cgi?id=250
--- Comment #5 from Duncan Moore <duncan.moore@gmx.com> 2014-03-30 10:51:59 PDT ---
(In reply to comment #4)
The C++ asinh() problem I reported on 5th March where the compiler itself gets
into an infinite loop might be related to this. It also affects C, and also
only happens on literal constants - i.e. the correct output is given with
asinh(x), but asinh(2) gives an infinite loop. Lee Noar could reproduce the C++
problem in the native compiler running on rpcemu.
--8<--
#include <math.h>
double a = asinh(2.);
--8<--
*gcc -S -o - -c asinh.c
.file "asinh.c"
That's all the output I get, and I have to abort the process.
--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK
No comments:
Post a Comment