This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libfortran] PR 32858 - printf()-capabilities for runtime_error


FX Coudert wrote:
> I daresay I'm a bit more anxious than Jerry about the portability of
> the system you're introducing, and the functions you're using. Are we
> garanteed that sprintf is available on all platforms?
I don't know but it is used by:
libcpp/macro.c, libcpp/charset.c,
libgcc/config/libbid/bid128_to_string.c, libiberty/strerror.c,
libobjc/archive.c.

Still, it cannot harm to check MinGW ...

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]