From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B53423830B04; Mon, 14 Nov 2022 18:32:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B53423830B04 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668450752; bh=oMmv2sgNARSn4CAJK9oinmsxdr6BeEYWd4bhc8Yctk8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bM1q7uGuyyUJSd3O8bn/2rdoSby79tKTcJOvhXKRagLwZ8uj8lNDmNMN7JMzEFCPf NPCEZcII4GpVjMiFhSueoJayfuZBlg/sP8Y+oC6Mbb2SzAy9WurDNGBHD0Q3yx+wpW ukmcJL8Hbo8ow7MMX4V7N9rqEpRcTBv36ZkeTeR8= From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107686] [12/13 Regression] ICE: verify_gimple failed (invalid types in nop conversion) with _Decimal64 vector Date: Mon, 14 Nov 2022 18:32:32 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz 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: attachments.created 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=3D107686 --- Comment #1 from Zdenek Sojka --- Created attachment 53896 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53896&action=3Dedit reduced testcase=