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
d3b6a5fb
Commit
d3b6a5fb
authored
Mar 18, 2004
by
Richard Kenner
Committed by
Richard Kenner
Mar 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.
From-SVN: r79642
parent
138f5109
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ChangeLog
+1
-1
gcc/stor-layout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d3b6a5fb
...
...
@@ -13,13 +13,13 @@
* c-typeck.c (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
* dwarf2out.c (gen_enumeration_type_die): Use TYPE_VALUES,
not TYPE_FIELDS.
* stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.
2004-03-18 Mostafa Hagog <mustafa@il.ibm.com>
* gcse.c (eliminate_partially_redundant_loads): Reject change if
dest is set between beginning and current insn.
>>>>>>> 2.3204
2004-03-18 Mark Mitchell <mark@codesourcery.com>
* c-decl.c (grokdeclarator): Do not complain about redeclaring
...
...
gcc/stor-layout.c
View file @
d3b6a5fb
...
...
@@ -1888,7 +1888,7 @@ set_sizetype (tree type)
/* Make copies of nodes since we'll be setting TYPE_IS_SIZETYPE. */
sizetype
=
copy_node
(
type
);
TYPE_
DOMAIN
(
sizetype
)
=
type
;
TYPE_
ORIG_SIZE_TYPE
(
sizetype
)
=
type
;
TYPE_IS_SIZETYPE
(
sizetype
)
=
1
;
bitsizetype
=
make_node
(
INTEGER_TYPE
);
TYPE_NAME
(
bitsizetype
)
=
TYPE_NAME
(
type
);
...
...
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