This is the mail archive of the gcc-patches@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: enhanced structure offset tracking


    reload1.c calls set_mem_expr() with regno_decl as the second
    parameter.  regno_decl is a "tree *" while set_mem_expr()'s second
    argument is a "tree", not a pointer to a "tree".
    
That's not new with RTH's change.  It's been happening for quite a while
and I've been unable to figure out where the warning is coming from.

regno_decl is indeed tree *, but REGNO_DECL (i) is tree.

So it should be OK.


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