From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE1293858C54; Sun, 22 Oct 2023 02:57:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE1293858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697943451; bh=kpcy/lgbEY9Aev4XJAc/rQW9te+h5qdMjc4jYw4BKZ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AXosGHq89MJP8YoUCo1tT3hvRyARHtJlD5tW0VpAcs1tR8yXVMMPRqay23G8HeHPg apH5z3RK0Xwy4P3qBGmFIwM26hvtjbn4gLgOXAjJSCTp4LRQhW5uJ/qQy/g63s1FIS 3TDLtrUkvFFAvFc/NLJyxX6cPwb1YlztFpobQBWA= 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:57:30 +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: 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 --- Comment #2 from Andrew Pinski --- Maybe one of richi's recent SLP related patches: GCC 13: /app/example.cpp:5:21: missed: Build SLP failed: not grouped load _12 =3D= *_11; /app/example.cpp:5:21: note: SLP discovery for node 0x4cdbb68 failed /app/example.cpp:5:21: note: SLP discovery for node 0x4cdbae8 failed /app/example.cpp:5:21: note: SLP discovery failed But GCC 14: /app/example.cpp:5:21: note: Build SLP for _6 =3D *_5; /app/example.cpp:5:21: note: precomputed vectype: vector(4) int /app/example.cpp:5:21: note: nunits =3D 4 /app/example.cpp:5:21: note: SLP discovery for node 0x4802428 succeeded=