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
bbaa6cf6
Commit
bbaa6cf6
authored
Apr 09, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h (cp_deprecated): Remove.
From-SVN: r97922
parent
394476c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
gcc/cp/ChangeLog
+2
-0
gcc/cp/cp-tree.h
+0
-8
No files found.
gcc/cp/ChangeLog
View file @
bbaa6cf6
...
@@ -11,6 +11,8 @@
...
@@ -11,6 +11,8 @@
* cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
* cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
* cp-tree.h (cp_deprecated): Remove.
2005-04-08 Ian Lance Taylor <ian@airs.com>
2005-04-08 Ian Lance Taylor <ian@airs.com>
* cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
* cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
...
...
gcc/cp/cp-tree.h
View file @
bbaa6cf6
...
@@ -3881,14 +3881,6 @@ extern void mark_needed (tree);
...
@@ -3881,14 +3881,6 @@ extern void mark_needed (tree);
extern
bool
decl_needed_p
(
tree
);
extern
bool
decl_needed_p
(
tree
);
extern
void
note_vague_linkage_fn
(
tree
);
extern
void
note_vague_linkage_fn
(
tree
);
/* XXX Not i18n clean. */
#define cp_deprecated(STR) \
do { \
if (warn_deprecated) \
warning ("%s is deprecated, please see the documentation for details", \
(STR)); \
} while (0)
/* in error.c */
/* in error.c */
extern
void
init_error
(
void
);
extern
void
init_error
(
void
);
extern
const
char
*
type_as_string
(
tree
,
int
);
extern
const
char
*
type_as_string
(
tree
,
int
);
...
...
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