This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Don't unconditionally use snprintf() in libgfortran (PR libfortran/32345)


Rainer Orth wrote:
As described in the PR, all gfortran execute tests fail since libgfortran
uses snprintf() unconditionally in one place, but the platform libc lacks
it.  The following patch fixes it: a libgfortran rebuild and retest are in
progress, but the first execute tests pass as expected.

Ok for mainline if it passes? I think this almost qualifies as obvious.

Ok. Thanks for the patch.





-- Janne Blomqvist


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