]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/explow.c
explow.c (convert_memory_address): Fix conversion of CONSTs.
authorSteve Ellcey <sje@cup.hp.com>
Tue, 23 Jul 2002 14:58:04 +0000 (14:58 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 23 Jul 2002 14:58:04 +0000 (14:58 +0000)
commitaa0f70e672f6723e56d2a88be36060d7825fe179
treeba228b73246416a6497ea772591933f9c542e10f
parentfa72b06489d3674c61ce6156ac72cd12572d5fc0
explow.c (convert_memory_address): Fix conversion of CONSTs.

* gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
Fix permutation of conversion and plus/mult.

* gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
(expand_builtin_strncpy) Ditto.
(expand_builtin_memset) Ditto.

From-SVN: r55679
gcc/ChangeLog
gcc/builtins.c
gcc/explow.c