This is the mail archive of the gcc-patches@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]

Re: [v3] c++0x <mutex> and <condition_variable>


  
> Committed after a multilib build on x86_64-linux.

No big deal, but two new fails due to missing symbols on x86_64/linux:


FAIL: 30_threads/call_once/call_once1.cc (test for excess errors)
WARNING: 30_threads/call_once/call_once1.cc compilation failed to
produce executable

/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex:639:
undefined reference to `std::__once_callable' /tmp/cc0eXVGO.o: In
function `call_once<void (*)(int),
int>': /mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex:654:
int>undefined reference to
int>`std::__once_callable' /mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/mutex:655:
int>undefined reference to `std::__once_call'
/tmp/cc0eXVGO.o: In function `__gthread_once':
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu/bits/gthr-default.h:718:
undefined reference to `__once_proxy'

FAIL: 30_threads/condition_variable_any/cons/1.cc (test for excess
errors) WARNING: 30_threads/condition_variable_any/cons/1.cc
compilation failed to produce executable

/mnt/share/src/gcc/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc:45:
undefined reference to
`std::condition_variable_any::condition_variable_any()' /mnt/share/src/gcc/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc:45:
undefined reference to
`std::condition_variable_any::~condition_variable_any()


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