public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Bug with gcvtf
@ 2019-08-26 12:15 Rian Quinn
  2019-08-26 13:32 ` Joel Sherrill
  0 siblings, 1 reply; 5+ messages in thread
From: Rian Quinn @ 2019-08-26 12:15 UTC (permalink / raw)
  To: newlib

The "gcvtf" function in newlib/newlib/libc/stdlib/efgcvt.c is in the file
before gcvt, but relies on it with an implicit definition. When attempting
to compile Newlib on x86_64 for Libc++ support, I get a compile error as
the definitions of the implicit version does not match the actual version.
To fix the issue, all I had to do was to place the gcvtf version _after_
the implementation of gcvt and it compiles fine.

Rian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-27 14:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26 12:15 Bug with gcvtf Rian Quinn
2019-08-26 13:32 ` Joel Sherrill
2019-08-27 12:27   ` Rian Quinn
2019-08-27 12:39     ` Joel Sherrill
2019-08-27 14:59       ` Kota Uchida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).