public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file
@ 2014-04-10 17:31 orion at cora dot nwra.com
  2014-04-11  1:55 ` [Bug fortran/60810] " jvdelisle at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: orion at cora dot nwra.com @ 2014-04-10 17:31 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60810
           Summary: [4.9 Regression] list directed io from array results
                    in end of file
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: orion at cora dot nwra.com

This program:

program readstrlist
      character(len=80), dimension(2) :: ver
      integer :: a, b, c

      ver(1) = '285 383'
      ver(2) = '985'

      read( ver, *) a, b, c
      write ( *, *) a, b, c
end

Outputs:
At line 8 of file readstrlist.f90
Fortran runtime error: End of file

with:
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.9.0/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --enable-multilib --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object
--enable-linker-build-id --with-linker-hash-style=gnu
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin
--enable-initfini-array --enable-java-awt=gtk --disable-dssi
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-isl=/builddir/build/BUILD/gcc-4.9.0-20140409/obj-x86_64-redhat-linux/isl-install
--with-cloog=/builddir/build/BUILD/gcc-4.9.0-20140409/obj-x86_64-redhat-linux/cloog-install
--enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.9.0 20140409 (Red Hat 4.9.0-0.9) (GCC) 

works with 4.8.2 and earlier and ifort version 14.0.2.


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

* [Bug fortran/60810] [4.9 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
@ 2014-04-11  1:55 ` jvdelisle at gcc dot gnu.org
  2014-04-11  5:35 ` jakub at gcc dot gnu.org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-11  1:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-04-11
                 CC|                            |jvdelisle at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jvdelisle at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Confirmed.

Works on 4.6, fails on 4.7, 4.8, and 4.9.

I have to think about this a bit.  I could see an end-of-record message would
be possibly the right behavior since each array element is treated as a record.

On the other hand, ifort accepts this.  So I wonder what other compilers do.


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

* [Bug fortran/60810] [4.9 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
  2014-04-11  1:55 ` [Bug fortran/60810] " jvdelisle at gcc dot gnu.org
@ 2014-04-11  5:35 ` jakub at gcc dot gnu.org
  2014-04-11  9:08 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-11  5:35 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Is that the r208591 (and for 4.8 r208595) change that changed the behavior?


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

* [Bug fortran/60810] [4.9 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
  2014-04-11  1:55 ` [Bug fortran/60810] " jvdelisle at gcc dot gnu.org
  2014-04-11  5:35 ` jakub at gcc dot gnu.org
@ 2014-04-11  9:08 ` rguenth at gcc dot gnu.org
  2014-04-11  9:12 ` [Bug fortran/60810] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-04-11  9:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
      Known to work|                            |4.8.2
   Target Milestone|---                         |4.9.0
      Known to fail|                            |4.9.0


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

* [Bug fortran/60810] [4.7/4.8/4.9 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (3 preceding siblings ...)
  2014-04-11  9:12 ` [Bug fortran/60810] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
