From 621bb5b115057a5430eb4c1e5325274705dea1e3 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Wed, 8 Jul 1998 17:47:54 -0600 Subject: Fix debugging of CHARACTER*(*), etc., which requires emitting debug info on types like `ftnlen': MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � Fix debugging of CHARACTER*(*), etc., which requires emitting debug info on types like `ftnlen': * com.c (ffecom_start_progunit_): Don't bother resetting "invented" flag for identifier. (ffecom_transform_equiv_): Don't bother zeroing "ignored" flag for decl. (pushdecl): No longer set "ignored", "used", or "suppressed debug" flags for decls having "invented" identifiers. From-SVN: r21020 --- gcc/f/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gcc') diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index ffdf7a0..b05c7b9 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,15 @@ +Thu Jul 9 00:45:59 1998 Craig Burley + + Fix debugging of CHARACTER*(*), etc., which requires + emitting debug info on types like `ftnlen': + * com.c (ffecom_start_progunit_): Don't bother + resetting "invented" flag for identifier. + (ffecom_transform_equiv_): Don't bother zeroing + "ignored" flag for decl. + (pushdecl): No longer set "ignored", "used", or + "suppressed debug" flags for decls having "invented" + identifiers. + 1998-07-06 Dave Love * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for -- cgit v1.1