1. 30 Jul, 2007 3 commits
  2. 29 Jul, 2007 12 commits
    • invoke.texi: Document -fsign-zero flag. · 0483c79f
      2007-07-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	* invoke.texi: Document -fsign-zero flag.
      
      From-SVN: r127051
      Jerry DeLisle committed
    • Makefile.in (tree-ssa-alias.o): Add alloc-pool.h · 603802e7
      2007-07-28  Daniel Berlin  <dberlin@dberlin.org>
      
      	* Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
      
      	* tree-ssa-alias.c: Add alloc-pool.h.
      	(init_alias_info): Free alias_bitmap_obstack.
      	(delete_alias_info): Call delete_mem_ref_stats.
      	(get_mem_sym_stats_for): Use alloc_pool.
      	(init_mem_ref_stats): Do not delete mem_ref_stats here.
      	(delete_mem_sym_stats): Removed.
      
      From-SVN: r127050
      Daniel Berlin committed
    • re PR libfortran/32858 (printf-capabilities for runtime_error()) · d8163f5c
      2007-07-29  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32858
      	PR libfortran/30814
      	* configure.ac:  Added checks for presence of stdio.h and
      	stdarg.h.  Test presence of vsnprintf().
      	* configure: Regenerated.
      	* config.h.in:  Regenerated.
      	* libgfortran.h:  Include <stdio.h>.  Add printf attribute to
      	prototype of runtime_error.  Remove prototype for st_sprintf.
      	Add prototype for st_vprintf.
      	* runtime/main.c (store_exec_path):  Replace st_sprintf by sprintf.
      	* runtime/error.c (st_sprintf):  Remove.
      	(runtime_error):  Rewrite as a variadic function.  Call
      	st_vprintf().
      	* intrinsics/pack_generic.c:  Output extents of LHS and RHS for
      	bounds error.
      	* io/open.c (new_unit):  Replace st_sprintf by sprintf.
      	* io/list_read.c (convert_integer):  Likewise.
      	(parse_repeat):  Likewise.
      	(read_logical):  Likewise.
      	(read_character):  Likewise.
      	(parse_real):  Likewise.
      	(read_real):  Likewise.
      	(check_type):  Likewise.
      	(nml_parse_qualifyer):  Likewise.
      	(nml_read_obj):  Likewise.
      	(nml_get_ojb_data):  Likewise.
      	* io/unix.c (init_error_stream):  Remove.
      	(tempfile):  Replace st_sprintf by sprintf.
      	(st_vprintf):  New function.
      	(st_printf):  Rewrite to call st_vprintf.
      	* io/transfer.c (require_type):  Replace st_sprintf by sprintf.
      	* io/format.c (format_error):  Likewise.
      	* io/write.c (nml_write_obj):  Likewise.
      
      2007-07-29  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32858
      	PR libfortran/30814
      	* gfortran.dg/pack_bounds_1.f90:  Adjust to new error message.
      
      From-SVN: r127049
      Thomas Koenig committed
    • re PR fortran/31211 (wrong code generated for pointer returning function as actual argument) · 6a56381b
      2007-07-29  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/31211
      	* trans-expr.c (gfc_conv_expr_reference): Add block for case of
      	scalar pointer functions so that NULL result is correctly
      	handled.
      
      	PR fortran/32682
      	*trans-array.c (gfc_trans_array_constructor): On detecting a
      	multi-dimensional parameter array, set the loop limits.
      
      2007-07-29  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/31211
      	* gfortran.dg/actual_pointer_function_1.f90: New test.
      
      	PR fortran/32682
      	* gfortran.dg/scalarize_parameter_array_1.f90: New test.
      
      From-SVN: r127044
      Paul Thomas committed
    • re PR fortran/32906 (Error: Parameter array ... cannot be automatic or assumed shape) · c317bc40
      gcc/fortran:
      2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/32906
      	* resolve.c (resolve_fl_parameter): Check for constant shape arrays,
      	adjusted error message.
      
      gcc/testsuite:
      2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/32906
      	* gfortran.dg/shape_1.f90: Adjust error message.
      	* gfortran.dg/parameter_array_ref_1.f90: New test.
      
      From-SVN: r127043
      Daniel Franke committed
    • tree-data-ref.c (add_multivariate_self_dist): Parametric access functions cannot… · b1e75954
      tree-data-ref.c (add_multivariate_self_dist): Parametric access functions cannot be represented as classical distance vectors.
      
      	* tree-data-ref.c (add_multivariate_self_dist): Parametric access
      	functions cannot be represented as classical distance vectors.
      
      From-SVN: r127041
      Sebastian Pop committed
    • invoke.texi: Removed -w from option summary. · 5a2197e9
      2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
      
      	* invoke.texi: Removed -w from option summary.
      
      From-SVN: r127040
      Daniel Franke committed
    • HACKING: Document regenerating configure. · d94998c9
      2007-07-29  Matthias Klose  <doko@ubuntu.com>
      
              * HACKING: Document regenerating configure.
      
      From-SVN: r127039
      Matthias Klose committed
    • re PR libgcj/32929 (Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:) · 7fd1de41
      2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
      
              PR libgcj/32929
              * aclocal.m4: Regenerated.
              * configure: Likewise.
      
      From-SVN: r127038
      H.J. Lu committed
    • re PR fortran/32879 (Document algorithm used for random generator) · 4cb3c8fc
      2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
      
      	PR fortran/32879
      	* intrinsic.texi (IRAND, RAND, RANDOM_NUMBER): Document algorithm
      	used for random number generator.
      
      From-SVN: r127037
      Daniel Franke committed
    • attribs.c (hash_attr, [...]): Constify. · fa233e34
      	* attribs.c (hash_attr, eq_attr, init_attributes): Constify.
      	* builtins.c (validate_arg, builtin_mathfn_code,
      	validate_arglist): Likewise.
      	* calls.c (call_expr_flags): Likewise.
      	* combine.c (reg_nonzero_bits_for_combine,
      	reg_num_sign_bit_copies_for_combine, get_last_value,
      	reg_truncated_to_mode): Likewise.
      	* emit-rtl.c (subreg_lowpart_p): Likewise.
      	* expr.c (highest_pow2_factor_for_target,
      	categorize_ctor_elements_1, categorize_ctor_elements,
      	count_type_elements, contains_packed_reference,
      	highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
      	* fold-const.c (may_negate_without_overflow_p, int_const_binop,
      	fold_convertible_p, operand_equal_p, tree_swap_operands_p,
      	native_encode_int, native_encode_real, native_encode_complex,
      	native_encode_vector, native_encode_expr, native_interpret_int,
      	native_interpret_real, native_interpret_complex,
      	native_interpret_vector, native_interpret_expr): Likewise.
      	* function.c (use_register_for_decl): Likewise.
      	* gimplify.c (get_name): Likewise.
      	* langhooks-def.h (lhd_return_null_const_tree): New.
      	(LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
      	* langhooks.c (lhd_return_null_const_tree): New.
      	* langhooks.h (lang_get_callee_fndecl): Constify.
      	* output.h (constructor_static_from_elts_p): Likewise.
      	* rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
      	* rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
      	subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
      	* rtlanal.c (cached_nonzero_bits, nonzero_bits1,
      	cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
      	nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
      	* rtlhooks-def.h (reg_nonzero_bits_general,
      	reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
      	Likewise. 
      	* rtlhooks.c (reg_num_sign_bit_copies_general,
      	reg_nonzero_bits_general, reg_truncated_to_mode_general):
      	Likewise. 
      	* stmt.c (warn_if_unused_value, is_body_block): Likewise.
      	* stor-layout.c (mode_for_size_tree): Likewise.
      	* tree-ssa-loop-im.c (memref_eq): Likewise.
      	* tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
      	* tree.c (contains_placeholder_p, type_list_equal,
      	simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
      	Likewise. 
      	* tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
      	mode_for_size_tree, categorize_ctor_elements, count_type_elements,
      	contains_placeholder_p, contains_packed_reference,
      	get_callee_fndecl, operand_equal_for_phi_arg_p,
      	warn_if_unused_value, is_body_block, native_encode_expr,
      	native_interpret_expr, fold_convertible_p, operand_equal_p,
      	int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
      	validate_arglist, simple_cst_equal, type_list_equal,
      	use_register_for_decl, call_expr_flags, get_name,
      	highest_pow2_factor): Likewise.
      	(const_call_expr_arg_iterator_d,
      	init_const_call_expr_arg_iterator, next_const_call_expr_arg,
      	first_const_call_expr_arg, more_const_call_expr_args_p,
      	FOR_EACH_CONST_CALL_EXPR_ARG): New.
      	* varasm.c (constructor_static_from_elts_p): Constify.
      	
      cp:
      	* parser.c (eof_token): Un-constify.
      	(cp_lexer_new_main, cp_lexer_new_from_tokens, VEC_alloc,
      	cp_lexer_consume_token, cp_lexer_purge_token): Remove spurious
      	casts.
      
      java:
      	* lang.c (java_get_callee_fndecl): Constify.
      
      objc:
      	* objc-act.c (objc_get_callee_fndecl): Constify.
      	* objc-act.h (objc_get_callee_fndecl): Likewise.
      
      From-SVN: r127036
      Kaveh R. Ghazi committed
    • Daily bump. · 5d16f08a
      From-SVN: r127034
      GCC Administrator committed
  3. 28 Jul, 2007 18 commits
  4. 27 Jul, 2007 7 commits