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 libstdc++/31908] FAIL: ext/mt_allocator/deallocate_global_thread-1.cc execution test



------- Comment #5 from danglin at gcc dot gnu dot org  2007-05-16 04:11 -------
Nope.  I'm not sure this is the same bug but the problem with
constructors/destructors has got worse:

Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/g++/../../g++
-B/test/gnu/
gcc/objdir/gcc/testsuite/g++/../../
/test/gnu/gcc/gcc/gcc/testsuite/g++.dg/abi/c
ovariant3.C  -nostdinc++
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-
v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/li
bstdc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-I/test/gnu/gcc/gc
c/libstdc++-v3/include/backward -I/test/gnu/gcc/gcc/libstdc++-v3/testsuite/util
-fmessage-length=0   -ansi -pedantic-errors -Wno-long-long   
-L/test/gnu/gcc/ob
jdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs 
-L/test/gnu/gcc/objdir/hppa
2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs
-L/test/gnu/gcc/objdir/hppa2.0w-hp-hp
ux11.11/./libiberty  -lm   -o ./covariant3.exe    (timeout = 300)
/usr/ccs/bin/ld: Unsatisfied symbols:
   _GLOBAL__I__ZN2c12f6Ev (first referenced in /var/tmp//ccAMBy3l.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
   _GLOBAL__I__ZN2c12f6Ev (first referenced in /var/tmp//ccAMBy3l.o) (code)
collect2: ld returned 1 exit status

FAIL: g++.dg/abi/covariant3.C (test for excess errors)


-- 


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


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