g77.texi: Remove ancient part about debugging COMMON and EQUIVALENCE not correctly.

2003-09-21  George Helffrich  <bugzilla@w170.uklinux.net>

	* g77.texi: Remove ancient part about debugging COMMON
	and EQUIVALENCE not correctly.

From-SVN: r71623
This commit is contained in:
George Helffrich 2003-09-21 13:26:36 +00:00 committed by Toon Moene
parent 5cfc53563b
commit b3e3732ce1
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2003-09-21 George Helffrich <bugzilla@w170.uklinux.net>
* g77.texi: Remove ancient part about debugging COMMON
and EQUIVALENCE not correctly.
2003-09-18 Roger Sayle <roger@eyesopen.com>
* com.c (ffecom_overlap_): Remove FFS_EXPR case.

View File

@ -6900,13 +6900,6 @@ without having to traverse C-like structures and unions, while @command{f2c}
is unlikely to ever offer this ability (due to limitations in the
C language).
However, due to apparent bugs in the back end, @command{g77} currently doesn't
take advantage of this facility at all---it doesn't emit any debugging
information for @code{COMMON} and @code{EQUIVALENCE} areas,
other than information
on the array of @code{char} it creates (and, in the case
of local @code{EQUIVALENCE}, names) for each such area.
Yet another example is arrays.
@command{g77} represents them to the debugger
using the same ``dimensionality'' as in the source code, while @command{f2c}