1. 12 Nov, 2005 15 commits
  2. 11 Nov, 2005 22 commits
  3. 10 Nov, 2005 3 commits
    • 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
    • re PR fortran/24643 (Unclassifiable statement on implicitly typed character substring) · c040ffff
      fortran/
      PR fortran/24643
      * primary.c (match_varspec): Check for implicitly typed CHARACTER
      variables before matching substrings.
      
      testsuite/
      PR fortran/24643
      * gfortran.dg/implicit_6.f90, gfortran.dg/implicit_7.f90: New.
      
      From-SVN: r106753
      Tobias Schlüter committed
    • attr-weakref-1.c: Add exit (0) to avoid spurious failures. · 5f4b7328
      * gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious
      failures.
      
      From-SVN: r106750
      Alexandre Oliva committed