[Bug libstdc++/85732] use_facet>(mylocale) retrieving wrong locale information

2018-05-10 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85732 --- Comment #7 from Tom Straub --- Hi Jonathan, Thanks for really tracking that down. Looks like a really deep and subtle bug. I hope somebody knows where to look to fix it in the glibc code. Best, Tom

[Bug libstdc++/85732] use_facet>(mylocale) retrieving wrong locale information

2018-05-10 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85732 --- Comment #5 from Tom Straub --- Hi Johnathon, Okay, thanks for confirming. I didn't realize it was such as old bug. You're right, I just recently switched over to using -static (got tired of the library mismatches with multiple gcc versions o

[Bug c++/85732] use_facet>(mylocale) retrieving wrong locale information

2018-05-10 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85732 --- Comment #1 from Tom Straub --- Sorry, wrong compiler included in post, here is the right one: $ g++ --version g++ (Ubuntu 6.4.0-17ubuntu1~16.04) 6.4.0 20180424 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the

[Bug c++/85732] New: use_facet>(mylocale) retrieving wrong locale information

2018-05-10 Thread gnu-org at bignm dot com
mal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu-org at bignm dot com Target Milestone: --- Created attachment 44110 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44110&action=edit Source code and test output results sho

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2015-01-20 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #6 from Tom Straub --- Hi Tim, After banging my head against the wall looking for a solution to the C++11 UTF-8 support problems, I finally found what seems to be a great addition to my project, which I think might be beneficial to G

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2015-01-20 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #5 from Tom Straub --- Created attachment 34497 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34497&action=edit Test Program for UTF-8 CPP library

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2014-11-08 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #3 from Tom Straub --- Hi Tim, OOPS! The versions used were Boost REGEX 1.55.0 and ICU 52. Got the versions mixed up in my head. Tom

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2014-11-08 Thread gnu-org at bignm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #2 from Tom Straub --- Hi Tim, Okay, a program very similar to this using the Boost REGEX library and ICU 4.55 works just fine with this. According to my understanding, the "char" data type and "std::string" classes were specificall

[Bug c++/63776] New: [C++11] Regex collate matching not working

2014-11-07 Thread gnu-org at bignm dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu-org at bignm dot com Created attachment 33919 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33919&action=edit Full test program source code The locale has been set to "pt_BR.UTF-8" and the following St

[Bug c++/63775] New: [C++11] Regex range with leading dash (-) not working

2014-11-07 Thread gnu-org at bignm dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: gnu-org at bignm dot com Created attachment 33918 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33918&action=edit Source code of test program Partial output from file below: Note the String below shoul