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
7af907e9
Commit
7af907e9
authored
Oct 24, 2002
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
From-SVN: r58500
parent
ba3b2738
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
gcc/ChangeLog
+7
-3
gcc/tree.def
+0
-2
No files found.
gcc/ChangeLog
View file @
7af907e9
2002
-
10
-
24
Zack
Weinberg
<
zack
@codesourcery
.
com
>
*
tree
.
def
:
Delete
mention
of
nonexistent
ARRAY_TYPE
fields
.
2002
-
10
-
24
Ulrich
Weigand
<
uweigand
@de
.
ibm
.
com
>
2002
-
10
-
24
Ulrich
Weigand
<
uweigand
@de
.
ibm
.
com
>
*
config
/
s390
/
s390
.
h
:
Rework
comments
;
re
-
sort
target
macro
definitions
*
config
/
s390
/
s390
.
h
:
Rework
comments
;
re
-
sort
target
macro
definitions
according
to
the
sequence
they
are
defined
in
the
manual
.
according
to
the
sequence
they
are
defined
in
the
manual
.
(
POINTER_BOUNDARY
)
:
Remove
.
(
POINTER_BOUNDARY
)
:
Remove
.
...
@@ -23,8 +27,8 @@
...
@@ -23,8 +27,8 @@
2002
-
10
-
24
Richard
Henderson
<
rth
@redhat
.
com
>
2002
-
10
-
24
Richard
Henderson
<
rth
@redhat
.
com
>
PR
opt
/
7944
PR
opt
/
7944
*
reload
.
c
(
find_reloads_toplev
)
:
Mode
of
X
is
not
important
*
reload
.
c
(
find_reloads_toplev
)
:
Mode
of
X
is
not
important
when
simplifying
subregs
of
constants
.
when
simplifying
subregs
of
constants
.
2002
-
10
-
24
Richard
Sandiford
<
rsandifo
@redhat
.
com
>
2002
-
10
-
24
Richard
Sandiford
<
rsandifo
@redhat
.
com
>
...
...
gcc/tree.def
View file @
7af907e9
...
@@ -199,8 +199,6 @@ DEFTREECODE (FILE_TYPE, "file_type", 't', 0)
...
@@ -199,8 +199,6 @@ DEFTREECODE (FILE_TYPE, "file_type", 't', 0)
TREE_TYPE Type of an array element.
TREE_TYPE Type of an array element.
TYPE_DOMAIN Type to index by.
TYPE_DOMAIN Type to index by.
Its range of values specifies the array length.
Its range of values specifies the array length.
TYPE_SEP Expression for units from one elt to the next.
TYPE_SEP_UNIT Number of bits in a unit for previous.
The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
and holds the type to coerce a value of that array type to in C.
and holds the type to coerce a value of that array type to in C.
TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
TYPE_STRING_FLAG indicates a string (in contrast to an array of chars)
...
...
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