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
79479f90
Commit
79479f90
authored
Jun 09, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(complete_array_type): Remove obsolete references to change_main_variant.
From-SVN: r14197
parent
79d0fa97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
gcc/c-decl.c
+0
-6
No files found.
gcc/c-decl.c
View file @
79479f90
...
@@ -4105,12 +4105,6 @@ complete_array_type (type, initial_value, do_default)
...
@@ -4105,12 +4105,6 @@ complete_array_type (type, initial_value, do_default)
TYPE_DOMAIN
(
type
)
=
build_index_type
(
maxindex
);
TYPE_DOMAIN
(
type
)
=
build_index_type
(
maxindex
);
if
(
!
TREE_TYPE
(
maxindex
))
if
(
!
TREE_TYPE
(
maxindex
))
TREE_TYPE
(
maxindex
)
=
TYPE_DOMAIN
(
type
);
TREE_TYPE
(
maxindex
)
=
TYPE_DOMAIN
(
type
);
#if 0 /* I took out this change
together with the change in build_array_type. --rms */
change_main_variant (type,
build_array_type (TREE_TYPE (type),
TYPE_DOMAIN (type)));
#endif
}
}
/* Lay out the type now that we can get the real answer. */
/* Lay out the type now that we can get the real answer. */
...
...
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