public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <bug-9635-4@http.gcc.gnu.org/bugzilla/>
@ 2011-09-27 17:18 ` sje at cup dot hp.com
  2011-09-27 19:01 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: sje at cup dot hp.com @ 2011-09-27 17:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635

Steve Ellcey <sje at cup dot hp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sje at cup dot hp.com

--- Comment #6 from Steve Ellcey <sje at cup dot hp.com> 2011-09-27 16:43:11 UTC ---
I am curious if we think anything will be done with this bug.

I see someone proposed a patch to the C++ library a while back
(https://issues.apache.org/jira/browse/STDCXX-459) but it was not accepted.

Do the comments from C++ library issue 461
(http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#461) affect this
bug and our ability to fix it?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <bug-9635-4@http.gcc.gnu.org/bugzilla/>
  2011-09-27 17:18 ` [Bug libstdc++/9635] time_get<>::date_order unimplemented sje at cup dot hp.com
@ 2011-09-27 19:01 ` paolo.carlini at oracle dot com
  2011-09-27 19:27 ` sje at cup dot hp.com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-09-27 19:01 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|paolo.carlini at oracle dot |
                   |com                         |

--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-27 17:38:37 UTC ---
Sorry, I'm not interested in working on these issues any time soon. By the way,
you say 'a patch was rejected' or something similar, but I haven't seen any
patch submitted to *this* project in any form.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <bug-9635-4@http.gcc.gnu.org/bugzilla/>
  2011-09-27 17:18 ` [Bug libstdc++/9635] time_get<>::date_order unimplemented sje at cup dot hp.com
  2011-09-27 19:01 ` paolo.carlini at oracle dot com
@ 2011-09-27 19:27 ` sje at cup dot hp.com
  2011-09-27 20:30 ` redi at gcc dot gnu.org
  2021-03-11 17:12 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 10+ messages in thread
From: sje at cup dot hp.com @ 2011-09-27 19:27 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635

--- Comment #8 from Steve Ellcey <sje at cup dot hp.com> 2011-09-27 18:23:56 UTC ---
No, the patch I mentioned was not sent to this project.  If I am reading the
web site correctly (the first link in comment #6), I think the patch was sent
to the
apache version of the C++ library.  I am not sure what relationship that has to
the GCC libstdc++.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <bug-9635-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-09-27 19:27 ` sje at cup dot hp.com
@ 2011-09-27 20:30 ` redi at gcc dot gnu.org
  2021-03-11 17:12 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2011-09-27 20:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-09-27 19:00:44 UTC ---
None whatsoever, the Apache stdcxx project is the open source version of Rogue
Wave's C++ library


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <bug-9635-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-09-27 20:30 ` redi at gcc dot gnu.org
@ 2021-03-11 17:12 ` redi at gcc dot gnu.org
  4 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2021-03-11 17:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lewis at sophists dot com

--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
*** Bug 99556 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <bug-9635-4127@http.gcc.gnu.org/bugzilla/>
@ 2006-10-17  0:04 ` pcarlini at suse dot de
  0 siblings, 0 replies; 10+ messages in thread
From: pcarlini at suse dot de @ 2006-10-17  0:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pcarlini at suse dot de  2006-10-17 00:04 -------
Unfortunately, at the time I overlooked this comment in locale_facets.tcc:

  // NB: Not especially useful. Without an ios_base object or some
  // kind of locale reference, we are left clawing at the air where
  // the side of the mountain used to be...
  template<typename _CharT, typename _InIter>
    time_base::dateorder
    time_get<_CharT, _InIter>::do_date_order() const
    { return time_base::no_order; }

Having written the parsing code, now I have no idea how to circumvent the above
issue, for the moment I'm unassigning myself from the PR.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pcarlini at suse dot de     |unassigned at gcc dot gnu
                   |                            |dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <20030209130600.9635.peturr02@ru.is>
                   ` (2 preceding siblings ...)
  2003-11-13  9:57 ` peturr02 at ru dot is
@ 2003-12-01  0:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-01  0:55 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-01 00:55:30
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <20030209130600.9635.peturr02@ru.is>
  2003-07-31 21:53 ` paolo at gcc dot gnu dot org
  2003-11-08 12:57 ` paolo at gcc dot gnu dot org
@ 2003-11-13  9:57 ` peturr02 at ru dot is
  2003-12-01  0:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 10+ messages in thread
From: peturr02 at ru dot is @ 2003-11-13  9:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peturr02 at ru dot is  2003-11-13 09:56 -------
> However, I have doubts about your testcase: in my reading of 22.2.5.1.2,p1,
> date_order() should return no_order, since in the "is_IS" locale D_FMT is
> "%a %e.%b %Y", that is, the date format contains one additional component (of 
> tm_wday type)

I agree with that reading.

This however means that the time_get facet is mostly useless for this locale
(and presumably others). Forcing people to enter the weekday when entering
dates is beyond silly, but that's what the standard says...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <20030209130600.9635.peturr02@ru.is>
  2003-07-31 21:53 ` paolo at gcc dot gnu dot org
@ 2003-11-08 12:57 ` paolo at gcc dot gnu dot org
  2003-11-13  9:57 ` peturr02 at ru dot is
  2003-12-01  0:55 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 10+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-11-08 12:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo at gcc dot gnu dot org  2003-11-08 12:57 -------
Hi, I'm implementing the feature.

However, I have doubts about your testcase: in my reading of 22.2.5.1.2,p1,
date_order() should return no_order, since in the "is_IS" locale D_FMT is
"%a %e.%b %Y", that is, the date format contains one additional component (of 
tm_wday type)

??

Thanks, Paolo.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libstdc++/9635] time_get<>::date_order unimplemented
       [not found] <20030209130600.9635.peturr02@ru.is>
@ 2003-07-31 21:53 ` paolo at gcc dot gnu dot org
  2003-11-08 12:57 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-07-31 21:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9635


paolo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


------- Additional Comments From paolo at gcc dot gnu dot org  2003-07-31 21:53 -------
Indeed, parsing __nl_langinfo_l(D_FMT, *) should suffice.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-03-11 17:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-9635-4@http.gcc.gnu.org/bugzilla/>
2011-09-27 17:18 ` [Bug libstdc++/9635] time_get<>::date_order unimplemented sje at cup dot hp.com
2011-09-27 19:01 ` paolo.carlini at oracle dot com
2011-09-27 19:27 ` sje at cup dot hp.com
2011-09-27 20:30 ` redi at gcc dot gnu.org
2021-03-11 17:12 ` redi at gcc dot gnu.org
     [not found] <bug-9635-4127@http.gcc.gnu.org/bugzilla/>
2006-10-17  0:04 ` pcarlini at suse dot de
     [not found] <20030209130600.9635.peturr02@ru.is>
2003-07-31 21:53 ` paolo at gcc dot gnu dot org
2003-11-08 12:57 ` paolo at gcc dot gnu dot org
2003-11-13  9:57 ` peturr02 at ru dot is
2003-12-01  0:55 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).