------- Comment #5 from tglek at mozilla dot com 2010-03-23 02:07 ------- (In reply to comment #4) > I suppose we could wrap rvalue uses in NOP_EXPR and lvalue uses in > VIEW_CONVERT_EXPR. > > Taras: You aren't actually trying to do this sort of analysis after lowering > to > GIMPLE, are you?
Ideally this would work in gimple too, but just having this in C++ fe would be enough. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43486