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: [tree-ssa]: More C++ PTA Fixes


Jason Merrill <jason@redhat.com> writes:

> Who generates REFERENCE_EXPR?  What distinguishes it from NON_LVALUE_EXPR?

Isn't that what you get if you have

extern void foo (int &x);
int t;

foo (t);

?

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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