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

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Aug 12 10:05:00 GMT 2014


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 reconfirmed|                            |2014-08-12
     Ever confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Those macros are only meant to be defined by the compiler, never by users.

If defining them fixes the problem it implies you are not compiling with the
same ABI as your libstdc++ was built with. I can't guess more than that because
you haven't provided any information on your target or how it was configured.

https://gcc.gnu.org/bugs/



More information about the Gcc-bugs mailing list