From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65F213858415; Fri, 3 Nov 2023 06:24:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65F213858415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698992643; bh=o39+K9TxOtO/6MGoWMxqyxjCNOpwdWVCDVhNI9yIXlQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=npsc274npq7QkDK4kakjzBsYWirWis0d3ncvs2DAXABlSXo7R+ZcWExQVBHoqLgF2 u3Yi3bAwwCLRl8KvmoV86MyD6Tck2JAYQh/mBopaDspvQadgniC+778sBSBgQTQT2i t2hOcI7qwe9oJLL3qdSpI9LWpSQ7b0kGP+s/dLrY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/112316] [13 Regression] Fix for PR87477 rejects valid code with a bogus error about pointer assignment and causes an ICE since r13-7761-gd6997a5aab7aaa325946a6283bfee8ac2bd9f540 Date: Fri, 03 Nov 2023 06:24:02 +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: 13.2.1 X-Bugzilla-Keywords: rejects-valid 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: 13.3 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=3D112316 --- Comment #3 from CVS Commits --- The releases/gcc-13 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:79fc5916f04d9cd6f46b140bc8bbeb2b2eacd2ff commit r13-8000-g79fc5916f04d9cd6f46b140bc8bbeb2b2eacd2ff Author: Paul Thomas Date: Thu Nov 2 22:23:05 2023 +0000 Fortran: Fix for regression in ASSOCIATE [PR112316] 2023-11-02 Paul Thomas gcc/fortran PR fortran/112316 * parse.cc (parse_associate): Remove condition that caused this regression. gcc/testsuite/ PR fortran/112316 * gfortran.dg/pr112316.f90: New test. (cherry picked from commit 7c1d011bc1f8b26dba4ebcbd4a429628dfb2698d)=