From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 195B53858287; Wed, 20 Mar 2024 19:08:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 195B53858287 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710961734; bh=CgNf3vhinyah6Xl1xN5wcWrtbhpb/tP/tJIYTpJ1D6k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fLORbAU6Tt7tMqx1ohy+7ESnqXdRwv8u0Ahq9ph721kZ4KnH39O52Jrpwv5KCdA5L 1kdS75zZ+OqUU11aEdV0erVGhgPlldu+oJzAaeNHhSbxTrgWuruKSbY5jGmtMMRVnS fVti24yN5aMOGSLW/4rX8Em2zumxF1qVykqCTFl0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114358] ICE in change_address_1, at emit-rtl.cc:2287 on m68k-linux-gnu Date: Wed, 20 Mar 2024 19:08:52 +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.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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=3D114358 --- Comment #4 from Andrew Pinski --- (In reply to Thorsten Glaser from comment #2) > Sure? bug 110934 was about =3Dall and using =3Dused fixed the ICE back th= en. Now > it ICEs in both. Yes it is a dup because it is about the FP registers in the reduced testcase there is a double type which is used and =3Dused will ICE due to the FP reg= ister being used and needing to be zero'ed.=