diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-02 18:29:08 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-02 18:29:08 +0000 |
commit | 8a4e84625a0f156fe8129310fa78fbf3a696f42a (patch) | |
tree | 8871a73427731e1b065893c2c001c90b0410f5f7 /gcc/invoke.texi | |
parent | 545c060b5b382c46e21433120bc48331888e5376 (diff) | |
download | gcc-8a4e84625a0f156fe8129310fa78fbf3a696f42a.tar.gz |
Krister Walfridsson <cato@df.lth.se>
* invoke.texi: Removed duplicated description for -Q.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r-- | gcc/invoke.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 86bfcee9475..34ba1b6ce1d 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2063,10 +2063,6 @@ block and arc execution counts from the information in the @samp{-fprofile-arcs}). @end table -@item -Q -Makes the compiler print out each function name as it is compiled, and -print some statistics about each pass when it finishes. - @item -d@var{letters} Says to make debugging dumps during compilation at times specified by @var{letters}. This is used for debugging the compiler. The file names |