From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 32A9A3857716; Wed, 14 Feb 2024 21:57:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32A9A3857716 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707947866; bh=SJuySaKr2Id6359lcpLmV6tgiqjpzNl/numA5qri2Sk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P1hh01USv2RvP7DagKvnqeFDQdM83AOPzS+YYrxOdQjxGR1jZ7Aw5UPPAk+JJCnsS pKPxjYqf6ogkVLqpyJtvK+yTE6hOqIeB/qA1WYMuJRpIyAfYvd8IM54iMRFSpjUZMp cxIIxO1KlhW8qXUFoBd8ZyzakjjqOg1+BTwAxwpQ= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/105847] namelist-object-name can be a renamed host associated entity Date: Wed, 14 Feb 2024 21:57:45 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: jvdelisle 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=3D105847 --- Comment #8 from Jerry DeLisle --- There is an assert just above the patch that implies that sym can be NULL i= f c is not. With gdb I checked, and sure enough thats the failure point. I am testing with sym included in the condition.=