[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-12-09 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-12-09 20:42 --- Subject: Bug 29941 Author: pault Date: Sat Dec 9 20:41:51 2006 New Revision: 119695 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119695 Log: 2006-12-09 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-12-09 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-12-09 12:15 --- Subject: Bug number PR29941 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00609.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-11-28 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-11-23 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-11-23 17:55 --- Tobias, This one liner does the right thing but I have no time right now to do anything with it: Index: gcc/fortran/resolve.c === *** gcc/fortran/resolv

[Bug fortran/29941] gfortran reports error with len of assumed size character array

2006-11-22 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2006-11-22 21:04 --- Confirmed. Accepted without warning by NAG f95, g95,sunf95 and ifort. In order to determine the length of a character array, the size or shape of the array does not matter. -- burnus at gcc dot gnu dot org change