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: Could we use VIEW_CONVERT_EXPR to build ADDR_EXPR ?


> No you should not generate addresses for VCEs that contain a SSA_NAME.

True, because it should be an ADDR_EXPR of the SSA_NAME and the a convert
to the appropriate pointer type.

But the question here was trickier: there was a COMPONENT_REF of the VCE
of an SSA_NAME.  I don't know the answer to that one.


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