[Bug libfortran/24794] problem with namelist input of character array

2005-12-12 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-23 Thread jvdelisle at gcc dot gnu dot org


--- Comment #8 from jvdelisle at gcc dot gnu dot org  2005-11-23 20:57 
---
Fixed in 4.1 and 4.2


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-23 Thread jvdelisle at gcc dot gnu dot org


--- Comment #9 from jvdelisle at gcc dot gnu dot org  2005-11-24 00:49 
---
Fixed in 4.1 and 4.2, if someone has a dieing need for this in 4.0 let me know
and  I will commit the fix there as well.


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org


--- Comment #4 from jvdelisle at gcc dot gnu dot org  2005-11-23 02:02 
---
Subject: Bug 24794

Author: jvdelisle
Date: Wed Nov 23 02:02:31 2005
New Revision: 107394

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107394
Log:
2005-11-22  Jerry DeLisle  [EMAIL PROTECTED]

PR libgfortran/24794
* io/list_read.c (read_character): Add auto completion on short
namelist reads.

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


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org


--- Comment #5 from jvdelisle at gcc dot gnu dot org  2005-11-23 02:14 
---
Subject: Bug 24794

Author: jvdelisle
Date: Wed Nov 23 02:14:26 2005
New Revision: 107396

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107396
Log:
2005-11-22  Jerry DeLisle  [EMAIL PROTECTED]

PR libgfortran/24794
* gfortran.dg/namelist_12.f: Fix quotes.
* gfortran.dg/namelist_13.f90: Fix quotes.
* gfortran.dg/namelist_14.f90: Fix quotes.
* gfortran.dg/namelist_15.f90: Fix quotes.
* gfortran.dg/namelist_use.f90: Fix quotes.
* gfortran.dg/namelist_use_only.f90: Fix quotes.
* gfortran.dg/namelist_21.f90: New test.
* gfortran.dg/namelist_22.f90: New test.

Added:
trunk/gcc/testsuite/gfortran.dg/namelist_21.f90
trunk/gcc/testsuite/gfortran.dg/namelist_22.f90
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/namelist_12.f
trunk/gcc/testsuite/gfortran.dg/namelist_13.f90
trunk/gcc/testsuite/gfortran.dg/namelist_14.f90
trunk/gcc/testsuite/gfortran.dg/namelist_15.f90
trunk/gcc/testsuite/gfortran.dg/namelist_use.f90
trunk/gcc/testsuite/gfortran.dg/namelist_use_only.f90


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org


--- Comment #6 from jvdelisle at gcc dot gnu dot org  2005-11-23 02:28 
---
Subject: Bug 24794

Author: jvdelisle
Date: Wed Nov 23 02:28:44 2005
New Revision: 107397

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107397
Log:
2005-11-22  Jerry DeLisle  [EMAIL PROTECTED]

PR libgfortran/24794
* gfortran.dg/namelist_12.f: Fix quotes.
* gfortran.dg/namelist_13.f90: Fix quotes.
* gfortran.dg/namelist_14.f90: Fix quotes.
* gfortran.dg/namelist_15.f90: Fix quotes.
* gfortran.dg/namelist_use.f90: Fix quotes.
* gfortran.dg/namelist_use_only.f90: Fix quotes.
* gfortran.dg/namelist_21.f90: New test.
* gfortran.dg/namelist_22.f90: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_21.f90
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_22.f90
Modified:
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_12.f
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_13.f90
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_14.f90
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_15.f90
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_use.f90
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/namelist_use_only.f90


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-22 Thread jvdelisle at gcc dot gnu dot org


--- Comment #7 from jvdelisle at gcc dot gnu dot org  2005-11-23 02:30 
---
Subject: Bug 24794

Author: jvdelisle
Date: Wed Nov 23 02:30:23 2005
New Revision: 107399

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=107399
Log:
2005-11-22  Jerry DeLisle  [EMAIL PROTECTED]

PR libgfortran/24794
* io/list_read.c (read_character): Add auto completion on short
namelist reads.

Modified:
branches/gcc-4_1-branch/libgfortran/ChangeLog
branches/gcc-4_1-branch/libgfortran/io/list_read.c


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-19 Thread jvdelisle at gcc dot gnu dot org


--- Comment #2 from jvdelisle at gcc dot gnu dot org  2005-11-19 20:43 
---
I have the patch for this working and will be submitting to the list for
approval soon.


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-19 Thread jvdelisle at gcc dot gnu dot org


--- Comment #3 from jvdelisle at gcc dot gnu dot org  2005-11-20 02:00 
---
Patch submitted for review and approval.  Christoph, thankyou for submitting
this PR and the example case.


-- 


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



[Bug libfortran/24794] problem with namelist input of character array

2005-11-11 Thread jvdelisle at gcc dot gnu dot org


--- Comment #1 from jvdelisle at gcc dot gnu dot org  2005-11-11 16:32 
---
Confirmed in 4.1


-- 

jvdelisle at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||jvdelisle at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2005-11-11 16:32:13
   date||


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