This is the mail archive of the gcc@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] | |
Thanks HJ. Essentially, is again the same annoying issue: this test fails on i686-linux (not x86_64-linux, of course) because currently libsupc++ depends on libstdc++ to export __exchange_and_add... We have to find a way to decouple the two, or maybe just provide the C++0x exception propagation only on targets supporting the atomic builtins. Probably the latter, barring better ideas, because I'm really fed up with this atomic builtins story, frankly.../export/gnu/import/svn/gcc-test/bld/x86_64-unknown-linux-gnu/32/libstdc++-v3/libsupc++/.libs/libsupc++.a(eh_throw.o): In function `__exchange_and_add_dispatch':^M /export/gnu/import/svn/gcc-test/bld/x86_64-unknown-linux-gnu/32/libstdc++-v3/include/ext/atomicity.h:84: undefined reference to `__gnu_cxx::__exchange_and_add(int volatile*, int)'^M
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |