https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110284
--- Comment #17 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:1f0933298c4aa76646b4ea964d6fbc07504526c8 commit r13-7675-g1f0933298c4aa76646b4ea964d6fbc07504526c8 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Mon Jul 31 19:43:02 2023 +0100 modula2: Fix bootstrap Combining 3 patches from master for Make-lang.in and header file changes to ensure that this sequence does not break git bisect. gcc/m2/ChangeLog: PR modula2/110284 * Make-lang.in: Build $(generated_files) before building all $(GM2_C_OBJS). (m2_OBJS): Assign $(GM2_C_OBJS). Add m2/gm2-gcc/rtegraph.o and m2/gm2-compiler-boot/m2flex.o. (GM2_C_OBJS): Remove m2/stor-layout.o. (m2/stor-layout.o): Remove rule. * gm2-gcc/gcc-consolidation.h (rtl.h): Remove include. (df.h): Remove include. (except.h): Remove include. (c-family/m2pp.o): Remove. * Make-maintainer.in (c-family/m2pp.o): Add. Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>