pdates the internal logic of gf_vsnprintf to now use the str
variable defined in the function signature.
libgfortran/ChangeLog:
2024-04-04 Ian McInerney
* runtime/error.c (gf_vsnprintf): Fix compilation
Signed off by: Ian McInerney
---
libgfortran/runtime/error.c | 8
1 file
ward, and I had to do a bit of a
hack to get it to use the codepath to show the compilation error:
1) Configure and build as normal to generate the config.h header
2) Modify config.h directly to undefine HAVE_VSNPRINTF
3) Directly call the libgfortran compilation step
Ian McInerney (1):
l