From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B7983864821; Thu, 1 Feb 2024 17:20:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B7983864821 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706808009; bh=xoPLgLBqXQYobC5qZgUV1YZ2T75vE2iOhSRTOFoMmh8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Nl4YGjc4VaIF5DlUQhvm01Leasr0i3r9L0VW6zDiGm/QGSzVeXsWRZmSQnPjzyfPR 0j2c91jiqYmT3LkOV6A6AH/TFAcgxNzoTekdlBPY//MUUTPhu9zHS8ZxEzdrJpgXSs uM15R1YuzIv9KnKCOonoHK+moJnVyWkbaSbbXw6o= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111268] [11/12/13/14 Regression] internal compiler error: in to_constant, at poly-int.h:504 Date: Thu, 01 Feb 2024 17:20:07 +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-checking, ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ricbal02 at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 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=3D111268 --- Comment #18 from GCC Commits --- The master branch has been updated by Richard Ball : https://gcc.gnu.org/g:4571b4d413a4ba5f1e2d429a2623180ad1c73c0f commit r14-8703-g4571b4d413a4ba5f1e2d429a2623180ad1c73c0f Author: Richard Ball Date: Thu Feb 1 17:18:28 2024 +0000 middle-end: Fix ICE in poly-int.h due to SLP. Adds a check to ensure that the input vector arguments to a function are not variable length. Previously, only the output vector of a function was checked. The ICE in question is within the neon-sve-bridge.c test, and is related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111268 gcc/ChangeLog: PR tree-optimization/111268 * tree-vect-slp.cc (vectorizable_slp_permutation_1): Add variable-length check for vector input arguments to a function.=