From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9722 invoked by alias); 28 Jun 2005 19:54:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9702 invoked by alias); 28 Jun 2005 19:54:32 -0000 Date: Tue, 28 Jun 2005 19:54:00 -0000 From: "gcc-bugzilla at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050628195429.22222.ro@techfak.uni-bielefeld.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/22222] New: New Tru64 UNIX libstdc++ testsuite failures: #warning debug mode disabled due to lack of weak symbol support X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg03369.txt.bz2 List-Id: Between 20050525 and 20050627 there appeared a couple of new libstdc++ testsuite failures on Tru64 UNIX V5.1B: +FAIL: 23_containers/bitset/18604.cc (test for excess errors) +FAIL: 23_containers/deque/14340.cc (test for excess errors) +FAIL: 23_containers/deque/18604.cc (test for excess errors) +FAIL: 23_containers/list/14340.cc (test for excess errors) +FAIL: 23_containers/list/18604.cc (test for excess errors) +FAIL: 23_containers/map/14340.cc (test for excess errors) +FAIL: 23_containers/map/18604.cc (test for excess errors) +FAIL: 23_containers/multimap/14340.cc (test for excess errors) +FAIL: 23_containers/multiset/14340.cc (test for excess errors) +FAIL: 23_containers/set/14340.cc (test for excess errors) +FAIL: 23_containers/set/18604.cc (test for excess errors) +FAIL: 23_containers/vector/14340.cc (test for excess errors) +FAIL: 23_containers/vector/18604.cc (test for excess errors) All the failures are like this: FAIL: 23_containers/bitset/18604.cc (test for excess errors) Excess errors: In file included from /vol/gcc/obj/gcc-4.1.0-20050627/5.1b-gcc/alpha-dec-osf5.1b/libstdc++-v3/include/limits:47, from /vol/gcc/obj/gcc-4.1.0-20050627/5.1b-gcc/alpha-dec-osf5.1b/libstdc++-v3/include/bitset:54, from /vol/gnu/src/gcc/gcc-dist/libstdc++-v3/testsuite/23_containers/bitset/18604.cc:41: /vol/gcc/obj/gcc-4.1.0-20050627/5.1b-gcc/alpha-dec-osf5.1b/libstdc++-v3/include/alpha-dec-osf5.1b/bits/c++config.h:61:4: warning: #warning debug mode disabled due to lack of weak symbol support and many more errors. If a testcase cannot be supported, it shouldn't FAIL but be marked UNSUPPORTED instead. Environment: System: OSF1 bartok V5.1 2650 alpha Machine: alpha host: alpha-dec-osf5.1b build: alpha-dec-osf5.1b target: alpha-dec-osf5.1b configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --host alpha-dec-osf5.1b --build alpha-dec-osf5.1b --target alpha-dec-osf5.1b --with-gmp-dir=/vol/gnu/obj/gmp-4.1.3 --with-mpfr-dir=/vol/gnu/obj/gmp-4.1.3/mpfr --enable-languages=c,c++,f95,java,objc --disable-libmudflap How-To-Repeat: Run make check on target platform. -- Summary: New Tru64 UNIX libstdc++ testsuite failures: #warning debug mode disabled due to lack of weak symbol support Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ro at techfak dot uni-bielefeld dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: alpha-dec-osf5.1b GCC host triplet: alpha-dec-osf5.1b GCC target triplet: alpha-dec-osf5.1b http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22222