https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127359
Gaius Mulley <gaius at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2026-09-14
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Gaius Mulley <gaius at gcc dot gnu.org> ---
Ah yes, it looks as if this occurs in libgm2:
libgm2$ grep bash */*
libm2cor/Makefile.am: bash $(GM2_SRC)/tools-src/makeSystem -fpim \
libm2cor/Makefile.in:@BUILD_CORLIB_TRUE@ bash
$(GM2_SRC)/tools-src/makeSystem -fpim \
libm2iso/Makefile.am: bash $(GM2_SRC)/tools-src/makeSystem -fiso \
libm2iso/Makefile.in:@BUILD_ISOLIB_TRUE@@HAVE_PYTHON_INTERPRETER_FALSE@ bash
$(GM2_SRC)/tools-src/makeSystem -fiso \
libm2min/Makefile.am: bash $(GM2_SRC)/tools-src/makeSystem -fpim \
libm2min/Makefile.in:@HAVE_PYTHON_INTERPRETER_FALSE@ bash
$(GM2_SRC)/tools-src/makeSystem -fpim \
libm2pim/cgetopt.cc:/* Make sure the environment variable bash 2.0 puts in the
environment
libm2pim/Makefile.am: bash $(GM2_SRC)/tools-src/makeSystem -fpim \
libm2pim/Makefile.in:@BUILD_PIMLIB_TRUE@@HAVE_PYTHON_INTERPRETER_FALSE@ bash
$(GM2_SRC)/tools-src/makeSystem -fpim
thanks for the bug report!