@ 2014-04-11  9:12 ` jakub at gcc dot gnu.org
  2014-04-11 19:41 ` [Bug fortran/60810] [4.7/4.8/4.9/4.10 " jvdelisle at gcc dot gnu.org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-11  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.9 Regression] list       |[4.7/4.8/4.9 Regression]
                   |directed io from array      |list directed io from array
                   |results in end of file      |results in end of file

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The libgfortran change is in all of 4.7/4.8 branches and the trunk now I
believe.


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

* [Bug fortran/60810] [4.7/4.8/4.9 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (2 preceding siblings ...)
  2014-04-11  9:08 ` rguenth at gcc dot gnu.org
@ 2014-04-11  9:12 ` jakub at gcc dot gnu.org
  2014-04-11  9:12 ` jakub at gcc dot gnu.org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-04-11  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.0                       |4.7.4


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (4 preceding siblings ...)
  2014-04-11  9:12 ` jakub at gcc dot gnu.org
@ 2014-04-11 19:41 ` jvdelisle at gcc dot gnu.org
  2014-04-11 20:18 ` jvdelisle at gcc dot gnu.org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-11 19:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #3)
> The libgfortran change is in all of 4.7/4.8 branches and the trunk now I
> believe.

I am checking now. If so I will probably revert that previous patch.


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (5 preceding siblings ...)
  2014-04-11 19:41 ` [Bug fortran/60810] [4.7/4.8/4.9/4.10 " jvdelisle at gcc dot gnu.org
@ 2014-04-11 20:18 ` jvdelisle at gcc dot gnu.org
  2014-04-11 21:54 ` jvdelisle at gcc dot gnu.org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-11 20:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
The breakage is at r208528, investigating.


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (6 preceding siblings ...)
  2014-04-11 20:18 ` jvdelisle at gcc dot gnu.org
@ 2014-04-11 21:54 ` jvdelisle at gcc dot gnu.org
  2014-04-12  0:05 ` jvdelisle at gcc dot gnu.org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-11 21:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
I would like to request the following be applied to the 4.9 release candidate
if possible. It reverts a portion of the original patch that caused this
regression.
I will then do this for 4.7, 4.8, 4.9, and 4.10.  Please advise.

Index: unit.c
===================================================================
--- unit.c    (revision 209325)
+++ unit.c    (working copy)
@@ -382,9 +382,7 @@
 is_trim_ok (st_parameter_dt *dtp)
 {
   /* Check rank and stride.  */
-  if (dtp->internal_unit_desc
-      && (GFC_DESCRIPTOR_RANK (dtp->internal_unit_desc) > 1
-      || GFC_DESCRIPTOR_STRIDE(dtp->internal_unit_desc, 0) != 1))
+  if (dtp->internal_unit_desc)
     return false;
   /* Format strings can not have 'BZ' or '/'.  */
   if (dtp->common.flags & IOPARM_DT_HAS_FORMAT)


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (7 preceding siblings ...)
  2014-04-11 21:54 ` jvdelisle at gcc dot gnu.org
@ 2014-04-12  0:05 ` jvdelisle at gcc dot gnu.org
  2014-04-12  0:06 ` jvdelisle at gcc dot gnu.org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-12  0:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sat Apr 12 00:04:41 2014
New Revision: 209329

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

    PR libfortran/60810
    io/unit.c (is_trim_ok): If internal unit is array, do not trim.

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


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (8 preceding siblings ...)
  2014-04-12  0:05 ` jvdelisle at gcc dot gnu.org
@ 2014-04-12  0:06 ` jvdelisle at gcc dot gnu.org
  2014-04-12 18:42 ` jvdelisle at gcc dot gnu.org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-12  0:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Fixed on trunk, waiting on 4.9, will proceed to 4.8 and 4.7


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (9 preceding siblings ...)
  2014-04-12  0:06 ` jvdelisle at gcc dot gnu.org
@ 2014-04-12 18:42 ` jvdelisle at gcc dot gnu.org
  2014-04-12 18:51 ` jvdelisle at gcc dot gnu.org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-12 18:42 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sat Apr 12 18:42:15 2014
New Revision: 209338

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

    PR libfortran/60810
    io/unit.c (is_trim_ok): If internal unit is array, do not trim.

Modified:
    branches/gcc-4_9-branch/libgfortran/ChangeLog
    branches/gcc-4_9-branch/libgfortran/io/unit.c


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (10 preceding siblings ...)
  2014-04-12 18:42 ` jvdelisle at gcc dot gnu.org
@ 2014-04-12 18:51 ` jvdelisle at gcc dot gnu.org
  2014-04-13  2:10 ` jvdelisle at gcc dot gnu.org
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-12 18:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sat Apr 12 18:50:53 2014
New Revision: 209339

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

    PR libfortran/60810
    gfortran.dg/arrayio_13.f90: New test.

Added:
    branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/arrayio_13.f90
Modified:
    branches/gcc-4_9-branch/gcc/testsuite/ChangeLog


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (11 preceding siblings ...)
  2014-04-12 18:51 ` jvdelisle at gcc dot gnu.org
@ 2014-04-13  2:10 ` jvdelisle at gcc dot gnu.org
  2014-04-16 15:20 ` orion at cora dot nwra.com
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-13  2:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Sun Apr 13 02:05:02 2014
New Revision: 209345

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

    Backport from mainline
    PR libfortran/60810
    gfortran.dg/arrayio_13.f90: New test.

    PR libfortran/60810
    io/unit.c (is_trim_ok): If internal unit is array, do not trim.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/arrayio_13.f90
Modified:
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/libgfortran/ChangeLog
    branches/gcc-4_7-branch/libgfortran/io/unit.c


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (12 preceding siblings ...)
  2014-04-13  2:10 ` jvdelisle at gcc dot gnu.org
@ 2014-04-16 15:20 ` orion at cora dot nwra.com
  2014-04-29  3:14 ` jvdelisle at gcc dot gnu.org
  2014-04-29  3:15 ` jvdelisle at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: orion at cora dot nwra.com @ 2014-04-16 15:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Orion Poplawski <orion at cora dot nwra.com> ---
Jakub - Could we get this into Fedora Rawhide?  Need it to fix a broken dep in
plplot.  Thanks.


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (13 preceding siblings ...)
  2014-04-16 15:20 ` orion at cora dot nwra.com
@ 2014-04-29  3:14 ` jvdelisle at gcc dot gnu.org
  2014-04-29  3:15 ` jvdelisle at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-29  3:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Tue Apr 29 03:13:34 2014
New Revision: 209888

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

    PR libfortran/60810
    * gfortran.dg/arrayio_13.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/arrayio_13.f90
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file
  2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
                   ` (14 preceding siblings ...)
  2014-04-29  3:14 ` jvdelisle at gcc dot gnu.org
@ 2014-04-29  3:15 ` jvdelisle at gcc dot gnu.org
  15 siblings, 0 replies; 17+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2014-04-29  3:15 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #15 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Closing.


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

end of thread, other threads:[~2014-04-29  3:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-10 17:31 [Bug fortran/60810] New: [4.9 Regression] list directed io from array results in end of file orion at cora dot nwra.com
2014-04-11  1:55 ` [Bug fortran/60810] " jvdelisle at gcc dot gnu.org
2014-04-11  5:35 ` jakub at gcc dot gnu.org
2014-04-11  9:08 ` rguenth at gcc dot gnu.org
2014-04-11  9:12 ` [Bug fortran/60810] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2014-04-11  9:12 ` jakub at gcc dot gnu.org
2014-04-11 19:41 ` [Bug fortran/60810] [4.7/4.8/4.9/4.10 " jvdelisle at gcc dot gnu.org
2014-04-11 20:18 ` jvdelisle at gcc dot gnu.org
2014-04-11 21:54 ` jvdelisle at gcc dot gnu.org
2014-04-12  0:05 ` jvdelisle at gcc dot gnu.org
2014-04-12  0:06 ` jvdelisle at gcc dot gnu.org
2014-04-12 18:42 ` jvdelisle at gcc dot gnu.org
2014-04-12 18:51 ` jvdelisle at gcc dot gnu.org
2014-04-13  2:10 ` jvdelisle at gcc dot gnu.org
2014-04-16 15:20 ` orion at cora dot nwra.com
2014-04-29  3:14 ` jvdelisle at gcc dot gnu.org
2014-04-29  3:15 ` 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).