From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E28D43857C4C; Sat, 17 Sep 2022 06:08:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E28D43857C4C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663394928; bh=kOC06+xdBF1nG4WfH2ZbAIg+GgQGrOuCz5V21O9x4fE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P5DBsSkApn4KaYr8gNOZNK0RapOgh7c27EkzkMmGISwAF9Sl/wc1p8/JoLEcHMLme z97x5Qm6D7/08h+FIi3Tiizb31cbdhqFwJqXNHHlRqO3M5AXtmoM5emuXTpTLHn60N FX50rbKwfITF9ctyy8J0J3h1ORH2ACEwayr83A6I= From: "asolokha at gmx dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106959] [13 Regression] ICE in curr_insn_transform, at lra-constraints.cc:4168 (error: unable to generate reloads), or ICE in simplify_subreg, at simplify-rtx.cc:7405 Date: Sat, 17 Sep 2022 06:08:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: asolokha at gmx dot com 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=3D106959 --- Comment #1 from Arseny Solokha --- (In reply to Arseny Solokha from comment #0) > __int128 a =3D 0; No need for 'a' be __int128 here, int would suffice.=