[Bug libstdc++/92688] including introduce the name index to global namespace scope

2019-11-27 Thread soda-gnu at yuruyuru dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92688 SODA Noriyuki changed: What|Removed |Added CC||soda-gnu at yuruyuru dot net

[Bug libstdc++/92688] including introduce the name index to global namespace scope

2019-11-27 Thread soda-gnu at yuruyuru dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92688 --- Comment #6 from SODA Noriyuki --- > More to the point is glibc still does not do the right thing for what is > needed to support C++11 and above: hmm, thanks. the pthread symbols in PR 21327 become visible with -D_XOPEN_SOURCE=700 without

[Bug libstdc++/92688] including introduce the name index to global namespace scope

2019-11-27 Thread soda-gnu at yuruyuru dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92688 --- Comment #8 from SODA Noriyuki --- > Libstdc++ cannot define _XOPEN_SOURCE though, > because it could conflict with something the user defines. Yeah, it has similar problem with _GNU_SOURCE, _XOPEN_SOURCE is only closer to what it should be.