From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A8FA93959CAE; Tue, 6 Dec 2022 09:54:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A8FA93959CAE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670320463; bh=m5ar6bJxeUJnHlyE+liDZ0jGxnomSaLij1KIgX5ywYs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ii6//h303iEAzApBKmtglijhpTOl/vdcik0A1skKW/EHzg7+geR5pgKxdp3r2zIvv FerUDwb8cbLUVHWFJlBki1c4/iWTiVg4F343L5Wwuwh80uqujhubaqRyWD+Dx/G7Hu kCCuq6B5zFMQtuPOOhSk7+lW80LBAoJBTj5n81sc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107986] [12/13 Regression] Bogus -Warray-bounds diagnostic with std::sort Date: Tue, 06 Dec 2022 09:54:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: diagnostic, missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D107986 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=