This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Fortran, committed] Documentation describing new EQUIVALENCE debug info.


L.S.,

I just committed the following:

2000-08-13  Toon Moene  <toon@moene.indiv.nluug.nl>

        * bugs.texi: Describe new ability to emit debug info
        for EQUIVALENCE members.
        * news.texi: Ditto.

*** bugs.texi.orig      Sun May 28 14:30:15 2000
--- bugs.texi   Sun Aug 13 20:34:25 2000
*************** for information on how to change the poi
*** 179,187 ****
  @item
  Previous versions of @code{g77} didn't emit information on
! variable and array members of common blocks for use
! with a debugger (the @samp{-g} command-line option).
  As of the version of @code{g77} shipped with version 3.0 of
! @code{GCC}, this is corrected.  However, there's a similar bug for
! local equivalence areas, which hasn't been repaired yet.
  
  As of Version 0.5.19, a temporary kludge solution is provided whereby
--- 179,186 ----
  @item
  Previous versions of @code{g77} didn't emit information on
! variable and array members of common blocks and equivalences
! for use with a debugger (the @samp{-g} command-line option).
  As of the version of @code{g77} shipped with version 3.0 of
! @code{GCC}, this is corrected.
  
  As of Version 0.5.19, a temporary kludge solution is provided whereby
*** news.texi.orig      Sun May 28 14:22:22 2000
--- news.texi   Sun Aug 13 20:32:26 2000
*************** The following information was last updat
*** 158,162 ****
  Using options @code{-g}, @code{-ggdb} or @code{-gdwarf[-2]} (where
  appropriate for your target) now also enables debugging information
! for COMMON BLOCK items to be emitted.
  @end ifclear
  
--- 158,162 ----
  Using options @code{-g}, @code{-ggdb} or @code{-gdwarf[-2]} (where
  appropriate for your target) now also enables debugging information
! for COMMON BLOCK and EQUIVALENCE items to be emitted.
  @end ifclear

I hope to eradicate all mention (and effect) of -fdebug-kludge in the
next week.

Cheers,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]