From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9EB3385841C; Wed, 28 Jun 2023 07:20:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9EB3385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687936849; bh=yza3opPgg0ZspS9rR3HeogueTQKGAew9C8lu2godv5I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xi1dOIfX0qkvnHLzYUET0DLH5epyXgq+EDfB7QJluLfmUb9dwSPpihZKDaBZxn6x4 RqkGb8MJJHmnyVlqoVsEfOg7r8AT3HdN8Xf6w4OpkC8kRtbBjETLrf1JFrZxrc4TIi OP2fdxPPVGmqGeUp1urD9/3sD6URnAJppZiGICCA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110444] [14 Regression] ice in real_can_shorten_arithmetic, at real.cc:1398 Date: Wed, 28 Jun 2023 07:20:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.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: 14.0 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=3D110444 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > Note this might be already fixed by: > https://gcc.gnu.org/pipermail/gcc-patches/2023-June/622984.html > https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommitdiff; > h=3Dd915762ea9043da858d388b60b2d8093ff77eeab >=20 > Once I reduce the testcase, I will retest it to see if it has been fixed = or > not. Yes it was, going to add a testcase and close the bug as fixed.=