diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-21 13:26:36 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-21 13:26:36 +0000 |
commit | 4978e0176ee4573596177cb92d5347300c166fa3 (patch) | |
tree | 0a895b44a56e3eecd3a39455febc25283e73d42b /gcc/f | |
parent | 9ef1d65ae38b026784e9b98bf4cf23754b05ef0c (diff) | |
download | gcc-4978e0176ee4573596177cb92d5347300c166fa3.tar.gz |
2003-09-21 George Helffrich <bugzilla@w170.uklinux.net>
* g77.texi: Remove ancient part about debugging COMMON
and EQUIVALENCE not correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/f/g77.texi | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 73d2a42ad36..e6f71016fae 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 03f6a6a3afb..8eda9a9f457 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -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} |