This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25477] builtin functions should use $LDBL128 suffix on darwin when appropriate
- From: "geoffk at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2006 23:05:54 -0000
- Subject: [Bug target/25477] builtin functions should use $LDBL128 suffix on darwin when appropriate
- References: <bug-25477-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from geoffk at gcc dot gnu dot org 2006-10-06 23:05 -------
(In reply to comment #9)
> Geoff,
> Are the variadic functions really worth worrying about? Currently gcc trunk
> can only
> be built with the cctools from Xcode 2.4 or later (which basically limits the
> builds to
> MacOS X 10.4 machines unless a odcctools build of cctools is used). So for
> stock
> configurations, gcc trunk will be unusable on MacOS X 10.3.9. Perhaps we should
> declare gcc 4.2 as MacOS X 10.4 or later?
> Jack
> ps I am referring the requirement of the newer cctools for literal16.
You're confusing host and target. cctools runs on the host, but printf$LDBL128
is a function that exists (or not) on the target.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25477