From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 410233858422; Tue, 24 Oct 2023 19:53:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 410233858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698177181; bh=VaxQe+9/+e5OpG10GmmtGQfgnJD4dW65HmYAYuxYQ8k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SlLle/ZQmsgaOpFoLaIq6yHLVTmN/0Z7DQlq3/Cz/bGGkcH9acPdtXr5m2dgD6LoU 3+Z/yc0Vr5wJqoFU3KaUPI9f26E5dCQpkmyO/GbtM3fdireiXhubo1pMc6rBmC8J9N /s/gK5Lehx5Wy5EX64zWi/5MtTs/R2SyCDqtEe8o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111967] [12/13/14 Regression] during GIMPLE pass: evrp ICE: in operator[], at vec.h:910 with -O2 -fno-tree-forwprop -fdump-tree-evrp-all Date: Tue, 24 Oct 2023 19:53:01 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed bug_status cf_known_to_work 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=3D111967 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-10-24 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Known to work| |12.3.0, 13.2.0 --- Comment #1 from Andrew Pinski --- Confirmed. Can't reproduce it on the releases versions of GCC 12.3.0 and 13= .2.0 either.=