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
7928df2e
Commit
7928df2e
authored
Sep 12, 2005
by
Richard Henderson
Committed by
Richard Henderson
Sep 12, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
From-SVN: r104165
parent
2f9f6cef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
gcc/objcp/ChangeLog
+4
-0
gcc/objcp/objcp-lang.c
+1
-6
No files found.
gcc/objcp/ChangeLog
View file @
7928df2e
2005-09-11 Richard Henderson <rth@redhat.com>
* objcp-lang.c (objcxx_init_ts): Remove ALIAS_DECL.
2005-07-09 Andrew Pinski <pinskia@physics.uc.edu>
* config-lang.in (gtfiles): Add cp-objcp-common.c.
...
...
gcc/objcp/objcp-lang.c
View file @
7928df2e
...
...
@@ -165,28 +165,23 @@ objcxx_init_ts (void)
tree_contains_struct
[
NAMESPACE_DECL
][
TS_DECL_NON_COMMON
]
=
1
;
tree_contains_struct
[
USING_DECL
][
TS_DECL_NON_COMMON
]
=
1
;
tree_contains_struct
[
TEMPLATE_DECL
][
TS_DECL_NON_COMMON
]
=
1
;
tree_contains_struct
[
ALIAS_DECL
][
TS_DECL_NON_COMMON
]
=
1
;
tree_contains_struct
[
NAMESPACE_DECL
][
TS_DECL_WITH_VIS
]
=
1
;
tree_contains_struct
[
USING_DECL
][
TS_DECL_WITH_VIS
]
=
1
;
tree_contains_struct
[
TEMPLATE_DECL
][
TS_DECL_WITH_VIS
]
=
1
;
tree_contains_struct
[
ALIAS_DECL
][
TS_DECL_WITH_VIS
]
=
1
;
tree_contains_struct
[
NAMESPACE_DECL
][
TS_DECL_WRTL
]
=
1
;
tree_contains_struct
[
USING_DECL
][
TS_DECL_WRTL
]
=
1
;
tree_contains_struct
[
TEMPLATE_DECL
][
TS_DECL_WRTL
]
=
1
;
tree_contains_struct
[
ALIAS_DECL
][
TS_DECL_WRTL
]
=
1
;
tree_contains_struct
[
NAMESPACE_DECL
][
TS_DECL_COMMON
]
=
1
;
tree_contains_struct
[
USING_DECL
][
TS_DECL_COMMON
]
=
1
;
tree_contains_struct
[
TEMPLATE_DECL
][
TS_DECL_COMMON
]
=
1
;
tree_contains_struct
[
ALIAS_DECL
][
TS_DECL_COMMON
]
=
1
;
tree_contains_struct
[
NAMESPACE_DECL
][
TS_DECL_MINIMAL
]
=
1
;
tree_contains_struct
[
USING_DECL
][
TS_DECL_MINIMAL
]
=
1
;
tree_contains_struct
[
TEMPLATE_DECL
][
TS_DECL_MINIMAL
]
=
1
;
tree_contains_struct
[
ALIAS_DECL
][
TS_DECL_MINIMAL
]
=
1
;
init_shadowed_var_for_decl
();
}
...
...
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