From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9F1283858CDB; Thu, 4 May 2023 17:38:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F1283858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683221888; bh=sW88vxlZROzbBBP4S+M96uU35DOU3yzFZXywvrEfdwQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RM2B1l590QKq1U5BXyNVZS/iYclFDawbD73lcjRdj7YqSBghTftkY4dBMzf+R9OZH rGA4Rzh5j1olkYzeBX9j39jk9cUt8cwsCPC2Qym26ReyQ2JLZbS8aV+LXPpCF6BhMR hQbbu7yPxquDWxD3FRhS7GgFOzn96ULscGfKZo8k= From: "janezz55 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109741] alignas(64) in libstdc++-v3/src/c++11/shared_ptr.cc Date: Thu, 04 May 2023 17:38:07 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: janezz55 at gmail dot com 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: 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=3D109741 --- Comment #1 from Janez Zemva --- alternatively, the line could be changed into: struct alignas(void*) M : __gnu_cxx::__mutex { }; since this was probably meant with the magic number 64.=