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
1b70d38a
Commit
1b70d38a
authored
May 12, 2002
by
Tom Tromey
Committed by
Tom Tromey
May 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (copy_node): Don't mention TREE_PERMANENT.
From-SVN: r53404
parent
9a5834ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/tree.h
+1
-3
No files found.
gcc/ChangeLog
View file @
1b70d38a
2002-05-12 Tom Tromey <tromey@redhat.com>
* tree.h (copy_node): Don't mention TREE_PERMANENT.
2002-05-12 Zack Weinberg <zack@codesourcery.com>
* gensupport.c (n_comma_elts): Moved here from genattrtab.c.
...
...
gcc/tree.h
View file @
1b70d38a
...
...
@@ -2080,9 +2080,7 @@ extern size_t tree_size PARAMS ((tree));
extern
tree
make_node
PARAMS
((
enum
tree_code
));
/* Make a copy of a node, with all the same contents except
for TREE_PERMANENT. (The copy is permanent
iff nodes being made now are permanent.) */
/* Make a copy of a node, with all the same contents. */
extern
tree
copy_node
PARAMS
((
tree
));
...
...
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