From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 94FC33858C54; Wed, 28 Jun 2023 07:25:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94FC33858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687937129; bh=g0Xfvaji/oUBjdUqw51zxYflmqmzUJyLHUTfrh3VhZs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wj97FEgnTVkOQNfdUTT9hPDb5xMHVmTX1MMOaHAl4tyb1Q46oAx1WlN0OpqnUOkV1 /zE/WXX7TlEmTHkfdpew6I7uVjYeySRUTyQrAxmAG/Zv7z5smpO/cR6ly1tzHFR1yO nYRyspuI4RIYsd7yHJdq30QUdpub4vDJaZYjhUdU= From: "cvs-commit 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:25:29 +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: cvs-commit 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 #8 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:857e1f93ff8e3b93a7a3dcca9e50fe32a4c93950 commit r14-2151-g857e1f93ff8e3b93a7a3dcca9e50fe32a4c93950 Author: Andrew Pinski Date: Wed Jun 28 00:21:08 2023 -0700 Add testcase for PR 110444 This testcase was fixed after r14-2135-gd915762ea9043da85 and there was no testcase for it before so adding one is a good thing. Committed as obvious after testing the testcase to make sure it works. gcc/testsuite/ChangeLog: PR tree-optimization/110444 * gcc.c-torture/compile/pr110444-1.c: New test.=