This is the mail archive of the gcc-bugs@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]

optimization/4140: Possible manpage/documentation error? -di option no longer available in 3.0



>Number:         4140
>Category:       optimization
>Synopsis:       Possible manpage/documentation error? -di option no longer available in 3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 27 09:46:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     apiszcz
>Release:        gcc-3.0
>Organization:
>Environment:
NA	
>Description:

% gcc -di test.c
cc1: warning: unrecognised gcc debugging option: i



http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc_17.html#SEC168

'-di' option not present in gcc-3.0?

NOTE: Sibiling call optimization. This pass performs tail recursion elimination, and tail and
      sibling call optimizations. The purpose of these optimizations is to reduce the
      overhead of function calls, whenever possible. 

      The source file of this pass is `sibcall.c' 

      The option `-di' causes a debugging dump of the RTL code after this pass is run.
      This dump file's name is made by appending `.sibling' to the input file name. 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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