http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60645
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2014-03-26 Summary|locale::facet::_S_get_c_loc |Improve handling of errors |ale does not handle |from pthread functions |__gthread_once error codes. |throughout libstdc++ Ever confirmed|0 |1 --- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Chris Johns from comment #5) > I would also like to point out managing these errors means RTEMS can look at > using the posix thread model for gcc and I see advantages in this happening. That's a good motivation for me, reducing the differences between platforms is good. Confirming then, I'll try to look into it after 4.9 is released, but it won't be very soon. Feel free to add to this PR with specific places in the code that should be checked.