From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E60443858C98; Mon, 27 May 2024 07:13:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E60443858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716794038; bh=E7dz4TrpbV1CGiRL/HhPuC9q2WPum24BqtwQ7Tj2GRQ=; h=From:To:Subject:Date:From; b=aDyHdjDPXdeHu2VQHpwtjhzI/1kaKYoxBSFqtG8tERrbl2H5HXXb6rjg91AP1C/Qh anMtHXbFL2F02iXK/hV4qPwRLAftUj+Xli8jH+URbhv1YgoFoeeumWKC1IG92SNnFD coSZrgxX6nL2SdbfVaxewv4ebkJW8S92bs7a74vE= From: "jeevitha at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/115242] New: libgcc unwinder does not handle vector registers, even if the target machine supports them. Date: Mon, 27 May 2024 07:13:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jeevitha at gcc dot gnu.org 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone cf_gcctarget Message-ID: 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=3D115242 Bug ID: 115242 Summary: libgcc unwinder does not handle vector registers, even if the target machine supports them. Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: jeevitha at gcc dot gnu.org CC: bergner at gcc dot gnu.org Target Milestone: --- Target: powerpc The powerpc64le-*-linux-gnu target has a baseline of POWER8, so vector supp= ort is always compiled into libgcc_s.so.1. On powerpc64--linux-gnu and powerpc--linux-gnu, vector support is only pres= ent if GCC is built with a minimum baseline that includes vector support. In glibc, the test case nptl/tst-thread-exit-clobber fails in BE because of= the above reason. The reason for the failure is explained in detail in the glibc Bugzilla: https://sourceware.org/bugzilla/show_bug.cgi?id=3D26566.=