From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E57E3858C42; Sat, 6 Jan 2024 22:53:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E57E3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704581633; bh=pIbKlP766+5N2BqdsEHE6iXbiOu412uwvFpANl+CC6o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qpnt0/2Ms5gEmtZvJUEmkuR1kMexXySjmUERCbEsfcwwS3ru77L9cVS4cv56fhrbf 9PxEshoIGi1jiE0VA+Mh8nXd0lvdavR/70ELkvPla5ceT8mN44RofOIlbBRhowY7GW KMAPldppc6y9MM1W4+GcOKj0ISrgrgc6WLamAXzg= From: "dimitry@unified-streaming.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113239] [13 regression] After 822a11a1e64, bogus -Warray-bounds warnings in std::vector Date: Sat, 06 Jan 2024 22:53:53 +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: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: dimitry@unified-streaming.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=3D113239 --- Comment #3 from Dimitry Andric --- Alright, I can confirm that adding --param=3Dvrp1-mode=3Dvrp makes the warn= ing go away. However, this option is no longer recognized by gcc-14-6924-g00dea7e8= c41. I assume the ranger mode is now the default, and the older mode is no longer supported.=