Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0760faf9
Commit
0760faf9
authored
Aug 21, 2001
by
Diego Novillo
Committed by
Diego Novillo
Aug 20, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
From-SVN: r45067
parent
96bd19a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
0760faf9
2001
-
08
-
20
Diego
Novillo
<
dnovillo
@redhat
.
com
>
*
doc
/
invoke
.
texi
:
Replace
references
to
-
fdump
-
tree
with
-
fdump
-
ast
.
2001
-
08
-
20
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
sparc
.
c
(
sparc_variable_issue
)
:
Fix
typo
in
last
change
.
...
...
gcc/doc/invoke.texi
View file @
0760faf9
...
...
@@ -2979,7 +2979,7 @@ options, in particular with and without @option{-g}.
Dump
a
representation
of
the
tree
structure
for
the
entire
translation
unit
to
a
file
.
The
file
name
is
made
by
appending
@
file
{.
tu
}
to
the
source
file
name
.
If
the
@
samp
{-@
var
{
number
}}
form
is
used
,
@
var
{
number
}
controls
the
details
of
the
dump
as
described
for
the
@
option
{-
fdump
-
tree
}
options
.
controls
the
details
of
the
dump
as
described
for
the
@
option
{-
fdump
-
ast
}
options
.
@
item
-
fdump
-
class
-
hierarchy
@
r
{(
C
++
only
)}
@
itemx
-
fdump
-
class
-
hierarchy
-@
var
{
number
}
@
r
{(
C
++
only
)}
...
...
@@ -2987,7 +2987,7 @@ controls the details of the dump as described for the @option{-fdump-tree} optio
Dump
a
representation
of
each
class
's hierarchy and virtual function
table layout to a file. The file name is made by appending @file{.class}
to the source file name. If the @samp{-@var{number}} form is used, @var{number}
controls the details of the dump as described for the @option{-fdump-
tree
}
controls the details of the dump as described for the @option{-fdump-
ast
}
options.
@item -fdump-ast-@var{switch} @r{(C++ only)}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment