public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
@ 2003-06-08  8:06 ` dhazeghi@yahoo.com
  2003-09-05 12:55 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-08  8:06 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=9028


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|                            |i686-pc-linux-gnu
   GCC host triplet|                            |i686-pc-linux-gnu
 GCC target triplet|                            |i686-pc-linux-gnu
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-08 08:06:07
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-08 08:06 -------
Ben, I take it that despite the lengthy cvs log, this is not fully fixed? With gcc 3.3 branch 
(20030603), the test here segfaults. With mainline, it simply complains about a number of missing 
locales.

Dara


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

* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
  2003-06-08  8:06 ` [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0 dhazeghi@yahoo.com
@ 2003-09-05 12:55 ` cvs-commit at gcc dot gnu dot org
  2003-09-05 15:01 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-05 12:55 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=9028



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-05 12:55 -------
Subject: Bug 9028

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2003-09-05 12:55:34

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: fstream.tcc 
	libstdc++-v3/include/std: std_fstream.h 
Added files:
	libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t: 
	                                                              1.cc 
	                                                              2.cc 
	                                                              3.cc 
	                                                              4.cc 
	                                                              5.cc 
	libstdc++-v3/testsuite/27_io/objects/wchar_t: 12.cc 13.cc 

Log message:
	2003-09-04  Petur Runolfsson  <peturr02@ru.is>
	
	PR libstdc++/9028
	* include/bits/fstream.tcc
	(basic_filebuf::_M_destroy_internal_buffer): Destroy _M_ext_buf.
	(basic_filebuf::basic_filebuf): Initialize _M_ext_buf,
	_M_ext_buf_size, _M_ext_next and _M_ext_end.
	(basic_filebuf::underflow): Handle variable-width stateless
	encodings (codecvt::encoding() == 0), including UTF-8.
	* include/std/std_fstream.h (basic_filebuf):
	Declare _M_ext_buf, _M_ext_buf_size, _M_ext_next, _M_ext_end.
	* testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: New test.
	* testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: New test.
	* testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: New test.
	* testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: New test.
	* testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: New test.
	* testsuite/27_io/objects/wchar_t/12.cc: New test.
	* testsuite/27_io/objects/wchar_t/13.cc: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1950&r2=1.1951
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&r1=1.97&r2=1.98
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_fstream.h.diff?cvsroot=gcc&r1=1.56&r2=1.57
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
  2003-06-08  8:06 ` [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0 dhazeghi@yahoo.com
  2003-09-05 12:55 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-05 15:01 ` pinskia at gcc dot gnu dot org
  2003-09-05 15:08 ` peturr02 at ru dot is
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-05 15:01 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=9028



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-05 15:01 -------
Petur is this fixed by your patch?


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

* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
                   ` (2 preceding siblings ...)
  2003-09-05 15:01 ` pinskia at gcc dot gnu dot org
@ 2003-09-05 15:08 ` peturr02 at ru dot is
  2003-09-05 15:12 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: peturr02 at ru dot is @ 2003-09-05 15:08 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=9028



------- Additional Comments From peturr02 at ru dot is  2003-09-05 15:08 -------
> Petur is this fixed by your patch?

Yes. The test case now runs as expected for me.


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

* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
                   ` (3 preceding siblings ...)
  2003-09-05 15:08 ` peturr02 at ru dot is
@ 2003-09-05 15:12 ` pinskia at gcc dot gnu dot org
  2004-04-16  2:33 ` sarbx at hotmail dot com
  2004-04-16 12:39 ` pcarlini at suse dot de
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-05 15:12 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=9028


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-05 15:12 -------
Fixed by the patch.


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

* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
                   ` (4 preceding siblings ...)
  2003-09-05 15:12 ` pinskia at gcc dot gnu dot org
@ 2004-04-16  2:33 ` sarbx at hotmail dot com
  2004-04-16 12:39 ` pcarlini at suse dot de
  6 siblings, 0 replies; 7+ messages in thread
From: sarbx at hotmail dot com @ 2004-04-16  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sarbx at hotmail dot com  2004-04-16 02:07 -------
How can I know in which release this bug has been fixed?

I'm using Redhat 9 and g++ 3.2.2 and have the same problem?

-- 


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


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

* [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0.
       [not found] <20021220074601.9028.peturr02@ru.is>
                   ` (5 preceding siblings ...)
  2004-04-16  2:33 ` sarbx at hotmail dot com
@ 2004-04-16 12:39 ` pcarlini at suse dot de
  6 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2004-04-16 12:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2004-04-16 09:12 -------
The "Target Milestone" field is the answer: says 3.4.0.

-- 


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


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

end of thread, other threads:[~2004-04-16  9:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021220074601.9028.peturr02@ru.is>
2003-06-08  8:06 ` [Bug libstdc++/9028] codecvt<wchar_t, char, mbstate_t> doesn't work on Red Hat Linux 8.0 dhazeghi@yahoo.com
2003-09-05 12:55 ` cvs-commit at gcc dot gnu dot org
2003-09-05 15:01 ` pinskia at gcc dot gnu dot org
2003-09-05 15:08 ` peturr02 at ru dot is
2003-09-05 15:12 ` pinskia at gcc dot gnu dot org
2004-04-16  2:33 ` sarbx at hotmail dot com
2004-04-16 12:39 ` pcarlini at suse dot de

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