re PR fortran/39334 (Recusive parameter kind produces segfault)
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 10 Jul 2009 04:37:19 +0000 (04:37 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 10 Jul 2009 04:37:19 +0000 (04:37 +0000)
commit1d8e1d5d9f87473eb7cae2c3b4109beeb87ce3da
treeacac293dc5f471528a2212769313f49c38c37ac8
parentb9263ae5900c9881553383d8c66ea25a2b02e52c
re PR fortran/39334 (Recusive parameter kind produces segfault)

2009-07-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/39334
* primary.c (match_kind_param): Return MATCH_NO if the symbol
has no value.

2009-07-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/39334
* gfortran.dg/recursive_parameter_1.f90: New test.

From-SVN: r149456
gcc/fortran/ChangeLog
gcc/fortran/primary.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/recursive_parameter_1.f90 [new file with mode: 0644]