From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 84EB6386EC22; Thu, 16 Apr 2020 08:16:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84EB6386EC22 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587024973; bh=QyEAU3J1VEPM2Ml9fU2zeXT8FFDnmWo/lg4gEtEjWac=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q4sNtsWqYARQ7NM3wSWEyn+3FzbWPQ/ho2Tm903EDA7dMVkq3iGrR9thNijJxMySH R5/dzi0LR8x4avCPLNrHoWv/0jPC4ycw3PzxCwLTmOHXVQ1Zaycy6IDWNwrvJuy3gv BVmT0OWiMGFAnQt+Bvjv2m62dmowYSXZNRCW9CD8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1 Date: Thu, 16 Apr 2020 08:16:12 +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: 9.3.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 08:16:13 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D89494 --- Comment #24 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:42e20fd25d3651349d892d8af864dc576c09019c commit r10-7749-g42e20fd25d3651349d892d8af864dc576c09019c Author: Jakub Jelinek Date: Thu Apr 16 10:15:18 2020 +0200 bootstrap: Fix building with GCC 4.2 [PR89494] GCC 4.2 (but I think not the latest tip of GCC 4.2 branch) has broken v= alue initialization, see PR33916. The following patch provides a workaround= for that. Tested with GCC 4.2 on a reduced testcase I've distilled from the assign_param_data_one class which has been miscompiled the same. 2020-04-16 Jakub Jelinek PR bootstrap/89494 * function.c (assign_parm_find_data_types): Add workaround for BROKEN_VALUE_INITIALIZATION compilers.=