<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 28, 2013 at 12:35 PM, Bob Wilson <span dir="ltr"><<a href="mailto:bob.wilson@apple.com" target="_blank">bob.wilson@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">If they were bugs in libc++, I wouldn't have done this!<div><br></div></div></blockquote>
<div><br></div><div style>Heh. Mostly meant "hey, workaround to test the rest of the compiler while waiting on libc++" as a possibility.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div></div><div>There were multiple problems.  These are old C++ programs using non-standard libstdc++ headers and doing other bad stuff.<div><div class="h5"><br></div></div></div></div></blockquote>
<div><br></div><div style>Ick.</div><div style><br></div><div style>Thanks :)</div><div style><br></div><div style>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div><div class="h5"><div><br></div><div>On Feb 28, 2013, at 12:29 PM, Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>> wrote:</div>
<div><div><br><blockquote type="cite"><div dir="ltr">Curiosity:<div><br></div><div>What issues? Bug in libc++ or the testcase?</div><div><br></div><div>-eric</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Feb 27, 2013 at 11:57 PM, Bob Wilson <span dir="ltr"><<a href="mailto:bob.wilson@apple.com" target="_blank">bob.wilson@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: bwilson<br>
Date: Thu Feb 28 01:57:20 2013<br>
New Revision: 176238<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=176238&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=176238&view=rev</a><br>
Log:<br>
Change 252.eon and 447.dealII to explicitly build with libstdc++.<br>
They both have issues when using libc++.<br>
<br>
Modified:<br>
    test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile<br>
    test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile<br>
<br>
Modified: test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile?rev=176238&r1=176237&r2=176238&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile?rev=176238&r1=176237&r2=176238&view=diff</a><br>


==============================================================================<br>
--- test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile (original)<br>
+++ test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile Thu Feb 28 01:57:20 2013<br>
@@ -16,6 +16,7 @@ CPPFLAGS += \<br>
         -Ddeal_II_dimension=3     \<br>
         -DBOOST_DISABLE_THREADS   \<br>
         -I$(SPEC_BENCH_DIR)/src/include<br>
+CXXFLAGS += -stdlib=libstdc++<br>
<br>
 STDOUT_FILENAME := log<br>
<br>
<br>
Modified: test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile?rev=176238&r1=176237&r2=176238&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile?rev=176238&r1=176237&r2=176238&view=diff</a><br>


==============================================================================<br>
--- test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile (original)<br>
+++ test-suite/trunk/External/SPEC/CINT2000/252.eon/Makefile Thu Feb 28 01:57:20 2013<br>
@@ -57,7 +57,7 @@ Source = $(addprefix $(SPEC_BENCH_DIR)/s<br>
             mrXYRectangle.cc mrXZRectangle.cc mrYZRectangle.cc myrand.cc)<br>
<br>
 # Yes, we know this is an old crufty C++ benchmark.  Don't tell us about it GCC!<br>
-CXXFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend -fpermissive<br>
+CXXFLAGS += -fno-exceptions -Wno-deprecated -Wno-non-template-friend -fpermissive -stdlib=libstdc++<br>
<br>
 LDFLAGS = -lstdc++ -lm<br>
 LIBS    = -lm<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>
</blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div></div>