From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4AB463858C66; Tue, 12 Sep 2023 20:47:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4AB463858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694551621; bh=kypEvWGU0ZTscfSnMBC6l0H75pOE2RHb6dxOnkchUR0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qT+Ar6BCj12o5uZ9JfiUehIT3PaJoHsMQBeoyYoo8FP3GbVqlBRkCWWTE8YjeBFd0 g3/2cS5IH5dTLmZY0yAVfai0j6U0wqgkEJcFc8JclFH1mBpToWz6KoAVkvAyJDoCMT ef52Jq7LNZgLcLjtJTC0v4i05vu/v67xDzFIQPow= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111337] ICE in gimple-isel.cc for RISC-V port Date: Tue, 12 Sep 2023 20:47:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D111337 --- Comment #14 from CVS Commits --- The master branch has been updated by Robin Dapp : https://gcc.gnu.org/g:701b9309b687ed46188b9caeb7d88ad60b0212e5 commit r14-3910-g701b9309b687ed46188b9caeb7d88ad60b0212e5 Author: Juzhe-Zhong Date: Tue Sep 12 21:32:02 2023 +0800 RISC-V: Support VECTOR BOOL vcond_mask optab[PR111337] As this PR: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111337 We support VECTOR BOOL vcond_mask to fix this following ICE: 0x1a9e309 gimple_expand_vec_cond_expr ../../../../gcc/gcc/gimple-isel.cc:283 0x1a9ea56 execute ../../../../gcc/gcc/gimple-isel.cc:390 gcc/ChangeLog: PR target/111337 * config/riscv/autovec.md (vcond_mask_): New patter= n.=