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
9b9bd3b2
Commit
9b9bd3b2
authored
Jan 02, 2004
by
Jan Hubicka
Committed by
Jan Hubicka
Jan 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c (store_constructor): Fix pasto in previous patch.
From-SVN: r75327
parent
71af2621
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/expr.c
+2
-3
No files found.
gcc/ChangeLog
View file @
9b9bd3b2
2004-01-02 Jan Hubicka <jh@suse.cz>
* expr.c (store_constructor): Fix pasto in previous patch.
2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
* config/i386/cygming.h: Fix comment formatting.
* config/i386/cygming.h: Fix comment formatting.
...
...
gcc/expr.c
View file @
9b9bd3b2
...
@@ -4994,9 +4994,8 @@ store_constructor (tree exp, rtx target, int cleared, HOST_WIDE_INT size)
...
@@ -4994,9 +4994,8 @@ store_constructor (tree exp, rtx target, int cleared, HOST_WIDE_INT size)
target
=
copy_rtx
(
target
);
target
=
copy_rtx
(
target
);
MEM_KEEP_ALIAS_SET_P
(
target
)
=
1
;
MEM_KEEP_ALIAS_SET_P
(
target
)
=
1
;
}
}
else
store_constructor_field
(
target
,
bitsize
,
bitpos
,
mode
,
value
,
store_constructor_field
(
target
,
bitsize
,
bitpos
,
mode
,
value
,
type
,
cleared
,
get_alias_set
(
elttype
));
type
,
cleared
,
get_alias_set
(
elttype
));
}
}
}
}
if
(
vector
)
if
(
vector
)
...
...
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