This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16140] [3.5 Regression] Errors in libstdc++ testsuite; recent CVS


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-07-12 15:14 -------
Even after removing no-implicit-template I still get errors. I will attach the
entire log, which has other errors, including ICEs. I have not yet checked to
see whether those other errors have been reported.


/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for long long'
/export/home/mckelvey/utilities/gcc-obj/sparc-sun-solaris2.7/libstdc++-v3/include/iostream:77:
undefined reference to `typeinfo for long'
/mnt/home3/utilities/gcc/libstdc++-v3/libsupc++/typeinfo:104: undefined
reference to `typeinfo for long long'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for long'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:41:
undefined reference to `typeinfo for int'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:41:
undefined reference to `typeinfo for int'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:41:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:61:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:50:
undefined reference to `typeinfo for wchar_t'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:50:
undefined reference to `typeinfo for wchar_t'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:43:
undefined reference to `typeinfo for short'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:45:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:45:
undefined reference to `typeinfo for signed char'
/mnt/home3/utilities/gcc/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc:47:
undefined reference to `typeinfo for char'
collect2: ld returned 1 exit status


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16140


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]