public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE*
@ 2004-03-16  9:45 Richard dot Kreckel at Framatome-ANP dot com
  2004-04-07  3:07 ` [Bug libstdc++/14600] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard dot Kreckel at Framatome-ANP dot com @ 2004-03-16  9:45 UTC (permalink / raw)
  To: gcc-bugs

Similar to the __gnu_cxx::stdio_filebuf<>::fd() member function, there should be
a __gnu_cxx::stdio_sync_filebuf::c_file() member function which returns the
underlying FILE*.

With the advent of __gnu_cxx::stdio_sync_filebuf<> that feature becomes needed
for interfacing to good ol' Unix machinery.  A patch was proposed on
<http://gcc.gnu.org/ml/libstdc++/2004-02/msg00379.html>.  It even appears that
consensus had been reached:
<http://gcc.gnu.org/ml/libstdc++/2004-02/msg00189.html>. Due to the trivial
nature of the patch, it should also be considered a candidate for 3.4.x.

-- 
           Summary: __gnu_cxx::stdio_sync_filebuf should expose internal
                    FILE*
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Richard dot Kreckel at Framatome-ANP dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug libstdc++/14600] __gnu_cxx::stdio_sync_filebuf should expose internal FILE*
  2004-03-16  9:45 [Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE* Richard dot Kreckel at Framatome-ANP dot com
@ 2004-04-07  3:07 ` pinskia at gcc dot gnu dot org
  2004-05-24  2:02 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-07  3:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-07 03:06 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-07 03:06:59
               date|                            |
   Target Milestone|---                         |3.4.1


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


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

* [Bug libstdc++/14600] __gnu_cxx::stdio_sync_filebuf should expose internal FILE*
  2004-03-16  9:45 [Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE* Richard dot Kreckel at Framatome-ANP dot com
  2004-04-07  3:07 ` [Bug libstdc++/14600] " pinskia at gcc dot gnu dot org
@ 2004-05-24  2:02 ` mmitchel at gcc dot gnu dot org
  2004-05-30 16:33 ` cvs-commit at gcc dot gnu dot org
  2004-05-31 14:36 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-05-24  2:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-05-23 22:13 -------
This is not a regresssion and therefore not a show-stopper for 3.4.1 -- or any
other release.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |---


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


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

* [Bug libstdc++/14600] __gnu_cxx::stdio_sync_filebuf should expose internal FILE*
  2004-03-16  9:45 [Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE* Richard dot Kreckel at Framatome-ANP dot com
  2004-04-07  3:07 ` [Bug libstdc++/14600] " pinskia at gcc dot gnu dot org
  2004-05-24  2:02 ` mmitchel at gcc dot gnu dot org
@ 2004-05-30 16:33 ` cvs-commit at gcc dot gnu dot org
  2004-05-31 14:36 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-30 16:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-29 14:41 -------
Subject: Bug 14600

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-05-29 14:40:59

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/io: basic_file_stdio.cc basic_file_stdio.h 
	libstdc++-v3/include/ext: stdio_filebuf.h stdio_sync_filebuf.h 

Log message:
	2004-05-29  Richard B. Kreckel  <Richard.Kreckel@Framatome-ANP.com>
	Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/14600
	* include/ext/stdio_sync_filebuf.h (stdio_sync_filebuf::file): New.
	* include/ext/stdio_filebuf.h (stdio_filebuf::file): New.
	* config/io/basic_file_stdio.cc (__basic_file::file): New.
	* config/io/basic_file_stdio.h: Define.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2498&r2=1.2499
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.cc.diff?cvsroot=gcc&r1=1.31&r2=1.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/io/basic_file_stdio.h.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_filebuf.h.diff?cvsroot=gcc&r1=1.17&r2=1.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h.diff?cvsroot=gcc&r1=1.8&r2=1.9



-- 


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


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

* [Bug libstdc++/14600] __gnu_cxx::stdio_sync_filebuf should expose internal FILE*
  2004-03-16  9:45 [Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE* Richard dot Kreckel at Framatome-ANP dot com
                   ` (2 preceding siblings ...)
  2004-05-30 16:33 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-31 14:36 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-31 14:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-30 13:58 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-05-30 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-16  9:45 [Bug libstdc++/14600] New: __gnu_cxx::stdio_sync_filebuf should expose internal FILE* Richard dot Kreckel at Framatome-ANP dot com
2004-04-07  3:07 ` [Bug libstdc++/14600] " pinskia at gcc dot gnu dot org
2004-05-24  2:02 ` mmitchel at gcc dot gnu dot org
2004-05-30 16:33 ` cvs-commit at gcc dot gnu dot org
2004-05-31 14:36 ` 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).