1. 17 Jul, 2007 4 commits
  2. 16 Jul, 2007 20 commits
  3. 15 Jul, 2007 13 commits
    • * Rebuilt .class files. · 65d0c788
      From-SVN: r126663
      Tom Tromey committed
    • re PR target/32748 (gfortran.dg/array_constructor_6.f90) · 75ef384e
      2007-07-16  Janne Blomqvist  <jb@gcc.gnu.org>
      
      	PR fortran/32748
      	* trans-decl.c (gfc_build_builtin_function_decls): Remove
      	DECL_IS_MALLOC attribute from internal_realloc, thus reverting
      	part of my 2007-07-03 patch.
      
      From-SVN: r126662
      Janne Blomqvist committed
    • darwin-fallback.c (interpret_libc): Change CR2_REGNO to R_CR2. · fb0671a8
      	* config/rs6000/darwin-fallback.c (interpret_libc): Change
      	CR2_REGNO to R_CR2.
      
      From-SVN: r126661
      Geoffrey Keating committed
    • natGCInfo.cc: Use HAVE_STRERROR_R. · 91f6762e
      2007-07-14  Krister Walfridsson  <cato@df.lth.se>
      
      	* gnu/gcj/util/natGCInfo.cc: Use HAVE_STRERROR_R.
      	* configure.ac: Remove check for strerror, add check for strerror_r.
      	* configure: Regenerate.
      	* include/config.h.in: Regenerate.
      
      From-SVN: r126660
      Krister Walfridsson committed
    • configure.host: arm*-linux-gnu -> arm*-linux*. · 945e62dd
      2007-07-15  Andrew Haley  <aph@redhat.com>
      
              * configure.host: 
              arm*-linux-gnu -> arm*-linux*.
      
      From-SVN: r126659
      Andrew Haley committed
    • unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc != NULL before looking in the context. · 759580ed
      2007-07-15  Andrew Haley  <aph@redhat.com>
      
              * unwind-sjlj.c (_Unwind_GetIPInfo): Check for context->fc !=
      	NULL before looking in the context.
      
      From-SVN: r126658
      Andrew Haley committed
    • re PR middle-end/32398 (checking for suffix of object files... configure: error:… · 16c16a24
      re PR middle-end/32398 (checking for suffix of object files... configure: error: cannot compute suffix of f object files: cannot compile)
      
      	PR middle-end/32398
      	PR middle-end/32769
      	* pa-protos.h (pa_eh_return_handler_rtx): Declare.
      	* pa.c (pa_extra_live_on_entry, rp_saved): Declare.
      	(TARGET_EXTRA_LIVE_ON_ENTRY): Define.
      	(pa_output_function_prologue): Use rp_saved and current_function_is_leaf
      	to generate .CALLINFO statement.
      	(hppa_expand_prologue): Set rp_saved.
      	(hppa_expand_epilogue): Use rp_saved.
      	(pa_extra_live_on_entry, pa_eh_return_handler_rtx): New functions.
      	* pa.h (EH_RETURN_HANDLER_RTX): Use pa_eh_return_handler_rtx.
      
      From-SVN: r126657
      John David Anglin committed
    • re PR libfortran/32611 (Print sign of negative zero) · b220e3f9
      2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/32611
      	* gfortran.dg/large_real_kind_1.f90: Update test.
      	* gfortran.dg/pr17706.f90: Update test.
      	* gfortran.dg/fmt_zero_digits.f90: Update test.
      	* gfortran.dg/fmt_zero_precision.f90: Update test.
      	* gfortran.dg/real_const_3.f90: Update test.
      
      From-SVN: r126656
      Jerry DeLisle committed
    • re PR libfortran/32611 (Print sign of negative zero) · 68d2e027
      2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      	    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/32611
      	* gfortran.h (gfc_option_t): Add flag_sign_zero field.
      	* lang.opt (-fsign-zero): New option.
      	* trans.h: Rename gfor_fndecl_set_std into gfor_fndecl_set_options.
      	* trans-decl.c (gfc_build_builtin_function_decls): Build the function
      	declaration to pass an array containing the options to be used by the
      	runtime library. (gfc_generate_function_code): Build an array that
      	contains option values to be passed to the runtime library and the call
      	to the function. 
      	* options.c (gfc_init_options): Initialize the flag_sign_zero field.
      	(gfc_handle_option): Handle the -fsign-zero option.
      
      Co-Authored-By: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
      
      From-SVN: r126655
      Jerry DeLisle committed
    • re PR libfortran/32611 (Print sign of negative zero) · 2bb6de3a
      2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      	    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/32611
      	* runtime/compile_options.c (set_std): Remove.
      	(set_options): New function.
      	(init_compile_options): Add initialization for -fsign-zero option.
      	* gfortran.map (GFORTRAN_1.0): Rename _gfortran_set_std into
      	_gfortran_set_options.
      	* libgfortran.h (compile_options_t): Add sign_zero field.
      	* io/write.c (output_float): Use the sign bit of the value to determine
      	if a negative sign should be emitted for zero values.  Do not emit the
      	negative sign for zero if -fno-sign-zero was set during compile.
      
      Co-Authored-By: Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
      
      From-SVN: r126654
      Jerry DeLisle committed
    • omega.c (coalesce): Fix memory leak on early exit. · 639d3040
      2007-07-15  Dirk Mueller  <dmueller@suse.de>
      
              * omega.c (coalesce): Fix memory leak on early exit.
              * matrix-reorg.c (check_allocation_function): Likewise.
              * tree-vect-transform.c (vect_get_new_vect_var): free result
              of concat().
              * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
              pass pointer to edge vector
              (partition_hot_cold_basic_blocks): Fix memory leak.
              * collect2.c (prefix_from_string): Free temporary storage.
              * reload1.c (fixup_abnormal_edges): Free sbitmap.
      
      From-SVN: r126653
      Dirk Mueller committed
    • re PR libfortran/32752 (Segfault on WRITE with modified unix_stream structure) · d40150cc
      2007-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/32752
      	* io/unix.c (unix_stream): Move buffer pointer adjacent to small_buffer.
      	* io/transfer.c (formatted_transfer_scalar): If stream I/O, set
      	bytes_used to zero. Fix off by one error in calculation of pos and
      	skips. Eliminate duplicate pending_spaces check.
      
      From-SVN: r126652
      Jerry DeLisle committed
    • Daily bump. · 6816e2e1
      From-SVN: r126650
      GCC Administrator committed
  4. 14 Jul, 2007 3 commits