From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22CA138582AC; Mon, 4 Dec 2023 08:40:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22CA138582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701679222; bh=Cin21N1fQ8PjitGNyU/pz2pxqGPONmwk96FrZn03MMk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MVhw5a9llM6j2I/L4u0uzDwKA4X7GlX/KOpZjHCngA0ij8vZ/ZXkcdK5zxzLo2Qjo DkXMNVwOhvYGU/8ivgb/3mKvmtgWOYpO1TO2sT3QEK1GiDPiyCXKTh3y3oOac8zIvR Nq0TMlAarwU2w9WoLfWnUexfP9PP+UI4+rkAOEnM= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyB0cmVlLW9wdGltaXphdGlvbi8xMTI4MThdIFsxNCByZWdy?= =?UTF-8?B?ZXNzaW9uXSBJQ0Ugd2hlbiBidWlsZGluZyBhY2NlbC1wcHAgKGVycm9yOiBj?= =?UTF-8?B?b252ZXJzaW9uIG9mIHJlZ2lzdGVyIHRvIGEgZGlmZmVyZW50IHNpemUgaW4g?= =?UTF-8?B?4oCYdmlld19jb252ZXJ0X2V4cHLigJksIHZlcmlmeV9naW1wbGUgZmFpbGVk?= =?UTF-8?B?KSBzaW5jZSByMTQtNTA2OC1nODhhY2E5MTdlYjcwNWI=?= Date: Mon, 04 Dec 2023 08:40:17 +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-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc short_desc 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=3D112818 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pan2.li at intel dot com Summary|[14 regression] ICE when |[14 regression] ICE when |building accel-ppp (error: |building accel-ppp (error: |conversion of register to a |conversion of register to a |different size in |different size in |=E2=80=98view_convert_expr=E2=80=99, |=E2=80=98v= iew_convert_expr=E2=80=99, |verify_gimple failed) |verify_gimple failed) since | |r14-5068-g88aca917eb705b --- Comment #6 from Sam James --- $ git bisect visualize --oneline 88aca917eb70 VECT: Refine the type size restriction of call vectorizer 1a0af6e5a99c RISC-V: Allow dest operand and accumulator operand overlap of widen reduction instruction[PR112327] c73d2d49f9be Daily bump. 4968e4844a3c (HEAD) Minor formatting fix for newly-added file from previous commit 2b9778c8d9d3 Add files to discourage submissions of PRs to the GitHub mirro= r. 80b1a371008c PR target/110551: Tweak mulx register allocation using peephol= e2. so yeah, let's call it r14-5068-g88aca917eb705b.=