[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-06-07 23:56 --- Subject: Bug 36420 Author: jvdelisle Date: Sat Jun 7 23:55:47 2008 New Revision: 136544 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136544 Log: 2008-06-07 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-06-08 00:00 --- Subject: Bug 36420 Author: jvdelisle Date: Sat Jun 7 23:59:53 2008 New Revision: 136545 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136545 Log: 2008-06-07 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-06-08 00:09 --- Subject: Bug 36420 Author: jvdelisle Date: Sun Jun 8 00:09:01 2008 New Revision: 136547 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=136547 Log: 2008-06-07 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-06-08 00:30 --- New feature added. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-03 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-06-04 00:49 --- In reply to your question in 36421: Where do you think one should modify in order to get g0 working (PR36420 / F2008)? We have to fix this in two places, fortran/io.c for compile time and, in the case of a

[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-02 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-06-03 04:09 --- I think we need fix a0 as well. I am curious if this is F2008 specific features so that we should deal with -std=f95. Time to read the standards again. :) I will fix this. -- jvdelisle at gcc dot gnu dot

[Bug fortran/36420] Fortran 2008: g0 edit descriptor

2008-06-02 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-06-03 05:35 --- G0 is Fortran 2008 A0 is _no_ Fortran (90 to 2008): C1006 (R1007) w shall be zero or positive for the I, B, O, Z, F, and G edit descriptors. w shall be positive for all other edit descriptors. (from Fortran 2008).