From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B83AA3858428; Thu, 8 Sep 2022 15:18:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B83AA3858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662650329; bh=pHEyAI0Tuc/QxihctZcYowz/yMt5w6Ml4j2455n5Jjg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D4jQKkU4vToMIYGCl65h2UWyyDcSntko2Nj6aWu14dWi8qQsadARs2HDaKZ5Uzz4P onokf+1d9r0p6uhf4BVrP7y2f1ZvzKY0Dy0hndn90ydNBXWU01NzTnsmxaaEqz4uR1 ZJIDVQKdmQ3D3d17UiNMlOPYlEwMuUFWXdg99jkQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106886] [13 Regression] ICE in vect_schedule_slp_node since r13-2348-gd2694766dcfff027 Date: Thu, 08 Sep 2022 15:18:43 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rsandifo at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D106886 --- Comment #5 from CVS Commits --- The trunk branch has been updated by Richard Sandiford : https://gcc.gnu.org/g:338a5b0d7da84ef1f6c01dd96abf2c6bc830f403 commit r13-2544-g338a5b0d7da84ef1f6c01dd96abf2c6bc830f403 Author: Richard Sandiford Date: Thu Sep 8 16:18:28 2022 +0100 vect: Fix scalar stmt typo in vect_optimize_slp_pass [PR106886] Fix a stupid typo in my vect_optimize_slp_pass patch. gcc/ PR tree-optimization/106886 * tree-vect-slp.cc (vect_optimize_slp_pass::get_result_with_layout): Fix copying of scalar stmts. gcc/testsuite/ PR tree-optimization/106886 * gcc.dg/vect/bb-slp-layout-21.c: New test.=