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
74a3fd26
Commit
74a3fd26
authored
Feb 15, 1994
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New macro TYPE_STRING_FLAG.
From-SVN: r6571
parent
4042d440
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
gcc/tree.h
+7
-1
No files found.
gcc/tree.h
View file @
74a3fd26
...
@@ -591,6 +591,11 @@ struct tree_block
...
@@ -591,6 +591,11 @@ struct tree_block
#define TYPE_LANG_FLAG_5(NODE) ((NODE)->type.lang_flag_5)
#define TYPE_LANG_FLAG_5(NODE) ((NODE)->type.lang_flag_5)
#define TYPE_LANG_FLAG_6(NODE) ((NODE)->type.lang_flag_6)
#define TYPE_LANG_FLAG_6(NODE) ((NODE)->type.lang_flag_6)
/* If set in an ARRAY_TYPE, indicates a string type (for languages
that distinguish string from array of char).
If set in a SET_TYPE, indicates a bitstring type. */
#define TYPE_STRING_FLAG(NODE) ((NODE)->type.string_flag)
struct
tree_type
struct
tree_type
{
{
char
common
[
sizeof
(
struct
tree_common
)];
char
common
[
sizeof
(
struct
tree_common
)];
...
@@ -604,7 +609,7 @@ struct tree_type
...
@@ -604,7 +609,7 @@ struct tree_type
enum
machine_mode
mode
:
8
;
enum
machine_mode
mode
:
8
;
#endif
#endif
unsigned
char
precision
;
unsigned
char
precision
;
unsigned
string_flag
:
1
;
unsigned
no_force_blk_flag
:
1
;
unsigned
no_force_blk_flag
:
1
;
unsigned
lang_flag_0
:
1
;
unsigned
lang_flag_0
:
1
;
unsigned
lang_flag_1
:
1
;
unsigned
lang_flag_1
:
1
;
...
@@ -613,6 +618,7 @@ struct tree_type
...
@@ -613,6 +618,7 @@ struct tree_type
unsigned
lang_flag_4
:
1
;
unsigned
lang_flag_4
:
1
;
unsigned
lang_flag_5
:
1
;
unsigned
lang_flag_5
:
1
;
unsigned
lang_flag_6
:
1
;
unsigned
lang_flag_6
:
1
;
/* room for 7 more bits */
unsigned
int
align
;
unsigned
int
align
;
union
tree_node
*
pointer_to
;
union
tree_node
*
pointer_to
;
...
...
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