This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/26697] time_put::put('x') shows only 2 year digits, in en_GB locale.
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2006 17:17:44 -0000
- Subject: [Bug libstdc++/26697] time_put::put('x') shows only 2 year digits, in en_GB locale.
- References: <bug-26697-8548@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pcarlini at suse dot de 2006-03-15 17:17 -------
(In reply to comment #2)
> Thanks. So, can't we just reassign this to glibc then?
If you want, you can certainly file a glibc PR. However, I think you should
first try to understand whether there are real reasons to believe the behavior
is a *bug*. I mean, what evidence do you have that the en_GB locale data should
be different? About time_get, we don't use a glibc function directly, but
certainly we query the very same locale data, same issue, more or less.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26697