From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18160 invoked by alias); 10 Sep 2010 01:36:07 -0000 Received: (qmail 18030 invoked by uid 22791); 10 Sep 2010 01:36:06 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-bw0-f47.google.com (HELO mail-bw0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Sep 2010 01:36:00 +0000 Received: by bwz12 with SMTP id 12so1851065bwz.20 for ; Thu, 09 Sep 2010 18:35:58 -0700 (PDT) Received: by 10.204.102.68 with SMTP id f4mr68447bko.30.1284082557729; Thu, 09 Sep 2010 18:35:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.84.197 with HTTP; Thu, 9 Sep 2010 18:35:37 -0700 (PDT) From: Tom Browder Date: Fri, 10 Sep 2010 01:36:00 -0000 Message-ID: Subject: gcc-4.5.1 failing test: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test To: GCC-help Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg00085.txt.bz2 After a good build of gcc-4.5.1 I did $ make check-target-libstdc++-v3 and I get only one failure: Setting LD_LIBRARY_PATH to :/disk3/extsrc/gcc_build/gcc:/disk3/extsrc/gcc_build/x86_64-unknown-linux-g= nu/./libstdc++-v3/../libgomp/.libs:/disk3/extsrc/gcc_build/x86_64-unknown-l= inux-gnu/./libstdc++-v3/src/.libs::/disk3/extsrc/gcc_build/gcc:/disk3/extsr= c/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/../libgomp/.libs:/disk3= /extsrc/gcc_build/x86_64-unknown-linux-gnu/./libstdc++-v3/src/.libs:/disk3/= extsrc/gcc_build/./gmp/.libs:/disk3/extsrc/gcc_build/./prev-gmp/.libs:/disk= 3/extsrc/gcc_build/./mpfr/.libs:/disk3/extsrc/gcc_build/./prev-mpfr/.libs:/= disk3/extsrc/gcc_build/./mpc/.libs:/disk3/extsrc/gcc_build/./prev-mpc/.libs= :/disk3/extsrc/gcc_build/x86_64-unknown-linux-gnu/libstdc++-v3/.libs:/disk3= /extsrc/gcc_build/x86_64-unknown-linux-gnu/libmudflap/.libs:/disk3/extsrc/g= cc_build/x86_64-unknown-linux-gnu/libssp/.libs:/disk3/extsrc/gcc_build/x86_= 64-unknown-linux-gnu/libgomp/.libs:/disk3/extsrc/gcc_build/./gcc:/disk3/ext= src/gcc_build/./prev-gcc 4.exe: /disk3/extsrc/gcc-4.5.1/libstdc++-v3/testsuite/22_locale/time_get/ge= t_date/wchar_t/4.cc:54: void test01(): Assertion `errorstate =3D=3D ios_base::eofbit' failed. FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test I am investigating but wonder if anyone has experienced that failure and has a solution. I am finding several undocumented factors (including LD_LIBRARY_PATH and some configuration options that are not easily found) that have an influence on successfully testing libstdc++ and plan to propose doc changes. Thanks. -Tom Thomas M. Browder, Jr. Niceville, Florida USA