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
fe8e69bb
Commit
fe8e69bb
authored
Dec 16, 2004
by
Nathan Sidwell
Committed by
Nathan Sidwell
Dec 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/c-tree.texi (CONSTRUCTOR): Mention RANGE_EXPRs.
From-SVN: r92263
parent
b75d6bab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
gcc/ChangeLog
+6
-0
gcc/doc/c-tree.texi
+8
-5
No files found.
gcc/ChangeLog
View file @
fe8e69bb
2004
-
12
-
16
Nathan
Sidwell
<
nathan
@
codesourcery
.
com
>
*
doc
/
c
-
tree
.
texi
(
CONSTRUCTOR
):
Mention
RANGE_EXPRs
.
2004
-
12
-
16
Mark
Dettinger
<
dettinge
@
de
.
ibm
.
com
>
2004
-
12
-
16
Mark
Dettinger
<
dettinge
@
de
.
ibm
.
com
>
*
config
/
s390
/
s390
.
c
(
struct
processor_costs
):
Two
new
fields
:
*
config
/
s390
/
s390
.
c
(
struct
processor_costs
):
Two
new
fields
:
...
@@ -705,6 +709,8 @@
...
@@ -705,6 +709,8 @@
2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
* doc/c-tree.texi (CONSTRUCTOR): Mention RANGE_EXPRs.
* tree.def (SET_TYPE): Remove.
* tree.def (SET_TYPE): Remove.
(CONSTRUCTOR): Update description.
(CONSTRUCTOR): Update description.
* builtins.c (type_to_class) Remove SET_TYPE case.
* builtins.c (type_to_class) Remove SET_TYPE case.
...
...
gcc/doc/c-tree.texi
View file @
fe8e69bb
...
@@ -2273,11 +2273,14 @@ expression used to initialize that field.
...
@@ -2273,11 +2273,14 @@ expression used to initialize that field.
If
the
@code{
TREE_TYPE
}
of
the
@code{
CONSTRUCTOR
}
is
an
If
the
@code{
TREE_TYPE
}
of
the
@code{
CONSTRUCTOR
}
is
an
@code{
ARRAY_TYPE
}
,
then
the
@code{
TREE_PURPOSE
}
of
each
element
in
the
@code{
ARRAY_TYPE
}
,
then
the
@code{
TREE_PURPOSE
}
of
each
element
in
the
@code{
TREE_LIST
}
will
be
an
@code{
INTEGER_CST
}
.
This
constant
indicates
@code{
TREE_LIST
}
will
be
an
@code{
INTEGER_CST
}
or
a
@code{
RANGE_EXPR
}
of
which
element
of
the
array
(
indexed
from
zero
)
is
being
assigned
to
;
two
@code{
INTEGER_CST
}
s
.
A
single
@code{
INTEGER_CST
}
indicates
which
again
,
the
@code{
TREE_VALUE
}
is
the
corresponding
initializer
.
If
the
element
of
the
array
(
indexed
from
zero
)
is
being
assigned
to
.
A
@code{
TREE_PURPOSE
}
is
@code{
NULL_TREE
}
,
then
the
initializer
is
for
the
@code{
RANGE_EXPR
}
indicates
an
inclusive
range
of
elements
to
next
available
array
element
.
initialize
.
In
both
cases
the
@code{
TREE_VALUE
}
is
the
corresponding
initializer
.
It
is
re
-
evaluated
for
each
element
of
a
@code{
RANGE_EXPR
}
.
If
the
@code{
TREE_PURPOSE
}
is
@code{
NULL_TREE
}
,
then
the
initializer
is
for
the
next
available
array
element
.
In
the
front
end
,
you
should
not
depend
on
the
fields
appearing
in
any
In
the
front
end
,
you
should
not
depend
on
the
fields
appearing
in
any
particular
order
.
However
,
in
the
middle
end
,
fields
must
appear
in
particular
order
.
However
,
in
the
middle
end
,
fields
must
appear
in
...
...
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