From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26700 invoked by alias); 15 Jan 2010 01:49:42 -0000 Received: (qmail 25972 invoked by uid 48); 15 Jan 2010 01:49:29 -0000 Date: Fri, 15 Jan 2010 01:49:00 -0000 Message-ID: <20100115014929.25971.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "phil at nwl dot cc" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-01/txt/msg01815.txt.bz2 ------- Comment #16 from phil at nwl dot cc 2010-01-15 01:49 ------- (In reply to comment #14) > I'll give the testsuite a try, but this will take some time (svn checkout is > still running). > Oh boy, here it comes. I hope I've done the right thing, as there is little documentation about how to run the testsuite ('make check-g++' seems not to work for testing out-of-tree-binaries). What I did: - checkout svn://gcc.gnu.org/svn/gcc/trunk - cd $checkout/gcc && runtest --tool g++ --srcdir ./testsuite (output files g++.{log,sum} follow as attachments) I'll appreciate instructions if this was all useless. :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734