]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/18082 (Infinite loop with automatic length character objects)
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 12 Oct 2005 20:29:21 +0000 (20:29 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 12 Oct 2005 20:29:21 +0000 (20:29 +0000)
commit949d5b72e23ff9df61d122d367bbf334b9004f46
tree162f353f0d18f7abe39f8eb26326940ad6f0a652
parent944b8b35a92ccdde4c4fa5458a1b48d8e8a25412
re PR fortran/18082 (Infinite loop with automatic length character objects)

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.

From-SVN: r105329
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/automatic_char_len_1.f90 [new file with mode: 0755]
This page took 0.056774 seconds and 5 git commands to generate.