[Bug c++/33979] support for char16_t, char32_t

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

[Bug c++/33979] support for char16_t, char32_t

2018-06-12 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Paolo Carlini changed: What|Removed |Added Status|WAITING |NEW --- Comment #22 from Paolo Carlini

[Bug c++/33979] support for char16_t, char32_t

2018-06-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Eric Gallager changed: What|Removed |Added Status|NEW |WAITING --- Comment #21 from Eric Gallag

[Bug c++/33979] support for char16_t, char32_t

2018-03-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 --- Comment #20 from Jonathan Wakely --- Compiler support for char16_t and char32_t has been complete for many years. The libstdc++ support required by the standard has been complete since GCC 5.1, but I don't know if Paolo had more in mind (we

[Bug c++/33979] support for char16_t, char32_t

2018-03-11 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug c++/33979] support for char16_t, char32_t

2011-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Richard Guenther changed: What|Removed |Added Target Milestone|4.4.7 |---

[Bug c++/33979] support for char16_t, char32_t

2011-04-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.4.6 |4.4.7

[Bug c++/33979] support for char16_t, char32_t

2010-10-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.4.5 |4.4.6

[Bug c++/33979] support for char16_t, char32_t

2010-04-30 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.4 |4.4.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2010-01-21 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.3 |4.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2009-12-14 Thread sacolcor at provide dot net
--- Comment #18 from sacolcor at provide dot net 2009-12-14 21:36 --- Should the library support for this be split into a separate bug? Or two bugs, if libstdc++ and glibc both need to handle the new types? -- sacolcor at provide dot net changed: What|Removed

[Bug c++/33979] support for char16_t, char32_t

2009-10-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.2 |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2009-07-22 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.1 |4.4.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2009-05-26 Thread loufoque at gmail dot com
--- Comment #17 from loufoque at gmail dot com 2009-05-26 20:16 --- Ignore my previous comment; it seems that was changed since in the current C++0x draft those are indeed keywords. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2009-05-26 Thread loufoque at gmail dot com
--- Comment #16 from loufoque at gmail dot com 2009-05-26 20:10 --- It seems the current patch makes char16_t and char32_t keywords. According to the linked specifications, however, those should only be typedefs to the actual keywords, which are _Char16_t and _Char32_t. Those typedefs sh

[Bug c++/33979] support for char16_t, char32_t

2009-04-22 Thread paolo dot carlini at oracle dot com
--- Comment #15 from paolo dot carlini at oracle dot com 2009-04-22 17:23 --- In order to make progress on the locale bits while following the usual strategies of v3, we need some support from the underlying glibc, not forthcoming, AFAIK... -- paolo dot carlini at oracle dot com cha

[Bug c++/33979] support for char16_t, char32_t

2009-04-22 Thread bkoz at gcc dot gnu dot org
--- Comment #14 from bkoz at gcc dot gnu dot org 2009-04-22 16:49 --- Language parts are done for 4.4.0 according to C++0x status. If parts are remaining please detail. For library, numerics/string are done but locale is not in 4.4.0. -- bkoz at gcc dot gnu dot org changed:

[Bug c++/33979] support for char16_t, char32_t

2009-04-21 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.0 |4.4.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-12-31 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2008-12-31 19:20 --- I think all the front-end parts are fixed now, and only the library part needs to be worked on or is this fully fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-08-20 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-08-20 Thread paolo at gcc dot gnu dot org
--- Comment #12 from paolo at gcc dot gnu dot org 2008-08-20 19:31 --- Subject: Bug 33979 Author: paolo Date: Wed Aug 20 19:29:54 2008 New Revision: 139339 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139339 Log: 2008-08-20 Paolo Carlini <[EMAIL PROTECTED]> PR libst

[Bug c++/33979] support for char16_t, char32_t

2008-08-10 Thread paolo dot carlini at oracle dot com
--- Comment #11 from paolo dot carlini at oracle dot com 2008-08-10 16:36 --- *** Bug 20410 has been marked as a duplicate of this bug. *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---

[Bug c++/33979] support for char16_t, char32_t

2008-05-20 Thread paolo at gcc dot gnu dot org
--- Comment #10 from paolo at gcc dot gnu dot org 2008-05-20 18:12 --- Subject: Bug 33979 Author: paolo Date: Tue May 20 18:11:34 2008 New Revision: 135668 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135668 Log: 2008-05-20 Paolo Carlini <[EMAIL PROTECTED]> PR c++/3

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread bkoz at gcc dot gnu dot org
--- Comment #9 from bkoz at gcc dot gnu dot org 2008-05-19 18:21 --- Sounds great Paolo! I am not working on this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2008-05-19 10:58 --- Parts of it, surely. Not all of it, however. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-05-19 10:54 --- (In reply to comment #6) > Agreed, Benjamin, I'm looking into the first library bits. By the way, both > the > core and library proposals are now in the working paper (N2461), before that, > N2249 superseeded N2149.

[Bug c++/33979] support for char16_t, char32_t

2008-05-19 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2008-05-19 10:31 --- Agreed, Benjamin, I'm looking into the first library bits. By the way, both the core and library proposals are now in the working paper (N2461), before that, N2249 superseeded N2149. -- paolo dot carlini at

[Bug c++/33979] support for char16_t, char32_t

2008-05-06 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2008-05-06 19:02 --- The compiler parts of this are done, or well along in terms of progress. For the library, I think it makes sense to start with _GLIBCXX_USE_CHAR16_T and _GLIBCXX_USE_CHAR32_T configury and macros, and then ease into

[Bug c++/33979] support for char16_t, char32_t

2008-05-02 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|jason at gcc dot gnu dot org|unassigned at gcc dot gnu |

[Bug c++/33979] support for char16_t, char32_t

2008-04-15 Thread kris dot van dot hees at oracle dot com
--- Comment #4 from kris dot van dot hees at oracle dot com 2008-04-15 20:17 --- Updated patch: http://gcc.gnu.org/ml/gcc-patches/2008-04/msg01235.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-03-31 Thread kris dot van dot hees at oracle dot com
--- Comment #3 from kris dot van dot hees at oracle dot com 2008-04-01 00:27 --- Updated patch based on additional feedback: http://gcc.gnu.org/ml/gcc-patches/2008-03/msg02025.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-03-31 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2008-04-01 00:12 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2008-03/msg01474.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33979

[Bug c++/33979] support for char16_t, char32_t

2008-02-24 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/33979] support for char16_t, char32_t

2007-12-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-12-02 22:26 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON