From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5897A3858408; Thu, 15 Jun 2023 10:48:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5897A3858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686826106; bh=T+MzZbJ7opDzxHDKfiDfjFDGZUSd7RJ1RjO+iqiCX4g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r7A3g2r/XEqb6v/l5vclDBo8FzS0qsCqEpNBvDa5gh1lfkuUfxFfJoHFalBO/YHMl RaOulAfypZPTRgB5CfVy5tdK9aArdZ/yC4SZTJHwBAIlT9TLccBzq4jZCgn5GLwEVq iyJ0fA2nXrWnsjoEjpz+TX2UkZ2i5xGIWOB3x+rA= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110266] ice in gimple_range_adjustment Date: Thu, 15 Jun 2023 10:48:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail 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=3D110266 --- Comment #5 from David Binderman --- Second test case: # include int Hann_i, PsyBufferUpdate_psyInfo_0, PsyBufferUpdate_i; double *mdct_data; double PsyBufferUpdate_sfreq; void PsyBufferUpdate() { if (PsyBufferUpdate_psyInfo_0 =3D=3D 4) for (; Hann_i;) ; { double xr_0 =3D cos(PsyBufferUpdate_psyInfo_0); PsyBufferUpdate_sfreq =3D sin(PsyBufferUpdate_psyInfo_0); for (; PsyBufferUpdate_psyInfo_0; PsyBufferUpdate_i++) mdct_data[PsyBufferUpdate_i] =3D xr_0 * PsyBufferUpdate_sfreq; } }=