1. 22 Jan, 2008 16 commits
  2. 21 Jan, 2008 19 commits
  3. 20 Jan, 2008 5 commits
    • re PR fortran/34861 (ICE in function with entry (and result?)) · f5d67ede
      2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34861
      	* resolve.c (resolve_entries): Do not do an array bounds check
      	if the result symbols are the same.
      
      	PR fortran/34854
      	* module.c (read_module) : Hide the symtree of the previous
      	version of the symbol if this symbol is renamed.
      
      2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34784
      	* gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
      
      	PR fortran/34861
      	* gfortran.dg/entry_array_specs_3.f90: New test.
      
      	PR fortran/34854
      	* gfortran.dg/use_rename_1.f90: New test.
      
      From-SVN: r131679
      Paul Thomas committed
    • * sv.po: Update. · bdf8f544
      From-SVN: r131678
      Joseph Myers committed
    • trans-array.c (gfc_add_loop_ss_code): Correct whitespace. · fe8edd0c
      2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
      
      	* trans-array.c (gfc_add_loop_ss_code) :  Correct whitespace.
      
      From-SVN: r131677
      Paul Thomas committed
    • global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per input. · ecff8c1c
      gcc/
      	* global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
      	input.
      
      From-SVN: r131676
      Richard Sandiford committed
    • re PR fortran/34784 (implicit character(s) hides type of selected_int_kind intrinsic) · f2d3cb25
      2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34784
      	* array.c (gfc_check_constructor_type): Clear the expression ts
      	so that the checking starts from the deepest level of array
      	constructor.
      	* primary.c (match_varspec): If an unknown type is changed to
      	default character and the attempt to match a substring fails,
      	change it back to unknown.
      
      	PR fortran/34785
      	* trans-array.c (gfc_add_loop_ss_code) : If ss->string_length is
      	NULL for an array constructor, use the cl.length expression to
      	build it.
      	(gfc_conv_array_parameter): Change call to gfc_evaluate_now to
      	a tree assignment.
      
      
      2008-01-20  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/34784
      	* gfortran.dg/array_constructor_20.f90: New test.
      	* gfortran.dg/mapping_2.f90: Correct ubound expression for h4.
      
      	PR fortran/34785
      	* gfortran.dg/array_constructor_21.f90: New test.
      
      From-SVN: r131675
      Paul Thomas committed