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]
Other format: [Raw text]

PR 35853


Hi,
PR 35853 complains about documentation still mentioning some of the -d
flags that no longer works.  Fixed thus, hope I got them all.
Will commit it as obvious tomorrow if there are no complains.

Honza

	* invoke.texi: Remove references to obsoletted -d dumps.
Index: doc/invoke.texi
===================================================================
*** doc/invoke.texi	(revision 136579)
--- doc/invoke.texi	(working copy)
*************** Also turns on @option{-dp} annotation.
*** 4662,4675 ****
  
  @item -dv
  @opindex dv
! For each of the other indicated dump files (either with @option{-d} or
! @option{-fdump-rtl-@var{pass}}), dump a representation of the control flow
  graph suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}.
  
  @item -dx
  @opindex dx
  Just generate RTL for a function instead of compiling it.  Usually used
! with @samp{r} (@option{-fdump-rtl-expand}).
  
  @item -dy
  @opindex dy
--- 4662,4675 ----
  
  @item -dv
  @opindex dv
! For each of the other indicated dump files (@option{-fdump-rtl-@var{pass}}),
! dump a representation of the control flow
  graph suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}.
  
  @item -dx
  @opindex dx
  Just generate RTL for a function instead of compiling it.  Usually used
! with (@option{-fdump-rtl-expand}).
  
  @item -dy
  @opindex dy
*************** Dump debugging information during parsin
*** 4678,4691 ****
  
  @item -fdump-noaddr
  @opindex fdump-noaddr
! When doing debugging dumps (see @option{-d} option above), suppress
! address output.  This makes it more feasible to use diff on debugging
  dumps for compiler invocations with different compiler binaries and/or
  different text / bss / data / heap / stack / dso start locations.
  
  @item -fdump-unnumbered
  @opindex fdump-unnumbered
! When doing debugging dumps (see @option{-d} option above), suppress instruction
  numbers and address output.  This makes it more feasible to
  use diff on debugging dumps for compiler invocations with different
  options, in particular with and without @option{-g}.
--- 4678,4691 ----
  
  @item -fdump-noaddr
  @opindex fdump-noaddr
! When doing debugging dumps, suppress address output.
! This makes it more feasible to use diff on debugging
  dumps for compiler invocations with different compiler binaries and/or
  different text / bss / data / heap / stack / dso start locations.
  
  @item -fdump-unnumbered
  @opindex fdump-unnumbered
! When doing debugging dumps, suppress instruction
  numbers and address output.  This makes it more feasible to
  use diff on debugging dumps for compiler invocations with different
  options, in particular with and without @option{-g}.
*************** The @var{string} should be different for
*** 4959,4972 ****
  @opindex fsched-verbose
  On targets that use instruction scheduling, this option controls the
  amount of debugging output the scheduler prints.  This information is
! written to standard error, unless @option{-dS} or @option{-dR} is
  specified, in which case it is output to the usual dump
  listing file, @file{.sched} or @file{.sched2} respectively.  However
  for @var{n} greater than nine, the output is always printed to standard
  error.
  
  For @var{n} greater than zero, @option{-fsched-verbose} outputs the
! same information as @option{-dRS}.  For @var{n} greater than one, it
  also output basic block probabilities, detailed ready list information
  and unit/insn info.  For @var{n} greater than two, it includes RTL
  at abort point, control-flow and regions info.  And for @var{n} over
--- 4959,4974 ----
  @opindex fsched-verbose
  On targets that use instruction scheduling, this option controls the
  amount of debugging output the scheduler prints.  This information is
! written to standard error, unless @option{-fdump-rtl-sched1}
! or @option{-fdump-rtl-sched2} is
  specified, in which case it is output to the usual dump
  listing file, @file{.sched} or @file{.sched2} respectively.  However
  for @var{n} greater than nine, the output is always printed to standard
  error.
  
  For @var{n} greater than zero, @option{-fsched-verbose} outputs the
! same information as @option{-fdump-rtl-sched1} and @option{-fdump-rtl-sched2}.
! For @var{n} greater than one, it
  also output basic block probabilities, detailed ready list information
  and unit/insn info.  For @var{n} greater than two, it includes RTL
  at abort point, control-flow and regions info.  And for @var{n} over


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