[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-14 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 --- Comment #7 from Peter A. Bigot pab at pabigot dot com --- DEAR PEOPLE FROM THE FUTURE: The problem is that OpenEmbedded used target-specific flags to build the libraries, but did not ensure that the compiler was configured to default to the

[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-13 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 Peter A. Bigot pab at pabigot dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-12 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 --- Comment #2 from Peter A. Bigot pab at pabigot dot com --- Thanks. The compiler and libstdc++ are built using Yocto's standard recipe for the beaglebone. Obviously there's something wrong with it; what that would be is not obvious and

[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org --- It might be obvious in the output of 'gcc -v'.

[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-12 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 --- Comment #4 from Peter A. Bigot pab at pabigot dot com --- It's not obvious to me: beaglebone[98]$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/gcc/arm-poky-linux-gnueabi/4.9.1/lto-wrapper Target:

[Bug target/62100] c++11 threads invoke pure virtual function on arm embedded system

2014-08-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62100 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |UNCONFIRMED