1. 14 Apr, 2009 11 commits
  2. 13 Apr, 2009 16 commits
  3. 12 Apr, 2009 6 commits
  4. 11 Apr, 2009 7 commits
    • * tree-ssa-pre.c (eliminate): Fix call of update_stmt. · b4104018
      From-SVN: r145961
      Jan Hubicka committed
    • re PR fortran/37746 (bounds check of string dummy arguments) · cadb8f42
      2009-04-11  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37746
      	* gfortran.h (struct gfc_charlen): New field `passed_length' to store
      	the actual passed string length for dummy arguments.
      	* trans-decl.c (gfc_create_string_length): Formatting fixes and added
      	assertion, moved a local variable into the innermost block it is needed.
      	(create_function_arglist): Removed TODO about the check being
      	implemented and initialize cl->passed_length here.
      	(add_argument_checking): New method.
      	(gfc_generate_function_code): Call the argument checking method.
      
      2009-04-11  Daniel Kraft  <d@domob.eu>
      
      	PR fortran/37746
      	* gfortran.dg/bounds_check_strlen_1.f90: New test.
      	* gfortran.dg/bounds_check_strlen_2.f90: New test.
      	* gfortran.dg/bounds_check_strlen_3.f90: New test.
      	* gfortran.dg/bounds_check_strlen_4.f90: New test.
      	* gfortran.dg/bounds_check_strlen_5.f90: New test.
      	* gfortran.dg/bounds_check_strlen_6.f90: New test.
      	* gfortran.dg/bounds_check_strlen_7.f90: New test.
      	* gfortran.fortran-torture/execute/intrinsic_index.f90: Fix wrong
      	expected string length that failed with -fbounds-check now.
      	* gfortran.fortran-torture/execute/intrinsic_trim.f90: Ditto.
      
      From-SVN: r145958
      Daniel Kraft committed
    • re PR fortran/39692 (f95: conflict between EXTERNAL and POINTER) · d1e49db4
      2009-04-11  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/39692
      	* symbol.c (check_conflict): Reject procedure pointers for -std=f95.
      
      
      2009-04-11  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/39692
      	* gfortran.dg/proc_ptr_14.f90: New.
      
      From-SVN: r145955
      Janus Weil committed
    • re PR middle-end/39732 (-fprofile-generate -O1: ICE: verify_stmts failed,… · 32848948
      re PR middle-end/39732 (-fprofile-generate -O1: ICE: verify_stmts failed, ADDRESSABLE bit not set on pointers passed to std::copy)
      
      2009-04-11  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/39732
      	* tree-inline.c (declare_return_variable): Mark DECL_BY_REFERENCE
      	return variables as TREE_ADDRESSABLE.
      
      	* g++.dg/torture/pr39732.C: New testcase.
      
      From-SVN: r145954
      Richard Guenther committed
    • resolve.c (resolve_global_procedure): Enable whole-file checking for procedures… · 568eecad
      resolve.c (resolve_global_procedure): Enable whole-file checking for procedures that are declared later in the file.
      
      gcc/fortran/:
      2009-04-11  Daniel Franke  <frake.daniel@gmail.com>
      
              * resolve.c (resolve_global_procedure): Enable whole-file checking for
              procedures that are declared later in the file.
      
      
      gcc/testsuite:
      2009-04-11  Daniel Franke  <franke.daniel@gmail.com>
      
              * gfortran.dg/whole_file_5.f90: New.
              * gfortran.dg/whole_file_6.f90: New.
      
      From-SVN: r145953
      Daniel Franke committed
    • re PR tree-optimization/39713 (ICE in get_expr_value_id) · 8810712e
      2009-04-11  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/39713
      	* tree-ssa-sccvn.c (vn_get_expr_for): Make sure built
      	reference trees have SSA_NAME operands.
      
      	* g++.dg/torture/pr39713.C: New testcase.
      
      From-SVN: r145951
      Richard Guenther committed
    • re PR c/39712 (type mismatch in address expression) · fa78c0c1
      2009-04-11  Richard Guenther  <rguenther@suse.de>
      
      	PR c/39712
      	* c-gimplify.c (c_gimplify_expr): Adjust check for mismatched
      	address expressions.
      
      	* gcc.dg/pr39712.c: New testcase.
      
      From-SVN: r145950
      Richard Guenther committed