[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Tue Dec 9 11:53:03 2014 New Revision: 218512 URL: https://gcc.gnu.org/viewcvs?rev=218512&root=gcc&view=rev Log: PR libstdc++/64203 * include/std/shared_mutex: Fix preprocessor c

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Tue Dec 9 11:03:57 2014 New Revision: 218511 URL: https://gcc.gnu.org/viewcvs?rev=218511&root=gcc&view=rev Log: PR libstdc++/64203 * include/std/shared_mutex: Fix preprocessor c

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-06 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 --- Comment #4 from Sandra Loosemore --- (In reply to Jonathan Wakely from comment #3) > How's this one? Looks better; this version fixes the compile-time errors.

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

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

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 Jonathan Wakely changed: What|Removed |Added Attachment #34208|0 |1 is obsolete|

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-05 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 --- Comment #2 from Sandra Loosemore --- (In reply to Jonathan Wakely from comment #1) > Created attachment 34208 [details] > fix config macros for shared_lock > > Does this fix it? No, with this patch I'm still getting the same undefined symbo

[Bug libstdc++/64203] shared_mutex compile errors on bare-metal targets

2014-12-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64203 --- Comment #1 from Jonathan Wakely --- Created attachment 34208 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34208&action=edit fix config macros for shared_lock Does this fix it?