1. 15 Apr, 2009 2 commits
    • spine.xml: Remove unused license entity, update copyright year. · f86ce601
      2009-04-14  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/xml/spine.xml: Remove unused license entity, update
      	copyright year.
      
      	* doc/xml/manual/spine.xml: Markup for primary index terms.
      	* doc/xml/manual/numerics.xml: Same.
      	* doc/xml/manual/intro.xml: Same.
      	* doc/xml/manual/containers.xml: Same.
      	* doc/xml/manual/io.xml: Same.
      	* doc/xml/manual/appendix_porting.xml: Same.
      	* doc/xml/manual/utilities.xml: Same.
      	* doc/xml/manual/support.xml: Same.
      	* doc/xml/manual/localization.xml: Same.
      	* doc/xml/manual/strings.xml: Same.
      	* doc/xml/manual/extensions.xml: Same.
      	* doc/xml/manual/appendix_contributing.xml: Same.
      	* doc/xml/manual/diagnostics.xml: Same.
      	* doc/xml/manual/algorithms.xml: Same.
      	* doc/xml/manual/appendix_free.xml: Same.
      	* doc/xml/manual/iterators.xml: Same.
      
      	* doc/xml/gnu/gpl-3.0.xml: Fix xml markup regressions.
      	* doc/xml/gnu/fdl-1.2.xml: Same.
      
      	* doc/xml/manual/status_cxx200x.xml: Re-write.
      
      From-SVN: r146077
      Benjamin Kosnik committed
    • Daily bump. · 1d3f2ffc
      From-SVN: r146075
      GCC Administrator committed
  2. 14 Apr, 2009 14 commits
  3. 13 Apr, 2009 16 commits
  4. 12 Apr, 2009 6 commits
  5. 11 Apr, 2009 2 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