From: Jeff Law Date: Mon, 29 Dec 1997 13:15:11 +0000 (-0700) Subject: expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eb1ad44b61e10b527b86be59e97cfc59b9a72df;p=gcc.git expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF... a * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the offset's mode is not ptr_mode, convert it. From-SVN: r17259 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fd15371742..de2ac0cf6e0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 29 14:03:38 1997 Jeffrey A Law (law@cygnus.com) + + * expr.c (expand_expr): For {BITFIELD,COMPONENT,ARRAY}_REF, if the + offset's mode is not ptr_mode, convert it. + Mon Dec 29 15:58:18 1997 Michael Meissner * libgcc2.c (inhibit_libc): Don't define inhibit_libc when cross