[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-28 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-12 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #12 from Jerry DeLisle --- Author: jvdelisle Date: Fri Feb 13 02:57:03 2015 New Revision: 220673 URL: https://gcc.gnu.org/viewcvs?rev=220673&root=gcc&view=rev Log: 2015-02-12 Jerry DeLisle PR libgfortran/57822 * gfortran/

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #11 from Jerry DeLisle --- Author: jvdelisle Date: Thu Feb 12 03:52:45 2015 New Revision: 220637 URL: https://gcc.gnu.org/viewcvs?rev=220637&root=gcc&view=rev Log: 2015-02-11 Jerry DeLisle PR libgfortran/57822 * gfortran/

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #10 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #9) > > I am afraid that the test will fail on targets without REAL(10). > > see https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00698.html and e.g., > https://g

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #9 from Dominique d'Humieres --- > I am afraid that the test will fail on targets without REAL(10). see https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00698.html and e.g., https://gcc.gnu.org/ml/gcc-testresults/2015-02/msg01269.html.

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-10 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #8 from Jerry DeLisle --- Author: jvdelisle Date: Wed Feb 11 04:29:06 2015 New Revision: 220606 URL: https://gcc.gnu.org/viewcvs?rev=220606&root=gcc&view=rev Log: 2015-02-10 Jerry DeLisle PR libgfortran/57822 * io/write_fl

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-10 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #7 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #6) > > Note that the output of this test on powerpc-apple-darwin9 r220529 is > >3 38 .6919E-0001 > > so

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #6 from Dominique d'Humieres --- Something such as ! { dg-do run } ! PR58722 program testit use ISO_FORTRAN_ENV implicit none integer, parameter :: j(size(real_kinds)+4)=[REAL_KINDS, [4, 4, 4, 4]] character(50) :: astring int

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-09 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #5 from Jerry DeLisle --- (In reply to Dominique d'Humieres from comment #4) > > Author: jvdelisle > > Date: Tue Feb 10 03:34:19 2015 > > New Revision: 220565 > > > > URL: https://gcc.gnu.org/viewcvs?rev=220565&root=gcc&view=rev > > L

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #4 from Dominique d'Humieres --- > Author: jvdelisle > Date: Tue Feb 10 03:34:19 2015 > New Revision: 220565 > > URL: https://gcc.gnu.org/viewcvs?rev=220565&root=gcc&view=rev > Log: > 2015-02-10 Jerry DeLisle > > PR libgfortr

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-09 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #3 from Jerry DeLisle --- Author: jvdelisle Date: Tue Feb 10 03:34:19 2015 New Revision: 220565 URL: https://gcc.gnu.org/viewcvs?rev=220565&root=gcc&view=rev Log: 2015-02-10 Jerry DeLisle PR libgfortran/57822 * gfortran/f

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-09 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 --- Comment #2 from Jerry DeLisle --- Author: jvdelisle Date: Tue Feb 10 02:49:58 2015 New Revision: 220564 URL: https://gcc.gnu.org/viewcvs?rev=220564&root=gcc&view=rev Log: 2015-02-09 Jerry DeLisle PR libgfortran/57822 * io/write_f

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2015-02-08 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 Jerry DeLisle changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jvdelisle at gcc dot gnu.org ---

[Bug fortran/57822] I/O: "(g0)" wrongly prints "E+0000"

2013-09-03 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|