From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D1ABE3858D1E; Sat, 4 Mar 2023 11:24:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1ABE3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677929045; bh=ZS/BVa8PfrXjL0BQyO0L6TErr1vqtLF64krg37Gj/jQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lC7KQ5ShDhd/v1LxILhg9Vs2gqIWNAnyewjM0rg14kIhd6ywHHJnwfAnmA2UsaNiS LymMi6JrpSj9OiYAH1BHNjSXjg69to8VYEKMjtNDXm5GVL9spmXSM7ldFz5Y0tmSlC miyjwvkzJjIIROqfycnqZEp1FRbhX3gnu6D/WZ1s= From: "bugreporter66 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109007] building for POWER8 leaks into POWER9 ISA with g++ 11.3 (cross-compiler on x86_64 host) Date: Sat, 04 Mar 2023 11:24:05 +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: 11.3.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bugreporter66 at gmail dot com 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109007 --- Comment #10 from bugreporter66 at gmail dot com --- Yes, it seems so. They've switched to POWER9 by default in Ubuntu 22.04, so= it means that gcc itself (along with standard libraries) was compiled for POWE= R9 as well. It used to be POWER8 in the previous releases.=