<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 12, 2017 at 9:52 AM, Björn Steinbrink <span dir="ltr"><<a href="mailto:bsteinbr@gmail.com" target="_blank">bsteinbr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can you check what kind of conflict is this? Two non-fragment<br>
expressions, or a non-fragment expression conflicting with a fragment<br>
expression?</blockquote><div><br></div><div>This is the reduced test case:</div><div><br></div><div><span style="color:rgb(0,0,0)">void b() { if (int* c = 0) while (int* c = 0) ; }</span> </div><div><br></div><div>Apparently if you declare a variable with the same name and the same type on the same line in the same scope you get the same DILocalVariable. =D This seems like a bug in our representation.</div></div></div></div>