1. 23 Mar, 2008 4 commits
  2. 22 Mar, 2008 5 commits
    • re PR fortran/35632 (stream io broken on FreeBSD due to ftruncate changes.) · 35077d5a
      2008-03-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libfortran/35632
      	* io/transfer.c (data_transfer_init):  Fix whitespace.
      	(next_record_w): Truncate the file only if the stream
      	position is short of the file end.
      
      From-SVN: r133454
      Jerry DeLisle committed
    • tree-cfg.c (verify_expr): Recurse again for invariant addresses. · 1b738915
      2008-03-22  Richard Guenther  <rguenther@suse.de>
      
      	* tree-cfg.c (verify_expr): Recurse again for invariant addresses.
      	For PHI nodes verify the address is invariant.
      	* tree-ssa-ccp.c (ccp_decl_initial_min_invariant): Remove.
      	(get_symbol_constant_value): Use is_gimple_min_invariant.
      	(maybe_fold_stmt_indirect): Likewise.
      
      From-SVN: r133453
      Richard Guenther committed
    • re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where… · 18b526e8
      re PR rtl-optimization/33927 (replace_read in dse.c could handle cases where GET_MODE_CLASS (read_mode) != GET_MODE_CLASS (store_mode) (and the size is the same))
      
      gcc/
      	PR rtl-optimization/33927
      	* Makefile.in (dse.o): Depend on $(TM_P_H).
      	* expr.h (extract_low_bits): Declare.
      	* expmed.c (extract_low_bits): New function.
      	* rtlhooks.c (gen_lowpart_general): Generalize SUBREG handling.
      	* dse.c: Include tm_p.h.
      	(find_shift_sequence): Remove the read_reg argument and return the
      	read value.  Emit the instructions instead of returning them.
      	Iterate on new_mode rather than calculating it each time.
      	Check MODES_TIEABLE_P.  Use simplify_gen_subreg to convert the
      	source to NEW_MODE and extract_low_bits to convert the shifted
      	value to READ_MODE.
      	(replace_read): Allow the load and store to have different mode
      	classes.  Use extract_low_bits when SHIFT == 0.  Create the shift
      	or extraction instructions before trying the replacement.  Update
      	dump-file code accordingly, avoiding use of REGNO (store_info->rhs).
      
      gcc/testsuite/
      	* gcc.target/mips/dse-1.c: Add checks for zeros.
      
      From-SVN: r133452
      Richard Sandiford committed
    • i386.c (assign_386_stack_local): Align DImode slots to their natural alignment… · 48e55066
      i386.c (assign_386_stack_local): Align DImode slots to their natural alignment to avoid store forwarding stalls.
      
              * config/i386/i386.c (assign_386_stack_local): Align DImode slots
              to their natural alignment to avoid store forwarding stalls.
      
      From-SVN: r133451
      Uros Bizjak committed
    • Daily bump. · a6b22684
      From-SVN: r133444
      GCC Administrator committed
  3. 21 Mar, 2008 18 commits
    • * filenames.h: Add extern "C" when compiled with C++. · 46450975
      From-SVN: r133440
      Ian Lance Taylor committed
    • re PR target/27946 (double to long long and back to double stores to the stack) · e8afc0cb
      2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR target/27946
              * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
              encouraging but not allowing gprs for input;
              change the input constraint to !f#r.
              (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
              gprs for output;
              change the output constraint to !f#r.
      
      
      2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR target/27946
              * gcc.target/powerpc/ppc64-double-1.c: New testcase.
      
      From-SVN: r133439
      Andrew Pinski committed
    • re PR target/27946 (double to long long and back to double stores to the stack) · 94e98316
      2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR target/27947
              * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
              encouraging but not allowing gprs for input;
              change the input constraint to !f#r.
              (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
              gprs for output;
              change the output constraint to !f#r.
      
      
      2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR target/27947
              * gcc.target/powerpc/ppc64-double-1.c: New testcase.
      
      From-SVN: r133438
      Andrew Pinski committed
    • pack_generic.c: Fix typo. · 042a12f4
      2008-03-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	* intrinsics/pack_generic.c:  Fix typo.
      
      From-SVN: r133437
      Jerry DeLisle committed
    • re PR bootstrap/35660 (Bootstrap failure on i686-apple-darwin9 at revision 133434.) · f03f16b2
      2008-03-21  Andreas Tobler  <a.tobler@schweiz.org>
      
      	PR bootstrap/35660
      	* objc-act.c (objc_generate_cxx_ctor_or_dtor): Rename IS_AGGR_TYPE to
      	MAYBE_CLASS_TYPE_P.
      	(objc_generate_cxx_cdtors): Likewise.
      	(add_instance_variable): Likewise.
      
      From-SVN: r133436
      Andreas Tobler committed
    • re PR target/13958 (Conversion from unsigned to double is painfully slow on P4) · 7fb1431b
              PR target/13958
              * config/i386/i386.md ("*floatunssi<mode2>_1"): New pattern with
              corresponding post-reload splitters.
              ("floatunssi<mode>2"): Expand to unsigned_float x87 insn pattern
              when x87 FP math is selected.
              * config/i386/i386-protos.h (ix86_expand_convert_uns_sixf_sse):
              New function prototype.
              * config/i386/i386.c (ix86_expand_convert_uns_sixf_sse): New
              unreachable function to ease macroization of insn patterns.
      
      From-SVN: r133435
      Uros Bizjak committed
    • cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P. · 9e1e64ec
      2008-03-21  Paolo Carlini  <pcarlini@suse.de>
      
      	* cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
      	(SET_IS_AGGR_TYPE): Rename to SET_CLASS_TYPE_P.
      	(IS_AGGR_TYPE_CODE): Rename to RECORD_OR_UNION_CODE_P.
      	(PROMOTES_TO_AGGR_TYPE): Remove.
      	(CLASS_TYPE_P, TYPE_NON_AGGREGATE_CLASS): Adjust.
      	* typeck.c (unary_complex_lvalue, build_modify_expr,
      	convert_for_initialization): Adjust.
      	* init.c (is_aggr_type): Remove.
      	(is_class_type): Add.
      	(build_offset_ref, build_new_1, build_vec_delete_1, build_vec_init,
      	build_delete): Adjust.
      	* lex.c (make_aggr_type): Remove.
      	(make_class_type): Add.
      	(cxx_make_type): Adjust.
      	* class.c (finish_struct_1, fixed_type_or_null, is_empty_class):
      	Adjust.
      	* decl.c (build_typename_type, make_typename_type,
      	make_unbound_class_template, cxx_init_decl_processing,
      	check_tag_decl, groktypename, start_decl_1, layout_var_decl,
      	check_initializer, cp_finish_decl, build_ptrmemfunc_type, grokparms,
      	grok_op_properties, xref_tag, check_function_type): Adjust.
      	* call.c (check_dtor_name, standard_conversion, implicit_conversion,
      	add_builtin_candidate, add_builtin_candidates,
      	build_user_type_conversion_1, convert_like_real, build_cxx_call,
      	is_subseq, compare_ics): Adjust.
      	* method.c (use_thunk): Adjust.
      	* rtti.c (build_dynamic_cast_1, create_pseudo_type_info,
      	create_tinfo_types): Adjust.
      	* cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
      	build_up_reference, convert_to_reference, convert_from_reference,
      	ocp_convert, build_expr_type_conversion): Adjust.
      	* tree.c (bind_template_template_parm, error_type): Adjust.
      	* dump.c (cp_dump_tree): Adjust.
      	* search.c (lookup_member): Adjust.
      	* friend.c (make_friend_class, do_friend): Adjust.
      	* typeck2.c (store_init_value, process_init_constructor_array,
      	process_init_constructor_record, build_x_arrow, build_m_component_ref,
      	build_functional_cast): Adjust.
      	* pt.c (finish_member_template_decl, process_template_parm,
      	lookup_template_class, tsubst_function_type, tsubst,
      	tsubst_copy_and_build, get_template_base, bt_instantiate_type_proc):
      	Adjust.
      	* semantics.c (begin_class_definition, finish_base_specifier,
      	finish_typeof, cxx_omp_predetermined_sharing, finish_decltype_type):
      	Adjust.
      	* name-lookup.c (constructor_name_p, push_overloaded_decl,
      	do_class_using_decl, lookup_qualified_name,
      	maybe_process_template_type_declaration): Adjust.
      	* decl2.c (grok_array_decl, check_member_template,
      	constrain_class_visibility): Adjust.
      	* parser.c (cp_parser_class_name): Adjust.
      
      From-SVN: r133434
      Paolo Carlini committed
    • gfortran.map: Move erfc_scaled symbols to new symbol node GFORTRAN_1.1... · fc34570c
      2008-03-21  Janne Blomqvist  <jb@gcc.gnu.org>
      
              * gfortran.map: Move erfc_scaled symbols to new symbol node
              GFORTRAN_1.1, thereby fixing ABI bug introduced in r132846.
      
      From-SVN: r133432
      Janne Blomqvist committed
    • configure.ac: Add support for --enable-gold. · 5afab7ad
      	* configure.ac: Add support for --enable-gold.
      	* Makefile.def: Add gold as a directory like ld.
      	* configure, Makefile.in: Regenerate.
      
      From-SVN: r133429
      Ian Lance Taylor committed
    • re PR libfortran/32972 (performance of pack/unpack) · 36240d3d
      2008-03-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32972
      	* runtime/in_pack_generic.c (internal_pack):  Call correct
      	function, pack_i16, for GFC_INTEGER_16.
      
      From-SVN: r133428
      Thomas Koenig committed
    • re PR libfortran/32972 (performance of pack/unpack) · 3ef2513a
      2008-03-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32972
      	* Makefile.am:  Add new variable, i_pack_c, containing
      	pack_i1.c, pack_i2.c, pack_i4.c, pack_i8.c, pack_i16.c,
      	pack_r4.c, pack_r8.c, pack_r10.c, pack_r16.c, pack_c4.c,
      	pack_c8.c, pack_c10.c, pack_c16.c.
      	Add m4/pack.m4 to m4_files.
      	Add i_pack_c to gfor_built_src.
      	Add rule to generate i_pack_c from m4/pack.m4.
      	* Makefile.in:  Regenerated.
      	* libgfortran.h: Add prototypes for pack_i1, pack_i2, pack_i4,
      	pack_i8, pack_i16, pack_r4, pack_r8, pack_c4, pack_c8,
      	pack_c10, pack_c16.
      	* intrinsics/pack_generic.c:  Add calls to specific
      	pack functions.
      	* m4/pack.m4:  New file.
      	* generated/pack_i1.c:  New file.
      	* generated/pack_i2.c:  New file.
      	* generated/pack_i4.c:  New file.
      	* generated/pack_i8.c:  New file.
      	* generated/pack_i16.c:  New file.
      	* generated/pack_r4.c:  New file.
      	* generated/pack_r8.c:  New file.
      	* generated/pack_r10.c:  New file.
      	* generated/pack_r16.c:  New file.
      	* generated/pack_c4.c:  New file.
      	* generated/pack_c8.c:  New file.
      	* generated/pack_c10.c:  New file.
      	* generated/pack_c16.c:  New file.
      
      2008-03-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/32972
      	* internal_pack_1.f90:  New test case.
      	* internal_pack_2.f90:  New test case.
      	* internal_pack_3.f90:  New test case.
      
      From-SVN: r133427
      Thomas Koenig committed
    • trans.c (Attribute_to_gnu): Compute as (hb < lb) ? 0 : hb - lb + 1 instead of max (hb - lb + 1, 0). · f4351641
      2008-03-21  Olivier Hainque  <hainque@adacore.com>
      
      	ada/
      	* trans.c (Attribute_to_gnu) <'length>: Compute as (hb < lb)
      	? 0 : hb - lb + 1 instead of max (hb - lb + 1, 0).
      
      	testsuite/
      	* gnat.dg/empty_vector_length.adb: New testcase.
      
      From-SVN: r133423
      Olivier Hainque committed
    • trans.c (addressable_p): Add notes on addressability issues. · 10c5d1a0
      	* trans.c (addressable_p): Add notes on addressability issues.
      
      From-SVN: r133421
      Eric Botcazou committed
    • Add forgotten entry for r133418. · 457b629a
      From-SVN: r133420
      Olivier Hainque committed
    • tree-data-ref.c (dump_data_dependence_relation): Avoid data reference dumps if… · ed2024ba
      tree-data-ref.c (dump_data_dependence_relation): Avoid data reference dumps if ddr is NULL or dependence is unknown.
      
      2008-03-21  Martin Jambor  <mjambor@suse.cz>
      
      	* tree-data-ref.c (dump_data_dependence_relation): Avoid data
      	reference dumps if ddr is NULL or dependence is unknown.
      
      From-SVN: r133419
      Martin Jambor committed
    • trans.c (addressable_p): Accept COND_EXPR when both arms are addressable. · cac5fbfc
      2008-03-21  Olivier Hainque  <hainque@adacore.com>
                  Ed Schonberg  <schonberg@adacore.com>
      
      	* trans.c (addressable_p): Accept COND_EXPR when both arms
      	are addressable.
      	(gnat_gimplify_expr): Let the gimplifier handle &COND_EXPR.
      	(call_to_gnu): Do not use name reference in the error message
      	for a misaligned by_reference_parameter. The actual may be a
      	general expression.
      
      From-SVN: r133418
      Olivier Hainque committed
    • testsuite_abi.cc: Add support for not counting GLIBCXX_LDBL_* compat symbols missing if... · 4a49c70b
      2008-03-20  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/util/testsuite_abi.cc: Add support for not counting
      	GLIBCXX_LDBL_* compat symbols missing if no long double compat
      	symbols under test.
      
      From-SVN: r133417
      Benjamin Kosnik committed
    • Daily bump. · f3270633
      From-SVN: r133409
      GCC Administrator committed
  4. 20 Mar, 2008 13 commits