From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3150 invoked by alias); 28 Dec 2004 21:38:57 -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 3132 invoked by uid 48); 28 Dec 2004 21:38:54 -0000 Date: Tue, 28 Dec 2004 21:38:00 -0000 Message-ID: <20041228213854.3131.qmail@sourceware.org> From: "danglin at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041226162616.19159.danglin@gcc.gnu.org> References: <20041226162616.19159.danglin@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19159] [4.0 Regression] Undefined symbol: vtable for __cxxabiv1::__vmi_class_type_info X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03804.txt.bz2 List-Id: ------- Additional Comments From danglin at gcc dot gnu dot org 2004-12-28 21:38 ------- Mark, I believe that you got the vtable for the typeinfo nodes. However, we still have errors like the following: Executing on host: /opt/build/dave/gcc-4.0.0/objdir/gcc/g++ -shared-libgcc -B/op t/build/dave/gcc-4.0.0/objdir/gcc/ -nostdinc++ -L/opt/build/dave/gcc-4.0.0/objdi r/powerpc-ibm-aix4.3.3.0/libstdc++-v3/src -L/opt/build/dave/gcc-4.0.0/objdir/pow erpc-ibm-aix4.3.3.0/libstdc++-v3/src/.libs -B/home/dave/opt/gnu/gcc/gcc-4.0.0/po werpc-ibm-aix4.3.3.0/bin/ -B/home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3. 3.0/lib/ -isystem /home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/includ e -isystem /home/dave/opt/gnu/gcc/gcc-4.0.0/powerpc-ibm-aix4.3.3.0/sys-include - g -O2 -D_GLIBCXX_ASSERT -fmessage-length=0 -DLOCALEDIR="/opt/build/dave/gcc-4.0. 0/objdir/powerpc-ibm-aix4.3.3.0/libstdc++-v3/po/share/locale" -nostdinc++ -I/opt /build/dave/gcc-4.0.0/objdir/powerpc-ibm-aix4.3.3.0/libstdc++-v3/include/powerpc -ibm-aix4.3.3.0 -I/opt/build/dave/gcc-4.0.0/objdir/powerpc-ibm-aix4.3.3.0/libstd c++-v3/include -I/opt/build/dave/gcc-4.0.0/gcc/libstdc++-v3/libsupc++ -I/opt/bui ld/dave/gcc-4.0.0/gcc/libstdc++-v3/include/backward -I/opt/build/dave/gcc-4.0.0/ gcc/libstdc++-v3/testsuite /opt/build/dave/gcc-4.0.0/gcc/libstdc++-v3/testsuite/ 17_intro/header_istream.cc -include bits/stdc++.h -L/opt/build/dave/gcc-4.0. 0/objdir/powerpc-ibm-aix4.3.3.0/./libstdc++-v3/testsuite -lv3test -lm -o ./hea der_istream.exe (timeout = 300) /opt/build/dave/gcc-4.0.0/objdir/powerpc-ibm-aix4.3.3.0/libstdc++-v3/include/bit s/valarray_array.h:164: warning: inline function 'static void std::_Array_copy_c tor<_Tp, true>::_S_do_it(const _Tp*, const _Tp*, _Tp*) [with _Tp = size_t]' used but never defined ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_istringstream, std::allocator > ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_stringbuf, std::allocator > ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_streambuf > ld: 0711-317 ERROR: Undefined symbol: VTT for std::basic_istringstream, std::allocator > ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_ios > ld: 0711-317 ERROR: Undefined symbol: VTT for std::basic_ifstream > ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_ifstream > ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_filebuf > ld: 0711-317 ERROR: Undefined symbol: vtable for std::basic_ostringstream, std::allocator > ld: 0711-317 ERROR: Undefined symbol: VTT for std::basic_ostringstream, std::allocator > ld: 0711-317 ERROR: Undefined symbol: std::basic_string<__gnu_cxx::character, std::char_traits<__gnu_cxx::character >, std::allocator<__gnu_cxx::character > >::_Rep::_S_max_size ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status compiler exited with status 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19159