<div class="gmail_quote">On Mon, Aug 22, 2011 at 3:40 PM, Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com">eli.friedman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":eq">Well, I definitely agree this is braindead; actually, it's a bit too<br>
braindead.  Take the following:<br>
<br>
extern int& x;<br>
int& y = x;<br>
int& x = y;<br>
<br>
We probably want to do this the same way we do other kinds of<br>
recursion into decl's for expr evaluation; see setEvaluatedValue etc.</div></blockquote></div><br><div>Yea, I'm going to work on a proper solution soon, but only had time to stem the bleeding we hit in our code...</div>