From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B9DFB385DC0C; Fri, 21 Jul 2023 22:11:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9DFB385DC0C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689977472; bh=Nc9Fj+7FaTUeTHY1e8r5Jo4Iu5uuimYCXUzaDKbROxo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=irXXKSkL4ruw4Wunx+uSQO/+TChSGhvjGX0Pbt2hbQ7HQ4im7C5F8eign5ikC1jB3 hLDQEz+crcvHoZzyvpzLMLmOSmKVpOLGuWQfj15OysRlFbdmAw9328ix+AfYCBUJON wr7yS8MxRACHPWIdjuzR3kXakL9eU2yEiRzuqOgs= From: "maxim.yegorushkin at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110764] [12/13/14 Regression] False positive -Warray-bounds warning swapping std::thread::id Date: Fri, 21 Jul 2023 22:11:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.3.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: maxim.yegorushkin 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=3D110764 --- Comment #4 from Maxim Egorushkin -= -- Full context: https://github.com/max0x7ba/atomic_queue/issues/55=