This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/RFC] Start to use VIEW_CONVERT_EXPR more and start to fix PR 26069
> Because that is a documented requirement in tree.def
The "requirement" in tree.def is that TREE_ADDRESSABLE be set in the V_C_E
node, not its *operand* (I know because I wrote that) and refers to an LHS
case that would be good to eliminate anyway.
> and also if it is not marked as addressable, you get an ICE.
It's worth checking to see why this is the case: it shouldn't be.