public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/48030] New: Implement read_x using fbuf_getc
@ 2011-03-08  2:56 jvdelisle at gcc dot gnu.org
  2011-03-14  3:29 ` [Bug libfortran/48030] " jvdelisle at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-03-08  2:56 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Implement read_x using fbuf_getc
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jvdelisle@gcc.gnu.org


This is a tracker.  No bug has manifested yet.  Refer to PR47694 for additional
information.


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

* [Bug libfortran/48030] Implement read_x using fbuf_getc
  2011-03-08  2:56 [Bug libfortran/48030] New: Implement read_x using fbuf_getc jvdelisle at gcc dot gnu.org
@ 2011-03-14  3:29 ` jvdelisle at gcc dot gnu.org
  2011-03-24  6:20 ` jvdelisle at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-03-14  3:29 UTC (permalink / raw)
  To: gcc-bugs

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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.03.14 03:29:30
         AssignedTo|unassigned at gcc dot       |jvdelisle at gcc dot
                   |gnu.org                     |gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-03-14 03:29:30 UTC ---
Created attachment 23647
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23647
Preliminary Patch

Here is a preliminary patch that has been regression tested OK. Holding for 4.7


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

* [Bug libfortran/48030] Implement read_x using fbuf_getc
  2011-03-08  2:56 [Bug libfortran/48030] New: Implement read_x using fbuf_getc jvdelisle at gcc dot gnu.org
  2011-03-14  3:29 ` [Bug libfortran/48030] " jvdelisle at gcc dot gnu.org
@ 2011-03-24  6:20 ` jvdelisle at gcc dot gnu.org
  2011-03-27 16:00 ` jvdelisle at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-03-24  6:20 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-03-24 01:49:01 UTC ---
Author: jvdelisle
Date: Thu Mar 24 01:48:57 2011
New Revision: 171378

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171378
Log:
2011-03-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

    PR libgfortran/48030
    * io/read.c (read_x): Re-implement using fbuf_getc.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/read.c


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

* [Bug libfortran/48030] Implement read_x using fbuf_getc
  2011-03-08  2:56 [Bug libfortran/48030] New: Implement read_x using fbuf_getc jvdelisle at gcc dot gnu.org
  2011-03-14  3:29 ` [Bug libfortran/48030] " jvdelisle at gcc dot gnu.org
  2011-03-24  6:20 ` jvdelisle at gcc dot gnu.org
@ 2011-03-27 16:00 ` jvdelisle at gcc dot gnu.org
  2011-04-30 15:34 ` jvdelisle at gcc dot gnu.org
  2011-04-30 15:38 ` jvdelisle at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-03-27 16:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-03-27 14:36:38 UTC ---
Left to do is backport to 4.6.1


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

* [Bug libfortran/48030] Implement read_x using fbuf_getc
  2011-03-08  2:56 [Bug libfortran/48030] New: Implement read_x using fbuf_getc jvdelisle at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-03-27 16:00 ` jvdelisle at gcc dot gnu.org
@ 2011-04-30 15:34 ` jvdelisle at gcc dot gnu.org
  2011-04-30 15:38 ` jvdelisle at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-04-30 15:34 UTC (permalink / raw)
  To: gcc-bugs

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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

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

--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-04-30 15:29:44 UTC ---
Closing


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

* [Bug libfortran/48030] Implement read_x using fbuf_getc
  2011-03-08  2:56 [Bug libfortran/48030] New: Implement read_x using fbuf_getc jvdelisle at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-04-30 15:34 ` jvdelisle at gcc dot gnu.org
@ 2011-04-30 15:38 ` jvdelisle at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2011-04-30 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-04-30 15:25:00 UTC ---
Author: jvdelisle
Date: Sat Apr 30 15:24:57 2011
New Revision: 173218

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173218
Log:
2011-04-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

    Backport from mainline:
    PR libgfortran/48030
    * io/read.c (read_x): Re-implement using fbuf_getc.

Modified:
    branches/gcc-4_6-branch/libgfortran/ChangeLog
    branches/gcc-4_6-branch/libgfortran/io/read.c


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

end of thread, other threads:[~2011-04-30 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-08  2:56 [Bug libfortran/48030] New: Implement read_x using fbuf_getc jvdelisle at gcc dot gnu.org
2011-03-14  3:29 ` [Bug libfortran/48030] " jvdelisle at gcc dot gnu.org
2011-03-24  6:20 ` jvdelisle at gcc dot gnu.org
2011-03-27 16:00 ` jvdelisle at gcc dot gnu.org
2011-04-30 15:34 ` jvdelisle at gcc dot gnu.org
2011-04-30 15:38 ` jvdelisle at gcc dot gnu.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).