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
dce2e8c0
Commit
dce2e8c0
authored
Aug 24, 1998
by
Jim Wilson
Committed by
Jim Wilson
Aug 24, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.def (DECL_RESULT): Correct documentation.
From-SVN: r21954
parent
d8c4447d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
gcc/ChangeLog
+4
-0
gcc/tree.def
+4
-5
No files found.
gcc/ChangeLog
View file @
dce2e8c0
Mon Aug 24 19:45:40 1998 Jim Wilson <wilson@cygnus.com>
* tree.def (DECL_RESULT): Correct documentation.
Tue Aug 25 01:15:27 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* reload1.c (reload_reg_free_before_p): New argument EQUIV; Changed
...
...
gcc/tree.def
View file @
dce2e8c0
...
...
@@ -306,11 +306,10 @@ DEFTREECODE (STRING_CST, "string_cst", 'c', 3)
DECL_RESULT holds a RESULT_DECL node for the value of a function,
or it is 0 for a function that returns no value.
(C functions returning void have zero here.)
DECL_RESULT_TYPE holds the type in which the result is actually
returned. This is usually the same as the type of DECL_RESULT,
but (1) it may be a wider integer type and
(2) it remains valid, for the sake of inlining, even after the
function's compilation is done.
The TREE_TYPE field is the type in which the result is actually
returned. This is usually the same as the return type of the
FUNCTION_DECL, but it may be a wider integer type because of
promotion.
DECL_FUNCTION_CODE is a code number that is nonzero for
built-in functions. Its value is an enum built_in_function
that says which built-in function it is.
...
...
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