From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20B7F3858C53; Wed, 8 Feb 2023 18:40:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20B7F3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675881641; bh=hSnT76aVnmNkr9W4ddHkDx9Y+FAWWAwqj6xuH3V1qc4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pczmZS6cZO2yR1U9QcmPwx0tQ+N1gly8NPO2EbTcKf0qKQtUUfKcUfVmTX7MiW/cq 6u9S29o/Ujxym7hMG8dWd7Zmpt9zyFH/z5E+9IqMzD53SLO13pf4y9s21elJfoMnxN GRwBrvjp0VrpE6HrO3AV2fpb8H+BF54qE8Bt8pTs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108505] [13 Regression] Arm: arm-none-eabi toolchain build failing with compiler error. Date: Wed, 08 Feb 2023 18:40:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D108505 --- Comment #7 from CVS Commits --- The master branch has been updated by SRINATH PARVATHANENI : https://gcc.gnu.org/g:2eeda82d6288fb2a8fbc302d98ed51337e01aaaa commit r13-5744-g2eeda82d6288fb2a8fbc302d98ed51337e01aaaa Author: Srinath Parvathaneni Date: Wed Feb 8 18:39:06 2023 +0000 arm: Optimize arm-mlib.h header inclusion [pr108505]. I have committed a fix [1] into gcc trunk for a build issue mentioned in pr108505 and latter received few upstream comments proposing more robust fix for this issue. In this patch I'm addressing those comments and sending this as a followup patch. gcc/ChangeLog: 2023-01-27 Srinath Parvathaneni PR target/108505 * config.gcc (tm_mlib_file): Define new variable.=