http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
--- Comment #8 from Jakub Jelinek 2011-01-16
16:44:39 UTC ---
Author: jakub
Date: Sun Jan 16 16:44:35 2011
New Revision: 168854
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168854
Log:
PR fortran/46416
* quadmath.h (cbrtq, finit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
--- Comment #7 from Jakub Jelinek 2011-01-16
16:42:41 UTC ---
Author: jakub
Date: Sun Jan 16 16:42:37 2011
New Revision: 168853
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168853
Log:
PR fortran/46416
* quadmath.h (cacosq, caco
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
--- Comment #6 from Jakub Jelinek 2011-01-06
11:40:38 UTC ---
There is no __real128, just __float128. Also, I think either it should use
some extern inlinish quadmath.h specific macro (and it needs to care about g++
vs. gcc difference and which
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
--- Comment #5 from Tobias Burnus 2011-01-06
11:11:27 UTC ---
(In reply to comment #4)
> Very lightly tested patch to add ca{sin,cos,tan}{,h}q and fix broken atan2q.
Now posted to: http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00279.html
* * *
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
--- Comment #3 from Tobias Burnus 2011-01-05
18:00:00 UTC ---
I now compared the list of libquadmath functions at
http://gcc.gnu.org/onlinedocs/libquadmath/Math-Library-Routines.html with the
C99 functions in math.h and complex.h (cf. http://en.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
Sum
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46416
--- Comment #2 from Daniel Franke 2010-12-27
23:54:38 UTC ---
*** Bug 46402 has been marked as a duplicate of this bug. ***