From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99DDF3858C35; Mon, 23 Oct 2023 15:16:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99DDF3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698074203; bh=qfkdeYnxmPWWCjgEaZ7uDeqokjzUE+ld7cmSlPao2RU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JoU+nkujoGe4UsSlyrMhzF4LS0nhF5anItxdehLWLj5o60WTCEmWFxTVWhUiQxHum fEJ5LVjOPa1aH712OBuYdBHBrUTznnH+S19o6XyKiY59p5pp3pijlx8SZEcXwqz32h TJhy9x6984YGt5nAtyssSOQoOpwfxzaPgRPGCNo8= From: "aluaces at udc dot es" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110644] Error in gfc_format_decoder Date: Mon, 23 Oct 2023 15:16:41 +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.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aluaces at udc dot es X-Bugzilla-Status: WAITING 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=3D110644 --- Comment #12 from Alberto Luaces --- It seems to be slightly different: (gdb) p expr->ts.type $7 =3D BT_PROCEDURE (gdb) p expr->symtree->name $8 =3D 0x7ffff70244e8 "@1179" (gdb) p expr->where $9 =3D {nextc =3D 0x0, lb =3D 0x0} Maybe it will be clearer if I manage to write the example.=