From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DCC5C3870C0A; Mon, 20 Nov 2023 14:01:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DCC5C3870C0A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700488917; bh=926V4WJ+Qz9r2pTyXhqie1Y2DIV8TLD9HX6mUub4CXk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hV/otNG4I40oq2VwUEO2BVEYGh3neNO0TL0kisvMPa53mff/vvZGeZhLAb8jpIBAR dURLqCBOk/Ffkcec4fDNOXInsJ9qQh/XGmvuLVLZbSXlupN8p0eKaaTBIK9fMF7fJ7 TkeEYt9x5+2X+H/lrhpkOPZBOeshKJ9fBfIIOFIg= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112618] [13/14 Regression] internal compiler error: in expand_MASK_CALL, at internal-fn.cc:4529 Date: Mon, 20 Nov 2023 14:01:57 +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: P3 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 #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:57c028acbec4f7b594e6b024e02d6c799b51e03d commit r14-5627-g57c028acbec4f7b594e6b024e02d6c799b51e03d 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.=