public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/13630] New: Wrong type for locale::category
@ 2004-01-09 12:50 peturr02 at ru dot is
  2004-01-09 12:51 ` [Bug libstdc++/13630] " peturr02 at ru dot is
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: peturr02 at ru dot is @ 2004-01-09 12:50 UTC (permalink / raw)
  To: gcc-bugs

locale::category is currently defined as typedef unsigned int category,
but according to 22.1.1, it should by typedef int category.

-- 
           Summary: Wrong type for locale::category
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: peturr02 at ru dot is
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug libstdc++/13630] Wrong type for locale::category
  2004-01-09 12:50 [Bug libstdc++/13630] New: Wrong type for locale::category peturr02 at ru dot is
@ 2004-01-09 12:51 ` peturr02 at ru dot is
  2004-01-09 14:03 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: peturr02 at ru dot is @ 2004-01-09 12:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From peturr02 at ru dot is  2004-01-09 12:51 -------
Created an attachment (id=5442)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5442&action=view)
Test case


-- 


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


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

* [Bug libstdc++/13630] Wrong type for locale::category
  2004-01-09 12:50 [Bug libstdc++/13630] New: Wrong type for locale::category peturr02 at ru dot is
  2004-01-09 12:51 ` [Bug libstdc++/13630] " peturr02 at ru dot is
@ 2004-01-09 14:03 ` paolo at gcc dot gnu dot org
  2004-01-10 10:15 ` cvs-commit at gcc dot gnu dot org
  2004-01-10 10:16 ` paolo at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2004-01-09 14:03 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-09 14:03:24
               date|                            |
   Target Milestone|---                         |3.4.0


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


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

* [Bug libstdc++/13630] Wrong type for locale::category
  2004-01-09 12:50 [Bug libstdc++/13630] New: Wrong type for locale::category peturr02 at ru dot is
  2004-01-09 12:51 ` [Bug libstdc++/13630] " peturr02 at ru dot is
  2004-01-09 14:03 ` paolo at gcc dot gnu dot org
@ 2004-01-10 10:15 ` cvs-commit at gcc dot gnu dot org
  2004-01-10 10:16 ` paolo at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-10 10:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-10 10:15 -------
Subject: Bug 13630

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2004-01-10 10:15:36

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: locale_classes.h 
Added files:
	libstdc++-v3/testsuite/22_locale/locale: 13630.cc 

Log message:
	2004-01-10  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/13630
	* include/bits/locale_classes.h (class locale): Fix category typedef.
	* testsuite/22_locale/locale/13630.cc: Add.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2205&r2=1.2206
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_classes.h.diff?cvsroot=gcc&r1=1.17&r2=1.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/13630.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug libstdc++/13630] Wrong type for locale::category
  2004-01-09 12:50 [Bug libstdc++/13630] New: Wrong type for locale::category peturr02 at ru dot is
                   ` (2 preceding siblings ...)
  2004-01-10 10:15 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-10 10:16 ` paolo at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2004-01-10 10:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo at gcc dot gnu dot org  2004-01-10 10:16 -------
Fixed for 3.4.

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


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


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

end of thread, other threads:[~2004-01-10 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-09 12:50 [Bug libstdc++/13630] New: Wrong type for locale::category peturr02 at ru dot is
2004-01-09 12:51 ` [Bug libstdc++/13630] " peturr02 at ru dot is
2004-01-09 14:03 ` paolo at gcc dot gnu dot org
2004-01-10 10:15 ` cvs-commit at gcc dot gnu dot org
2004-01-10 10:16 ` paolo 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).