OSDN Git Service

* gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Jul 2002 14:58:04 +0000 (14:58 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Jul 2002 14:58:04 +0000 (14:58 +0000)
commite5716f7e9b7da60c9806358114ddc330205b2264
treeba228b73246416a6497ea772591933f9c542e10f
parentd4c4d95c284764c421a80212300f1c6a6ac52e0f
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55679 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/explow.c