gcc/libgfortran/runtime
Ian McInerney 3bd3ca05b5 libgfortran: Fix compilation of gf_vsnprintf
The fallback function (gf_vsnprintf) to provide a vsnprintf function
if the system library doesn't have one would not compile due to the
variable name for the string's destination buffer not being updated
after the refactor in 2018 in edaaef601d.

This updates the internal logic of gf_vsnprintf to now use the str
variable defined in the function signature.

libgfortran/ChangeLog:

2024-04-04  Ian McInerney  <i.mcinerney17@imperial.ac.uk>

	* runtime/error.c (gf_vsnprintf): Fix compilation

Signed-off-by: Ian McInerney <i.mcinerney17@imperial.ac.uk>
2024-04-12 13:52:10 +02:00
..
backtrace.c
bounds.c
compile_options.c
convert_char.c
environ.c
error.c
fpu.c
in_pack_generic.c
in_unpack_generic.c
ISO_Fortran_binding.c
main.c
memory.c
minimal.c
pause.c
select_inc.c
select.c
stop.c
string.c