re PR fortran/50405 (allocation LOOP or SIGSEGV)
authorBud Davis <jmdavis@link.com>
Mon, 27 May 2013 14:16:36 +0000 (14:16 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 27 May 2013 14:16:36 +0000 (16:16 +0200)
commit9281625be0619cdf7b4798eb62a69effe306b5cc
tree8886892cdd7087fe400d463ceb19f471dfdf749e
parent5a892248232ee56f20a202b23049a344ab2c4517
re PR fortran/50405 (allocation LOOP or SIGSEGV)

2013-05-27  Bud Davis  <jmdavis@link.com>

        PR fortran/50405
        * resolve.c (resolve_formal_arglist): Detect error when an
        * argument
        has the same name as the function.

2013-05-27  Bud Davis  <jmdavis@link.com>

        PR fortran/50405
        * gfortran.dg/stfunc_8.f90: New.

From-SVN: r199358
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/stfunc_8.f90 [new file with mode: 0644]