OSDN Git Service

2005-10-12 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 20:29:21 +0000 (20:29 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Oct 2005 20:29:21 +0000 (20:29 +0000)
commit3923b69f425942813467f05a97628cce628cb260
tree162f353f0d18f7abe39f8eb26326940ad6f0a652
parent8c84a5de8ea015ec2e463b480ec81f03671b1e43
2005-10-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/18082
* decl.c (variable_decl): Make a new copy of the character
length for each variable, when the expression is not a
constant.

2005-10-12  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/18082
gfortran.dg/automatic_char_len_1.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105329 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/automatic_char_len_1.f90 [new file with mode: 0755]