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
f4e59008
Commit
f4e59008
authored
May 14, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(complete_array_type): Delete the code to call change_main_variant.
From-SVN: r4446
parent
73737e86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
gcc/c-decl.c
+3
-1
No files found.
gcc/c-decl.c
View file @
f4e59008
...
...
@@ -3654,13 +3654,15 @@ complete_array_type (type, initial_value, do_default)
if
(
maxindex
)
{
tree
main
;
TYPE_DOMAIN
(
type
)
=
build_index_type
(
maxindex
);
if
(
!
TREE_TYPE
(
maxindex
))
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. */
...
...
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