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
30801830
Commit
30801830
authored
Jun 16, 1994
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DECL_DEFER_OUTPUT): New macro.
From-SVN: r7506
parent
224f1d71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/tree.h
+6
-1
No files found.
gcc/tree.h
View file @
30801830
...
@@ -915,6 +915,10 @@ struct tree_type
...
@@ -915,6 +915,10 @@ struct tree_type
It is also used in FIELD_DECLs for vtable pointers. */
It is also used in FIELD_DECLs for vtable pointers. */
#define DECL_VIRTUAL_P(NODE) ((NODE)->decl.virtual_flag)
#define DECL_VIRTUAL_P(NODE) ((NODE)->decl.virtual_flag)
/* Used to indicate that the linkage status of this DECL is not yet known,
so it should not be output now. */
#define DECL_DEFER_OUTPUT(NODE) ((NODE)->decl.defer_output)
/* Additional flags for language-specific uses. */
/* Additional flags for language-specific uses. */
#define DECL_LANG_FLAG_0(NODE) ((NODE)->decl.lang_flag_0)
#define DECL_LANG_FLAG_0(NODE) ((NODE)->decl.lang_flag_0)
#define DECL_LANG_FLAG_1(NODE) ((NODE)->decl.lang_flag_1)
#define DECL_LANG_FLAG_1(NODE) ((NODE)->decl.lang_flag_1)
...
@@ -949,7 +953,8 @@ struct tree_decl
...
@@ -949,7 +953,8 @@ struct tree_decl
unsigned
in_system_header_flag
:
1
;
unsigned
in_system_header_flag
:
1
;
unsigned
common_flag
:
1
;
unsigned
common_flag
:
1
;
/* room for six more */
unsigned
defer_output
:
1
;
/* room for five more */
unsigned
lang_flag_0
:
1
;
unsigned
lang_flag_0
:
1
;
unsigned
lang_flag_1
:
1
;
unsigned
lang_flag_1
:
1
;
...
...
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