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
442cb32d
Commit
442cb32d
authored
Mar 02, 1993
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify comment on INTEGER_TYPE.
From-SVN: r3618
parent
bd814d97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
gcc/tree.def
+5
-3
No files found.
gcc/tree.def
View file @
442cb32d
...
@@ -121,11 +121,13 @@ DEFTREECODE (BLOCK, "block", "b", 0)
...
@@ -121,11 +121,13 @@ DEFTREECODE (BLOCK, "block", "b", 0)
DEFTREECODE (VOID_TYPE, "void_type", "t", 0) /* The void type in C */
DEFTREECODE (VOID_TYPE, "void_type", "t", 0) /* The void type in C */
/* Integer types in all languages, including char in C. */
/* Integer types in all languages, including char in C.
/* Has components TYPE_MIN_VALUE, TYPE_MAX_VALUE (expressions, inclusive)
Also used for sub-ranges of other discrete types.
Has components TYPE_MIN_VALUE, TYPE_MAX_VALUE (expressions, inclusive)
and TYPE_PRECISION (number of bits used by this type).
and TYPE_PRECISION (number of bits used by this type).
In the case of a subrange type in Pascal, the TREE_TYPE
In the case of a subrange type in Pascal, the TREE_TYPE
of this will point at the supertype (another INTEGER_TYPE).
of this will point at the supertype (another INTEGER_TYPE,
or an ENUMERAL_TYPE, CHAR_TYPE, or BOOLEAN_TYPE).
Otherwise, the TREE_TYPE is zero. */
Otherwise, the TREE_TYPE is zero. */
DEFTREECODE (INTEGER_TYPE, "integer_type", "t", 0)
DEFTREECODE (INTEGER_TYPE, "integer_type", "t", 0)
...
...
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