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
9a8c9b44
Commit
9a8c9b44
authored
Jul 14, 2003
by
Dan Nicolaescu
Committed by
Gerald Pfeifer
Jul 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lex.c (enum tree_node_kind): Delete.
From-SVN: r69327
parent
bbd288a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
29 deletions
+4
-29
gcc/cp/ChangeLog
+4
-0
gcc/cp/lex.c
+0
-29
No files found.
gcc/cp/ChangeLog
View file @
9a8c9b44
2003
-
07
-
14
Dan
Nicolaescu
<
dann
@
ics.uci.edu
>
*
lex.c
(
enum
tree_node_kind
):
Delete.
2003
-
07
-
13
Mark
Mitchell
<
mark
@
codesourcery.com
>
2003
-
07
-
13
Mark
Mitchell
<
mark
@
codesourcery.com
>
PR
c
++/
11503
PR
c
++/
11503
...
...
gcc/cp/lex.c
View file @
9a8c9b44
...
@@ -732,35 +732,6 @@ unqualified_fn_lookup_error (tree name)
...
@@ -732,35 +732,6 @@ unqualified_fn_lookup_error (tree name)
return
unqualified_name_lookup_error
(
name
);
return
unqualified_name_lookup_error
(
name
);
}
}
#ifdef GATHER_STATISTICS
/* The original for tree_node_kind is in the toplevel tree.c; changes there
need to be brought into here, unless this were actually put into a header
instead. */
/* Statistics-gathering stuff. */
typedef
enum
{
d_kind
,
t_kind
,
b_kind
,
s_kind
,
r_kind
,
e_kind
,
c_kind
,
id_kind
,
op_id_kind
,
perm_list_kind
,
temp_list_kind
,
vec_kind
,
x_kind
,
lang_decl
,
lang_type
,
all_kinds
}
tree_node_kind
;
extern
int
tree_node_counts
[];
extern
int
tree_node_sizes
[];
#endif
tree
tree
build_lang_decl
(
enum
tree_code
code
,
tree
name
,
tree
type
)
build_lang_decl
(
enum
tree_code
code
,
tree
name
,
tree
type
)
{
{
...
...
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