<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 26, 2011, at 9:14 PM, Andrew Trick wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Times; "><pre style="font-family: 'Courier New', courier, monotype; "><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">Doug,</span></pre><pre style="font-family: 'Courier New', courier, monotype; "><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">On clang-i386-darwin10-RA lookup.cpp still reports:</span></pre><pre style="font-family: 'Courier New', courier, monotype; "><span class="stdout" style="font-family: 'Courier New', courier, monotype; color: black; ">error: 'error' diagnostics seen but not expected: 
  Line 3: expected a module name after '__import__'
error: 'warning' diagnostics seen but not expected: 
  Line 3: weak identifier 'weak_identifier' never declared
2 errors generated.</span></pre></span></div></blockquote><div><br></div>r138704 should do the trick.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>- Doug</div><div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-Andy</div><div><br></div><div><div>On Aug 26, 2011, at 5:29 PM, Douglas Gregor wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Author: dgregor<br>Date: Fri Aug 26 19:29:32 2011<br>New Revision: 138688<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=138688&view=rev">http://llvm.org/viewvc/llvm-project?rev=138688&view=rev</a><br>Log:<br>XFAIL one of the module tests on win32, until we figure out what's happening<br><br>Modified:<br>    cfe/trunk/test/Modules/lookup.cpp<br><br>Modified: cfe/trunk/test/Modules/lookup.cpp<br>URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/lookup.cpp?rev=138688&r1=138687&r2=138688&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/lookup.cpp?rev=138688&r1=138687&r2=138688&view=diff</a><br>==============================================================================<br>--- cfe/trunk/test/Modules/lookup.cpp (original)<br>+++ cfe/trunk/test/Modules/lookup.cpp Fri Aug 26 19:29:32 2011<br>@@ -18,6 +18,7 @@<br> // RUN: %clang_cc1 -emit-module -x c++ -o %T/lookup_right_cxx.pcm %S/Inputs/lookup_right.hpp<br> // RUN: %clang_cc1 -x c++ -I %T %s -verify<br> // RUN: %clang_cc1 -ast-print -x c++ -I %T %s | FileCheck -check-prefix=CHECK-PRINT %s<br>+// XFAIL: win32<br><br> // CHECK-PRINT: int *f0(int *);<br> // CHECK-PRINT: float *f0(float *);<br><br><br>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br></div></blockquote></div><br></div></blockquote></div><br></body></html>