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
76c9d226
Commit
76c9d226
authored
Apr 17, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Apr 17, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (struct tree_common): Remove misleading comment.
From-SVN: r33199
parent
3e0768f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+4
-0
gcc/tree.h
+2
-5
No files found.
gcc/ChangeLog
View file @
76c9d226
2000
-
04
-
16
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
tree
.
h
(
struct
tree_common
)
:
Remove
misleading
comment
.
2000
-
04
-
16
Dave
Pitts
<
dpitts
@cozx
.
com
>
*
Makefile
.
in
(
$
(
srcdir
)
/
c
-
parse
.
y
:
c
-
parse
.
in
)
:
Enclose
the
whole
...
...
gcc/tree.h
View file @
76c9d226
...
...
@@ -119,11 +119,8 @@ typedef union tree_node *tree;
/* Every kind of tree node starts with this structure,
so all nodes have these fields.
See the accessor macros, defined below, for documentation of the fields.
DO NOT change the layout of tree_common unless absolutely necessary. Some
front-ends (namely g++) depend on the internal layout of this tructure.
See my_tree_cons in the cp subdir for such uglyness. Ugh. */
See the accessor macros, defined below, for documentation of the
fields. */
struct
tree_common
{
...
...
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