re PR fortran/34848 (internal compiler error with optional argument of character...
authorTobias Burnus <burnus@net-b.de>
Tue, 22 Jan 2008 19:35:49 +0000 (20:35 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 22 Jan 2008 19:35:49 +0000 (20:35 +0100)
commitb5ca4fd2f6927b6c2cc9ca3f315980b9cbf45605
tree3c1b71c8974b8b54b4e6e30b505b01c998567adb
parent841d09e0d0b57a5f8d1afa680757bbc229a52e36
re PR fortran/34848 (internal compiler error with optional argument of character type and array return type)

2008-01-22  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34848
       * interface.c (compare_actual_formal): Fix adding type
       to missing_arg_type for absent optional arguments.

2008-01-22  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34848
       * gfortran.dg/missing_optional_dummy_4.f90

From-SVN: r131738
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/missing_optional_dummy_4.f90 [new file with mode: 0644]