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
d1445f8d
Commit
d1445f8d
authored
Oct 29, 2002
by
Andreas Bauer
Committed by
Gerald Pfeifer
Oct 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/c-tree.texi (Tree overview): Fix typos.
From-SVN: r58640
parent
f0d96f9c
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/c-tree.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
d1445f8d
2002
-
10
-
28
Andreas
Bauer
<
baueran
@in
.
tum
.
de
>
*
doc
/
c
-
tree
.
texi
(
Tree
overview
)
:
Fix
typos
.
2002
-
10
-
29
Phil
Edwards
<
pme
@gcc
.
gnu
.
org
>
*
Makefile
.
in
(
gnucompare
*
)
:
Only
record
bad
comparisons
...
...
gcc/doc/c-tree.texi
View file @
d1445f8d
...
...
@@ -84,8 +84,8 @@ we will refer to trees in ordinary type, rather than in @code{this
font
},
except
when
talking
about
the
actual
C
type
@code
{
tree
}.
You
can
tell
what
kind
of
node
a
particular
tree
is
by
using
the
@code
{
TREE_CODE
}
macro
.
Many
,
many
macros
take
a
trees
as
input
and
return
trees
as
output
.
However
,
most
macros
require
a
certain
kind
s
of
@code
{
TREE_CODE
}
macro
.
Many
,
many
macros
take
trees
as
input
and
return
trees
as
output
.
However
,
most
macros
require
a
certain
kind
of
tree
node
as
input
.
In
other
words
,
there
is
a
type
-
system
for
trees
,
but
it
is
not
reflected
in
the
C
type
-
system
.
...
...
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