From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AEFA238708FF; Mon, 8 Jun 2020 12:25:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AEFA238708FF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591619148; bh=OgmaCNIqtAem0lo6l7TWPF5iOBo9R9a1zaTtHO8uLdc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=soYe9Zsm+8TqyL0yVsJlLi64UszFGyOBkRguh+lPyV4meyPGPhorYT0A99bV3ukym 5hQgesesW5RMufv99P8fRdY0DnoGPrMADJcp2dA2r6tPCGBD+pMo5AD+IaVUhoejvA 4LhJ0U0/mUoLjrDXCWoNei7EfrcPPwikn6ci/MGA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/92993] [8/9 Regression] ICE in maybe_canonicalize_comparison_1, at fold-const.c:8845 Date: Mon, 08 Jun 2020 12:25:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-invalid-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: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2020 12:25:48 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D92993 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Mark Eggleston : https://gcc.gnu.org/g:e4f719b4e1f14016dfc777227e42bd1080245248 commit r10-8263-ge4f719b4e1f14016dfc777227e42bd1080245248 Author: Mark Eggleston Date: Thu Jun 4 05:53:31 2020 +0100 Fortran : ICE in maybe_canonicalize_comparison_1 PR92993 This issue has been fixed by PR94090. Add test case to ensure that this does not re-occur. 2020-06-08 Mark Eggleston gcc/testsuite/ PR fortran/92993 * gfortran.dg/pr92993.f90: New test. (cherry picked from commit 5dc3986103d8908c802e940dea8f2def3a6989c2)=