[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-11-15 19:39 --- Fixed on trunk. I will open a new PR for enhancement of this to better utilize the internal unit array by doing fewer "newlines" for namelists. -- jvdelisle at gcc dot gnu dot org changed: What

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-11-15 19:34 --- Subject: Bug 37294 Author: jvdelisle Date: Sat Nov 15 19:33:07 2008 New Revision: 141893 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141893 Log: 2008-11-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-11-15 19:27 --- Subject: Bug 37294 Author: jvdelisle Date: Sat Nov 15 19:25:35 2008 New Revision: 141892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141892 Log: 2008-11-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-13 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-11-13 15:55 --- Patch was: http://gcc.gnu.org/ml/fortran/2008-11/msg00080.html I'm not completely satisfied with the patch it will break code such as: character(50) :: line(2) namelist /stuff/ n, m n = 123 m = 456 write(li

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-12 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-11-13 06:06 --- A patch has been submitted for review. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37294

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-08-31 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-08-31 09:11 --- "9.3 Internal files" "(2) A record of an internal file is a scalar character variable." "(3) If the file is a scalar character variable, it consists of a single record whose length is the same as the length of the sca

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-08-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2008-08-31 00:24 --- Correction. -std=f95 disallows it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37294