This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25477] __builtin_sqrtl/__builtin_printf does not work unless including math.h/stdio.h
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Dec 2005 05:46:25 -0000
- Subject: [Bug target/25477] __builtin_sqrtl/__builtin_printf does not work unless including math.h/stdio.h
- References: <bug-25477-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-18 05:46 -------
Here is what we currently get:
_f:
b L_sqrtl$stub
.....
b L_printf$stub
-------
When including math.h:
_f:
b L_sqrtl$LDBL128$stub
I am going to try to fix this.
More info can be found at:
http://gcc.gnu.org/ml/gcc/2005-12/msg00505.html
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-12-18 05:46:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25477