From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E4753858401; Sun, 18 Jun 2023 20:08:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E4753858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687118920; bh=A9BiGUZUHMocmvf/vLXWrKR1j4PCnPSrL/URBj3Ve5A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VyygVefmI7yyfAvc/u0oD9szwA3bxv4XOlSkkYlR5nk2of3jnDCV5TEGQFt9eEmC8 EE0bOvE8VXQbnp79k+gGfuR0SWU8/3/ONL4xQJ2bJ3abdYhaTjqohZIiWxqufq8KXC k2JTbOZCILqgGqef7DybrthEh7jDXv2I0UGyqf5Q= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/110284] [14 Regression] Bootstrap failures with m2 Date: Sun, 18 Jun 2023 20:08:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110284 --- Comment #5 from CVS Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:24f75498ea59be94ae3eb1b82aa0b9de6ebfa232 commit r14-1911-g24f75498ea59be94ae3eb1b82aa0b9de6ebfa232 Author: Gaius Mulley Date: Sun Jun 18 21:07:59 2023 +0100 PR modula2/110284 Remove stor-layout.o and backend header files This patch removes stor-layout.o from the front end and also removes back end header files from gcc-consolidation.h. gcc/m2/ChangeLog: PR modula2/110284 * Make-lang.in (m2_OBJS): Assign $(GM2_C_OBJS). (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. Signed-off-by: Gaius Mulley =