From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 343B7385772D; Fri, 13 Oct 2023 01:23:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 343B7385772D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697160238; bh=3Je7WCkK0UNXlaDiXLI5ReQBJxEtYJq1shzVvLaH1mI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KtyEamd2iSnA2hOjZZ9oJJruMLexwSdIYdex0qMwskldnoADiD11T6jzxqTznHqRr 1OPd542wPGmbOSPp6V2GMmufScT3bITwk7DF4Q2Cr3WcQ/nY8VpUZ7OJUCU1daPl/a UM1EO/0urdAOFTC+L07VwHIo9S72JXvdYaVx1Y/w= From: "rui314 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108315] -mcpu=power10 changes ABI Date: Fri, 13 Oct 2023 01:23:57 +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: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rui314 at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108315 --- Comment #21 from Rui Ueyama --- I fixed several issues in mold related to POWER10 compatibility, and all its unit tests pass on gcc120! I also confirmed that mold can now bootstrap its= elf with `-mcpu=3Dpower10`. So I believe it's now usable on POWER10 machines.=