From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FFC93858C31; Sat, 4 Mar 2023 10:49:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FFC93858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677926975; bh=cQUcFc/mtuK7HoHPsFDn9rIUOsSJFs0c7O//XDzZwcM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hhGTwzyUb/0NsmQkniXe+ku7HhCJIvEM9SibVjLKH0TwQJKXPJJbj3lXgjdg3BqxA vCYIBXi1iGerzFBaHbMUrHQGW0iNThb8BFKba3NIwrJbFMeR/xo3aeeJzEeiWywrp7 XkeSsuT7UPioFW1faU9PtkS6Ig0n7OABqoV+NQiQ= From: "jakub at gcc dot gnu.org" 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 10:49:35 +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: jakub 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: cc 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner at gcc dot gnu.or= g, | |segher at gcc dot gnu.org --- Comment #9 from Jakub Jelinek --- I believe that instruction is power9 only, on the other side _GLOBAL__sub_I_eh_alloc.cc doesn't come from the code you were compiling, b= ut from libstdc++.a(eh_alloc.o). So, it depends on how the gcc you are using has been compiled. If it is from an Ubuntu package, you need to report it to Ubuntu.=