From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EDD903858C54; Sun, 22 Oct 2023 02:55:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EDD903858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697943355; bh=Z7ZVJvHAuaO929xwDnqFWwb3yIQAAhRMY22pI9NS9zY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZVw+/7mL7G6HxKMnkAFuxt1z3BtPBH9x3HOaVkvICg5DawIkWlfJg+QDd+/muETxE kCZag1COrwE72hsG9JU80v0csFXyOoGUTkXD34s7LkkLK5FpB6JcBZPhJ89KLg65SJ p/lLTJGre8tUiu7+T9DGML3rN2sLEJDlNsXr/gL8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111915] [14 Regression] ICE in vect with option `-O2 -fno-tree-vrp -fno-tree-dominator-opts -fno-tree-ccp` Date: Sun, 22 Oct 2023 02:55:55 +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, needs-bisection 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on target_milestone bug_status everconfirmed keywords short_desc 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=3D111915 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-10-22 Target Milestone|--- |14.0 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |needs-bisection Summary|GCC: ICEs on a program with |[14 Regression] ICE in vect |__restrict and option `-O2 |with option `-O2 |-fno-tree-vrp |-fno-tree-vrp |-fno-tree-dominator-opts |-fno-tree-dominator-opts |-fno-tree-ccp` |-fno-tree-ccp` --- Comment #1 from Andrew Pinski --- Confirmed.=