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
f5e6b7bc
Commit
f5e6b7bc
authored
Jun 15, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
From-SVN: r34567
parent
ffb1f63d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/cp-tree.h
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
f5e6b7bc
2000-06-15 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
2000-06-14 Benjamin Chelf <chelf@cabriolet.stanford.edu>
* cp-tree.h (IF_COND): Move to c-common.h.
...
...
gcc/cp/cp-tree.h
View file @
f5e6b7bc
...
...
@@ -2317,7 +2317,7 @@ struct lang_decl
the class definition. We have saved away the text of the function,
but have not yet processed it. */
#define DECL_PENDING_INLINE_P(NODE) \
(DECL_LANG_SPECIFIC (
FUNCTION_DECL_CHECK (NODE)
)->decl_flags.pending_inline_p)
(DECL_LANG_SPECIFIC (
NODE
)->decl_flags.pending_inline_p)
/* If DECL_PENDING_INLINE_P holds, this is the saved text of the
function. */
...
...
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