From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 112E938438B2; Mon, 14 Nov 2022 18:44:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 112E938438B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668451481; bh=z4y50NaghbydOHY+8EvYmTAp0GUeHhTt02hc3/XoBPk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Np+wPkHynuartxHOQbd/S0t+lY+x/wRqBF7WnbUW2VPKA2y2IJQJIh1iVgrZlBySu hj94MpDKKSzFUnqw0WnVISqNU3W/ulVpHsJtUg1xh1vJdyZpO3vsQyHWnpgK1fbYVy H2Cxh9a0iulmmXfwQzSdG1W1ALUzfH8W6vxuwqhs= From: "pinskia at gcc dot gnu.org" 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:44:40 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on everconfirmed target_milestone 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2022-11-14 Ever confirmed|0 |1 Target Milestone|--- |12.3 --- Comment #3 from Andrew Pinski --- Confirmed. This code I think is broken: 2724d1bba6b3 gcc/tree-ssa-forwprop.c (Richard Biener 2021-07-30 11:06:50 +0200 3205) /* Perform scalar promotion. */ 2724d1bba6b3 gcc/tree-ssa-forwprop.c (Richard Biener 2021-07-30 11:06:50 +0200 3206) new_stmt =3D gimple_build_assign (gimple_assign_l= hs (use_stmt), 2724d1bba6b3 gcc/tree-ssa-forwprop.c (Richard Biener 2021-07-30 11:06:50 +0200 3207) NOP_EXPR, tem); So this is most likely introduced by r12-2728-g2724d1bba6b364 .=