From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC62038582A8; Tue, 6 Feb 2024 13:20:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC62038582A8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707225621; bh=0T6s51Wege5Ndo9TZQs8ULfnFq9moDKqDKQqRVPQh3I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WKx06SpBIzmCSLGh0f1HkyiCIiLm+cBdjjQ9u9/IOmMmidmk3RQlUwtRYyrdg8jAD AoS4+IZaYKkZeFRpZG4avKoQ/p3ULx8A3nrWH19CqMKsFHjap3+5B/mBduLkxTJ/62 LitsUlSQALToLfhjM5aax9tsbfLU3i+gcdreBYvg= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112618] [13 Regression] internal compiler error: in expand_MASK_CALL, at internal-fn.cc:4529 Date: Tue, 06 Feb 2024 13:20:21 +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.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D112618 --- Comment #4 from GCC Commits --- The releases/gcc-13 branch has been updated by Richard Biener : https://gcc.gnu.org/g:016ca45dcba40ed73869caf37f09023fa7fca5f8 commit r13-8291-g016ca45dcba40ed73869caf37f09023fa7fca5f8 Author: Richard Biener Date: Mon Nov 20 11:12:43 2023 +0100 tree-optimization/112618 - unused .MASK_CALL We have to make sure to remove unused .MASK_CALL internal function calls after vectorization. PR tree-optimization/112618 * tree-vect-loop.cc (vect_transform_loop_stmt): For not relevant and unused .MASK_CALL make sure we remove the scalar stmt. * gcc.dg/pr112618.c: New testcase. (cherry picked from commit 57c028acbec4f7b594e6b024e02d6c799b51e03d)=