<div dir="ltr">Ok - looks like we're all set then!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 21, 2014 at 10:51 AM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 21 April 2014 13:09, Todd Fiala <<a href="mailto:tfiala@google.com">tfiala@google.com</a>> wrote:<br>

> Author: tfiala<br>
> Date: Mon Apr 21 12:09:35 2014<br>
> New Revision: 206762<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=206762&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=206762&view=rev</a><br>
> Log:<br>
> TestPtrRef2Typedef.py change - take 2.<br>
><br>
> Our build is still getting this test to fail with the presence of const in<br>
> '(Foo &const) y = 0x' and '(Foo &&const) z = 0x'.  This change simply changes<br>
> the match substrings to ignore the portion after the final '&' and before the<br>
> closing ')'.  This should cover the presence (or absence) of the const qualifier.<br>
<br>
</div>Thanks Todd.  This passes on FreeBSD, and I believe still covers the<br>
expected functionality.<br>
<br>
Looking at the history of the file it seems the test was probably just<br>
added while the Linux buildbot was broken, and GCC 4.8.2 always<br>
produces debug info that results in the "const."  I was mistaken<br>
earlier - I see the "const" on FreeBSD with both GCC 4.8.3 and 4.9.0.<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>