re PR fortran/18197 (bus error on returning from a function)
authorErik Edelmann <eedelman@gcc.gnu.org>
Thu, 15 Dec 2005 00:47:13 +0000 (00:47 +0000)
committerErik Edelmann <eedelman@gcc.gnu.org>
Thu, 15 Dec 2005 00:47:13 +0000 (00:47 +0000)
commite46aceffcf61663f5a4b0362cc9b6c4bd5cb8284
treea05e348fcff6ea06e396da59a74aab213dbd8ee5
parenta9573616d4d584841268badcc24aca18fbac632a
re PR fortran/18197 (bus error on returning from a function)

fortran/
2005-12-14  Erik Edelmann  <eedelman@gcc.gnu.org>

        PR fortran/18197
        * resolve.c (resolve_formal_arglist): Remove code to set
        the type of a function symbol from it's result symbol.

testsuite/
2005-12-14  Erik Edelmann  <eedelman@gcc.gnu.org>

        PR fortran/18197
        * gfortran.dg/dummy_functions_1.f90: New.

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