From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A26863870844; Wed, 8 May 2024 06:15:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A26863870844 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715148905; bh=sOrIp1lDHkzyQXRrVDwEBMp3WMLM6vHs0dN3oFT4cw8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NYv66bFW55EeiuE/quxFtkZ+jSY8tibn3bsAoQuRiASrheGPELxsEpeSvRGnsHLrM 3ZvvzRUb56DCSKYBMLEjTa05Mnzg5BiEqHVU3UCKZwBmdUbH0yUlpLDeYlWwzh5cy2 VygIU13AYWRW1CrumHaNKWtn4bSlZtvJVl0NoelA= From: "mmatti at linux dot vnet.ibm.com" To: glibc-bugs@sourceware.org Subject: [Bug nptl/26566] nptl/tst-thread-exit-clobber fails on powerpc/powerpc64 with GCC 10.2 Date: Wed, 08 May 2024 06:15:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mmatti at linux dot vnet.ibm.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D26566 --- Comment #5 from Manjunath S Matti --- I have some more info here: I have run make check on both x86 and PPC64le, this particular testcase is marked as UNSUPPORTED: nptl/tst-thread-exit-clobber Also this testcase compares 2 doubles is this ok ? 106 __attribute__ ((noinline, noclone, weak)) 107 void 108 check_magic (int index, double value) 109 { 110 switch (index) 111 { 112 case 0: 113 TEST_VERIFY (value =3D=3D magic_values_double.v0); -> here 114 break; --=20 You are receiving this mail because: You are on the CC list for the bug.=