<div dir="ltr">Hey Tim,<br><br>Sorry about the breakage. I've reverted the commit in r260172. I'll make sure that gnu_cxx::hash_map continues to work before recommitting.<div><br></div><div>/Eric<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 2:23 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Eric,<br>
<br>
On 6 February 2016 at 16:36, Eric Fiselier via cfe-commits<br>
<span class=""><<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> wrote:<br>
> Cleanup node-type handling in the unordered containers<br>
<br>
</span>This seems to have broken __gnu_cxx::hash_map (used by hash.cpp and<br>
hash2.cpp in the test-suite). A smaller reproducer is:<br>
<br>
#include <ext/hash_map><br>
typedef __gnu_cxx::hash_map<const char*, int, __gnu_cxx::hash<const char*> > HM;<br>
int foo(HM &h) {<br>
  return h["wibble"];<br>
}<br>
<br>
I don't suppose you could take a look? Or is that already planned and<br>
what you're talking about with:<br>
<span class=""><br>
> This patch will be followed up shortly with fixes for various unordered_map<br>
> fixes.<br>
<br>
</span>Cheers.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br></div>