[PATCH 1/1] libgfortran: Fix compilation of gf_vsnprintf

2024-04-04 Thread Ian McInerney
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

[PATCH 0/1] libgfortran: Fix compilation of gf_vsnprintf

2024-04-04 Thread Ian McInerney
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