------- Comment #3 from pault at gcc dot gnu dot org 2010-01-19 19:47 ------- Subject: Bug 42783
Author: pault Date: Tue Jan 19 19:46:59 2010 New Revision: 156046 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156046 Log: 2010-01-19 Paul Thomas <pa...@gcc.gnu.org> PR fortran/42783 * trans-decl.c (add_argument_checking): Do not use the backend decl directly to test for the presence of an optional dummy argument. Use gfc_conv_expr_present, remembering to set the symbol referenced. PR fortran/42772 * trans-decl.c (gfc_generate_function_code): Small white space changes. If 'recurcheckvar' is NULL do not try to reset it. 2010-01-19 Paul Thomas <pa...@gcc.gnu.org> PR fortran/42783 * gfortran.dg/bounds_check_15.f90 : New test. Added: trunk/gcc/testsuite/gfortran.dg/bounds_check_15.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-decl.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42783