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: How to debug ssa optimizer


    Maybe the canonical form for "char *foo, bar[10]; foo = bar;"
    should be 
    <modify_expr <var_decl foo>  <nop_expr type <char *> <var_decl bar>>
    instead of using addr_expr?

Well, the address is being taken, so I'd like to see ADDR_EXPR
someplace there.  For aliasing concerns, among others.


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