This is the mail archive of the gcc-bugs@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]

[Bug c++/43486] Preserve variable-use locations



------- 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


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