From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 934413939E34; Mon, 12 Dec 2022 11:21:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 934413939E34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670844115; bh=Ad+HHwlZE7uA3jEPfg0A+W/xUpfN/LOVKt+shUhXeBM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fyeQrzEX72VGm23wOLxP/okkRxOqWMvyrrwxGd+tDbutOWgbnogTSRd2rqwnjpzy1 hncdcyIylZZtWZ07+NrrFYewCZg9CJh0LX8ap2L7Yrq4/Vw8jv8uWmnRAnDY738i0b jJZcguY6/vt6GChxJltPcJBlN5yKZC4JZS7qbONE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107686] [12 Regression] ICE: verify_gimple failed (invalid types in nop conversion) with _Decimal64 vector Date: Mon, 12 Dec 2022 11:21:55 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work resolution bug_status 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail|12.2.1 |12.2.0 Known to work| |12.2.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #8 from Richard Biener --- Fixed.=