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
28b619b2
Commit
28b619b2
authored
Jul 23, 2003
by
Mark Mitchell
Committed by
Mark Mitchell
Jul 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/c-tree.texi (OFFSET_TYPE): Update description.
From-SVN: r69729
parent
434566e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+6
-0
gcc/doc/c-tree.texi
+3
-5
No files found.
gcc/ChangeLog
View file @
28b619b2
2003-07-23 Mark Mitchell <mark@codesourcery.com>
* doc/c-tree.texi (OFFSET_TYPE): Update description.
2003-07-23 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/crti.asm (_init, _fini): Increase frame size to 64.
...
...
@@ -11,6 +15,8 @@
2003-07-23 Mark Mitchell <mark@codesourcery.com>
* doc/c-tree.texi (Types): Update documentation for OFFSET_TYPE.
PR optimization/10679
* tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS.
...
...
gcc/doc/c-tree.texi
View file @
28b619b2
...
...
@@ -555,11 +555,9 @@ This node is used to represent a type the knowledge of which is
insufficient
for
a
sound
processing
.
@item
OFFSET_TYPE
This
node
is
used
to
represent
a
data
member
;
for
example
a
pointer
-
to
-
data
-
member
is
represented
by
a
@code{
POINTER_TYPE
}
whose
@code{
TREE_TYPE
}
is
an
@code{
OFFSET_TYPE
}
.
For
a
data
member
@code{
X
::
m
}
the
@code{
TYPE_OFFSET_BASETYPE
}
is
@code{
X
}
and
the
@code{
TREE_TYPE
}
is
the
type
of
@code{
m
}
.
This
node
is
used
to
represent
a
pointer
-
to
-
data
member
.
For
a
data
member
@code{
X
::
m
}
the
@code{
TYPE_OFFSET_BASETYPE
}
is
@code{
X
}
and
the
@code{
TREE_TYPE
}
is
the
type
of
@code{
m
}
.
@item
TYPENAME_TYPE
Used
to
represent
a
construct
of
the
form
@code{
typename
T
:
:
A
}.
The
...
...
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