<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I couldn't find in the gcc44 directories the the file gthr-default.h, on<br>
which the error is issued.<br>
The error is issued while compiling the line line #include <algorithm><br>
in llvm/projects/compiler-rt/lib/asan/asan_posix.cc<br></blockquote><div><br></div><div>FYI: we've just got rid of #include <algorithm> in llvm trunk for an unrelated reason. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
the line is preceded by the comment<br>
// Should not add dependency on libstdc++<br></blockquote><div><br></div><div>There was no contradiction. </div><div>The parts we *were* using were completely implemented in the STL headers and did not cause a link-time dependency on libstdc++. </div>
<div>Anyway, this code is gone now. </div><div><br></div><div>--kcc </div><div> </div></div>