From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 608DF388E813; Thu, 11 Mar 2021 15:52:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 608DF388E813 From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/99552] FAIL: 29_atomics/atomic/wait_notify/bool.cc (test for excess errors) Date: Thu, 11 Mar 2021 15:52:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net X-Bugzilla-Status: NEW 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2021 15:52:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99552 --- Comment #3 from dave.anglin at bell dot net --- On 2021-03-11 10:08 a.m., redi at gcc dot gnu.org wrote: >> FAIL: 29_atomics/atomic/wait_notify/bool.cc (test for excess errors) >> Excess errors: >> /test/gnu/gcc/gcc/libstdc++-v3/testsuite/29_atomics/atomic/wait_notify/b= ool. >> cc:64: warning: alignment (64) for _ZZNSt8__detail9__waiters6_S_forEPKvE= 3__w >> exceeds maximum alignment for global common data. Using 32 > See also PR 99306 Cache line alignment is variable on hppa and it can be up to 128.=C2=A0 The= maximum alignment for global common data is smaller than the cache line alignment on some machines.=