https://gcc.gnu.org/g:e86ccae91e8351a3acd3f919276ea4829e8f7b76
commit e86ccae91e8351a3acd3f919276ea4829e8f7b76 Author: Mikael Morin <[email protected]> Date: Fri Sep 26 20:02:57 2025 +0200 Correction compilation Diff: --- libgfortran/m4/cshift0.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgfortran/m4/cshift0.m4 b/libgfortran/m4/cshift0.m4 index 308a46fbe108..d27d33a3440e 100644 --- a/libgfortran/m4/cshift0.m4 +++ b/libgfortran/m4/cshift0.m4 @@ -24,7 +24,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ #include "libgfortran.h" -#include <string.h>' +#include <string.h> +#include <assert.h>' include(iparm.m4)dnl
