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: Properly take address of SAVE_EXPR


    Does it actually make any sense to take the address of a SAVE_EXPR?
    I.e. is a SAVE_EXPR an lvalue?  If so, please document what it
    means in tree.def, because I have no idea.

You don't only take addresses of things that are lvalues.
You can take the address of a constant, for example.


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