1. 13 Nov, 2005 1 commit
  2. 12 Nov, 2005 16 commits
  3. 11 Nov, 2005 22 commits
  4. 10 Nov, 2005 1 commit
    • re PR fortran/24655 (ICE with statement function) · 9081e356
      2005-11-10  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/24655
      	PR fortran/24755
      	* match.c (recursive_stmt_fcn): Add checks that symtree exists
      	for the expression to weed out inline intrinsic functions and
      	parameters.
      
      	PR fortran/24409
      	* module.c (mio_symtree_ref): Correct the patch of 0923 so that
      	a symbol is not substituted for by a the symbol for the module
      	itself and to prevent the promotion of a formal argument.
      
      2005-11-10  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/24655
      	PR fortran/24755
      	* gfortran.dg/recursive_statement_functions.f90: Add statement 
      	functions using inline intrinsic functions and parameters to test
      	that they no longer seg-fault.
      
      	PR fortran/24409
      	gfortran.dg/nested_modules_4.f90: New test.
      	gfortran.dg/nested_modules_5.f90: New test.
      
      From-SVN: r106756
      Paul Thomas committed