This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [m32c] type precedence rules and pointer signs


On Jan 31, 2008 12:00 PM, DJ Delorie <dj@redhat.com> wrote:
> Which file would that be in?  It wasn't obvious from a simple grep.
> Or is that sprinkled all over the place?

The expansion is in expr.c with a comment of:
    case POINTER_PLUS_EXPR:
      /* Even though the sizetype mode and the pointer's mode can be different
         expand is able to handle this correctly and get the correct result out
         of the PLUS_EXPR code.  */

It falls through to the normal PLUS_EXPR code.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]