public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
@ 2012-08-11 13:54 hjl.tools at gmail dot com
  2012-08-11 16:21 ` [Bug libstdc++/54228] " hjl.tools at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-08-11 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54228
           Summary: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
    Classification: Unclassified
           Product: gcc
           Version: 4.6.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86, revision 190306 gave

FAIL: 22_locale/num_put/put/char/9780-2.cc execution test

Revision 189763 is OK.


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

* [Bug libstdc++/54228] [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
  2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
@ 2012-08-11 16:21 ` hjl.tools at gmail dot com
  2012-08-16 11:08 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-08-11 16:21 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |libstdc++

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-08-11 16:21:07 UTC ---
It is cause by newer glibc.  We need to backport
revision 182385 from trunk.


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

* [Bug libstdc++/54228] [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
  2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
  2012-08-11 16:21 ` [Bug libstdc++/54228] " hjl.tools at gmail dot com
@ 2012-08-16 11:08 ` rguenth at gcc dot gnu.org
  2012-09-27 17:42 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-08-16 11:08 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.4


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

* [Bug libstdc++/54228] [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
  2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
  2012-08-11 16:21 ` [Bug libstdc++/54228] " hjl.tools at gmail dot com
  2012-08-16 11:08 ` rguenth at gcc dot gnu.org
@ 2012-09-27 17:42 ` paolo.carlini at oracle dot com
  2012-09-27 20:34 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-09-27 17:42 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-09-27 17:41:43 UTC ---
H.J. please either backport or close this. Thanks.


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

* [Bug libstdc++/54228] [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
  2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-09-27 17:42 ` paolo.carlini at oracle dot com
@ 2012-09-27 20:34 ` hjl.tools at gmail dot com
  2012-09-27 21:00 ` hjl at gcc dot gnu.org
  2012-09-27 21:01 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-27 20:34 UTC (permalink / raw)
  To: gcc-bugs


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2012-09/msg01854.htm
                   |                            |l

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-27 20:33:58 UTC ---
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01854.html


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

* [Bug libstdc++/54228] [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
  2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-09-27 20:34 ` hjl.tools at gmail dot com
@ 2012-09-27 21:00 ` hjl at gcc dot gnu.org
  2012-09-27 21:01 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu.org @ 2012-09-27 21:00 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2012-09-27 21:00:24 UTC ---
Author: hjl
Date: Thu Sep 27 21:00:14 2012
New Revision: 191812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191812
Log:
Add test for "C" locale, add sanity checks in case of grouping

2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>

    PR libstdc++/54228
    Backport from mainline
    2011-12-15  Benjamin Kosnik  <bkoz@redhat.com>

    * testsuite/22_locale/num_put/put/char/9780-2.cc: Add test for "C"
    locale, add sanity checks in case of grouping.

Modified:
    branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
   
branches/gcc-4_6-branch/libstdc++-v3/testsuite/22_locale/num_put/put/char/9780-2.cc


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

* [Bug libstdc++/54228] [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc
  2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2012-09-27 21:00 ` hjl at gcc dot gnu.org
@ 2012-09-27 21:01 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2012-09-27 21:01 UTC (permalink / raw)
  To: gcc-bugs


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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> 2012-09-27 21:00:44 UTC ---
Fixed.


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

end of thread, other threads:[~2012-09-27 21:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-11 13:54 [Bug middle-end/54228] New: [4.6 Regression] 22_locale/num_put/put/char/9780-2.cc hjl.tools at gmail dot com
2012-08-11 16:21 ` [Bug libstdc++/54228] " hjl.tools at gmail dot com
2012-08-16 11:08 ` rguenth at gcc dot gnu.org
2012-09-27 17:42 ` paolo.carlini at oracle dot com
2012-09-27 20:34 ` hjl.tools at gmail dot com
2012-09-27 21:00 ` hjl at gcc dot gnu.org
2012-09-27 21:01 ` hjl.tools at gmail dot com

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).