From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0BCF7385701E; Tue, 15 Aug 2023 10:54:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BCF7385701E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692096859; bh=shmekyt8yJcqPAvHmBkz/E4p60eKoE33qWc0aiSOnZw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ORqJNz3L5+QXCw3SwZsSBwek5kvjt+GiQz1aSjvJ1irOF3tfyN7UvHhPC0pxM8HSW oz2RhTZ9XLJZcRgEvUOOKI6abBss8wa98qHikpd+KF9VkWcmTtqroz6PAoOVcLPVMi 4u6RHU9d4XX1ecQN73ZjH1X89W9nwhWn1lapLXso= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/111021] [14 Regression] Serial build broken for CRIS, ARM, and others Date: Tue, 15 Aug 2023 10:54:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw 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=3D111021 --- Comment #16 from CVS Commits --- The master branch has been updated by Hans-Peter Nilsson : https://gcc.gnu.org/g:eef192b181b8777d708671e2541896e7e31293aa commit r14-3218-geef192b181b8777d708671e2541896e7e31293aa Author: Hans-Peter Nilsson Date: Tue Aug 15 06:35:43 2023 +0200 CRIS: Don't include tree.h in cris-protos.h, PR bootstrap/111021 While there's another patch that fixes the immediate error in the PR by other means, the include of tree.h here is something I prefer to avoid. PR bootstrap/111021 * config/cris/cris-protos.h: Revert recent change. * config/cris/cris.cc (cris_legitimate_address_p): Remove code_helper unused parameter. (cris_legitimate_address_p_hook): New wrapper function. (TARGET_LEGITIMATE_ADDRESS_P): Change to cris_legitimate_address_p_hook.=