expr.c (expand_assigment): Remove duplicate conversions #ifdef POINTERS_EXTEND_UNSIGNED.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri, 12 Apr 2002 12:33:24 +0000 (12:33 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 12 Apr 2002 12:33:24 +0000 (08:33 -0400)
commitfa06ab5c426c2d6a6f3a22799216c5199e617d85
treeeb53b2245cbdb9d1a8926413297859db66cdb8c1
parentfa1591cb15030b84edf5b44aced7c0138d907214
expr.c (expand_assigment): Remove duplicate conversions #ifdef POINTERS_EXTEND_UNSIGNED.

* expr.c (expand_assigment): Remove duplicate conversions #ifdef
POINTERS_EXTEND_UNSIGNED.
(store_constructor, expand_expr, case COMPONENT_REF): Likewise.
(store_expr): Use TYPE_MODE (sizetype), not ptr_mode.

From-SVN: r52223
gcc/ChangeLog
gcc/expr.c