summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-2583-546/+705
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (build_int_cstu): New, zero extended constant. (build_int_cst_wide): Renamed from build_int_cst. * tree.c (build_int_cst, build_int_cstu): New. (build_int_cst_wide): Renamed from build_int_cst. (make_vector_type, build_common_tree_nodes, build_common_tree_nodes_2): Adjust build_int_cst calls. * builtins.c (expand_builtin_prefetch, expand_builtin_strstr, expand_builtin_strpbrk, expand_builtin_fputs, build_string_literal, expand_builtin_printf, expand_builtin_sprintf, fold_builtin_classify_type, fold_builtin_lround, fold_builtin_bitop, fold_builtin_isascii, fold_builtin_toascii, fold_builtin_isdigit, simplify_builtin_strstr, simplify_builtin_strpbrk, fold_builtin_fputs, simplify_builtin_sprintf): Likewise. * c-common.c (start_fname_decls, fix_string_type, shorten_compare, DEF_ATTR_INT): Likewise. * c-decl.c (complete_array_type, check_bitfield_type_and_width): Likewise. * c-lex.c (interpret_integer, lex_charconst): Likewise. * c-parse.in (primary) <TYPES_COMPATIBLE_P> Likewise. * c-pretty-print.c (pp_c_integer_constant): Likewise. * c-typeck.c (really_start_incremental_init, push_init_level, set_nonincremental_init_from_string): Likewise. * calls.c (load_register_parameters): Likewise. convert.c (convert_to_pointer): Likewise. coverage.c (coverage_counter_alloc, tree_coverage_counter_ref, build_fn_info_type, build_fn_info_value, build_ctr_info_value, build_gcov_info): Likewise. * except.c (init_eh, assign_filter_values): Likewise. * expmed.c (store_fixed_bit_field, extract_bit_field, extract_fixed_bit_field, extract_split_bit_field, expand_shift, expand_mult_const, expand_mult_highpart_adjust, extract_high_half, expand_sdiv_pow2, expand_divmod, make_tree): Likewise. * expr.c (convert_move, emit_group_load, emit_group_store, expand_assignment, store_constructor, store_field, expand_expr_real_1, reduce_to_bit_field_precision): Likewise. fold-const.c (force_fit_type, int_const_binop, fold_convert_const, invert_truthvalue, optimize_bit_field_compare, decode_field_reference, all_ones_mask_p, constant_boolean_node, fold_div_compare, fold, fold_read_from_constant_string, fold_negate_const, fold_abs_const, fold_not_const, round_up, round_down): Likewise. * function.c (assign_parm_setup_block): Likewise. * stmt.c (shift_return_value, expand_case, estimate_case_costs): Likewise. * stor-layout.c (layout_type, initialize_sizetypes, set_min_and_max_values_for_integral_type): Likewise. * tree-chrec.c (chrec_fold_multiply_poly_poly, reset_evolution_in_loop): Likewise. * tree-chrec.h (build_polynomial_chrec): Likewise. * tree-complex.c (build_replicated_const): Likewise. * tree-eh.c (honor_protect_cleanup_actions, lower_try_finally_onedest, lower_try_finally_copy, lower_try_finally_switch): Likewise. * tree-mudflap.c (mf_build_string, mx_register_decls, mudflap_register_call, mudflap_enqueue_constant): Likewise. * tree-nested.c (get_trampoline_type, get_nl_goto_field): Likewise. * tree-pretty-print.c (dump_generic_node): Likewise. * tree-ssa-ccp.c (widen_bitfield, maybe_fold_offset_to_array_ref): Likewise. * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise. * tree-ssa-loop-niter.c (number_of_iterations_cond, loop_niter_by_eval, upper_bound_in_type, lower_bound_in_type): Likewise. * tree-ssa-loop-ivcanon.c (create_canonical_iv, canonicalize_loop_induction_variables): Likewise. * tree-vectorizer.c (vect_create_index_for_array_ref, vect_transform_loop_bound, vect_compute_data_ref_alignment): Likewise. * config/alpha/alpha.c (alpha_initialize_trampoline, alpha_va_start, alpha_gimplify_va_arg_1): Likewise. * config/arm/arm.c (arm_get_cookie_size): Likewise. * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise. * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise. * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise. * config/mips/mips.c (mips_build_builtin_va_list, mips_va_start, mips_gimplify_va_arg_expr): Likewise. * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise. * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg, add_compiler_branch_island): Likewise. * config/s390/s390.c (s390_va_start): Likewise. * config/sh/sh.c (sh_va_start): Likewise. * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start): Likewise. * config/xtensa/xtensa.c (xtensa_va_start, xtensa_gimplify_va_arg_expr): Likewise. * objc/objc-act.c (build_objc_string_object, build_objc_symtab_template, init_def_list, init_objc_symtab, init_module_descriptor, generate_static_references, build_selector_translation_table, get_proto_encoding, build_typed_selector_reference, build_selector_reference, build_next_objc_exception_stuff, build_method_prototype_list_template, generate_descriptor_table, generate_protocols, build_protocol_initializer, build_ivar_list_template, build_method_list_template, build_ivar_list_initializer, generate_ivars_list, generate_dispatch_table, generate_protocol_list, build_category_initializer, build_shared_structure_initializer, generate_shared_structures, handle_impent, generate_objc_image_info): Likewise. 2004-04-25 Paolo Bonzini <bonzini@gnu.org> * cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT. * cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator. * cfgrtl.c (rtl_delete_block): Remove handling of NOTE_INSN_LOOP_CONT. * final.c (final_scan_insn): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT. * insn-notes.def (NOTE_INSN_LOOP_VTOP, NOTE_INSN_LOOP_CONT): Remove. * jump.c (squeeze_notes): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT. * loop.c (scan_loops, find_and_verify_loops, for_each_insn_in_loop, check_dbra_loop, loop_dump_aux): Remove references to removed notes and fields. * reorg.c (mostly_true_jump): Do not rely on NOTE_INSN_LOOP_VTOPs. * unroll.c (unroll_loop, copy_loop_body, loop_iterations): Remove references to removed notes and fields. (subtract_reg_term, ujump_to_loop_cont): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86544 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.bje2004-08-252-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86543 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-04-25 Paolo Bonzini <bonzini@gnu.org>bonzini2004-08-2510-325/+32
| | | | | | | | | | | | | | | | | | | | | | * cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT. * cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator. * cfgrtl.c (rtl_delete_block): Remove handling of NOTE_INSN_LOOP_CONT. * final.c (final_scan_insn): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT. * insn-notes.def (NOTE_INSN_LOOP_VTOP, NOTE_INSN_LOOP_CONT): Remove. * jump.c (squeeze_notes): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT. * loop.c (scan_loops, find_and_verify_loops, for_each_insn_in_loop, check_dbra_loop, loop_dump_aux): Remove references to removed notes and fields. * reorg.c (mostly_true_jump): Do not rely on NOTE_INSN_LOOP_VTOPs. * unroll.c (unroll_loop, copy_loop_body, loop_iterations): Remove references to removed notes and fields. (subtract_reg_term, ujump_to_loop_cont): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86542 138bc75d-0d04-0410-961f-82ee72b054a4
* libcpp/ChangeLog:bonzini2004-08-259-2538/+454
| | | | | | | | | | | | | | | | | | | 2004-08-25 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Replace Automake macro invocations with manual Autoconf checks and substitutions. * Makefile.am: Removed. * Makefile.in: Heavy simplification and reorganization. gcc/ChangeLog: 2004-08-25 Paolo Bonzini <bonzini@gnu.org> * doc/invoke.texi: Document that libcpp does not require Automake any longer. Document that Automake 1.9.1 should work everywhere. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86541 138bc75d-0d04-0410-961f-82ee72b054a4
* * flags.h (enum debug_info_type): Remove DWARF_DEBUG.zack2004-08-2513-56/+53
| | | | | | | | | | | | | | | * defaults.h (PREFERRED_DEBUGGING_TYPE): Remove check for DWARF_DEBUGGING_INFO from choice-of-definition chain; restructure using C89 features (#elif, #error). * c-lex.c, final.c, opts.c, config/cris/cris.c, config/frv/frv.c * config/sh/sh.h: Remove references to DWARF_DEBUG. * doc/invoke.texi: Remove references to DWARF version 1; clarify why -gdwarf-2<n> doesn't work. cp: * class.c, search.c: Remove references to DWARF_DEBUG. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86540 138bc75d-0d04-0410-961f-82ee72b054a4
* * ifcvt.c (find_if_case_1): Remove ??? comment.zack2004-08-252-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86539 138bc75d-0d04-0410-961f-82ee72b054a4
* * repo.c (extract_string): Reset backquote after one character.nemet2004-08-252-2/+10
| | | | | | | (get_base_filename): Fix indentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86538 138bc75d-0d04-0410-961f-82ee72b054a4
* * basic-block.h (BB_SET_PARTITION): Clear old value first.zack2004-08-253-2/+13
| | | | | | | * cfg.c (clear_bb_flags): Don't clear partition setting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86537 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 David Daney <daney@avtrex.com>daney2004-08-2559-59/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*. * testsuite/libffi.call/closure_fn1.c: Likewise. * testsuite/libffi.call/closure_fn2.c Likewise. * testsuite/libffi.call/closure_fn3.c: Likewise. * testsuite/libffi.call/closure_fn4.c: Likewise. * testsuite/libffi.call/closure_fn5.c: Likewise. * testsuite/libffi.call/cls_18byte.c: Likewise. * testsuite/libffi.call/cls_19byte.c: Likewise. * testsuite/libffi.call/cls_1_1byte.c: Likewise. * testsuite/libffi.call/cls_20byte.c: Likewise. * testsuite/libffi.call/cls_20byte1.c: Likewise. * testsuite/libffi.call/cls_24byte.c: Likewise. * testsuite/libffi.call/cls_2byte.c: Likewise. * testsuite/libffi.call/cls_3_1byte.c: Likewise. * testsuite/libffi.call/cls_3byte1.c: Likewise. * testsuite/libffi.call/cls_3byte2.c: Likewise. * testsuite/libffi.call/cls_4_1byte.c: Likewise. * testsuite/libffi.call/cls_4byte.c: Likewise. * testsuite/libffi.call/cls_64byte.c: Likewise. * testsuite/libffi.call/cls_6byte.c: Likewise. * testsuite/libffi.call/cls_7byte.c: Likewise. * testsuite/libffi.call/cls_8byte.c: Likewise. * testsuite/libffi.call/cls_9byte1.c: Likewise. * testsuite/libffi.call/cls_9byte2.c: Likewise. * testsuite/libffi.call/cls_align_double.c: Likewise. * testsuite/libffi.call/cls_align_float.c: Likewise. * testsuite/libffi.call/cls_align_longdouble.c: Likewise. * testsuite/libffi.call/cls_align_pointer.c: Likewise. * testsuite/libffi.call/cls_align_sint16.c: Likewise. * testsuite/libffi.call/cls_align_sint32.c: Likewise. * testsuite/libffi.call/cls_align_sint64.c: Likewise. * testsuite/libffi.call/cls_align_uint16.c: Likewise. * testsuite/libffi.call/cls_align_uint32.c: Likewise. * testsuite/libffi.call/cls_align_uint64.c: Likewise. * testsuite/libffi.call/cls_double.c: Likewise. * testsuite/libffi.call/cls_float.c: Likewise. * testsuite/libffi.call/cls_multi_schar.c: Likewise. * testsuite/libffi.call/cls_multi_sshort.c: Likewise. * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise. * testsuite/libffi.call/cls_multi_uchar.c: Likewise. * testsuite/libffi.call/cls_multi_ushort.c: Likewise. * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise. * testsuite/libffi.call/cls_schar.c: Likewise. * testsuite/libffi.call/cls_sint.c: Likewise. * testsuite/libffi.call/cls_sshort.c: Likewise. * testsuite/libffi.call/cls_uchar.c: Likewise. * testsuite/libffi.call/cls_uint.c: Likewise. * testsuite/libffi.call/cls_ulonglong.c: Likewise. * testsuite/libffi.call/cls_ushort.c: Likewise. * testsuite/libffi.call/nested_struct.c: Likewise. * testsuite/libffi.call/nested_struct1.c: Likewise. * testsuite/libffi.call/nested_struct2.c: Likewise. * testsuite/libffi.call/nested_struct3.c: Likewise. * testsuite/libffi.call/problem1.c: Likewise. * testsuite/libffi.special/unwindtest.cc: Likewise. * testsuite/libffi.call/cls_12byte.c: Likewise and set return value to zero. * testsuite/libffi.call/cls_16byte.c: Likewise. * testsuite/libffi.call/cls_5byte.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86534 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/17052amodra2004-08-254-6/+10
| | | | | | | | | | | * config/rs6000/rs6000.h (machine_function): Remove sysv_varargs_p. * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Use current_function_stdarg in place of sysv_varargs_p. * config/rs6000/rs6000.c (setup_incoming_varargs): Don't set sysv_varargs_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86533 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 Bud Davis <bdavis9659@comcast.net>bdavis2004-08-254-4/+33
| | | | | | | | | | | PR fortran/17143 * runtime/error.c (itoa): keep from overflowing during mod operation by using unsigned variable. * gfortran.dg/pr17143.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86532 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-252-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86530 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 Bud Davis <bdavis9659@comcast.net>bdavis2004-08-254-0/+24
| | | | | | | | | | PR fortran/17164 * runtime/string_intrinsics.c (string_index):check for substring longer than string. * gfortran.dg/pr17164.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86527 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/16298rth2004-08-242-30/+25
| | | | | | | | * config/i386/i386.c (legitimate_constant_p): Rework to not accept random codes within CONST. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86522 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix linux make profiledbootstrap.wilson2004-08-242-1/+6
| | | | | | | | * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove -freorder-blocks-and-partition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86521 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/17044danglin2004-08-242-11/+12
| | | | | | | | | * tree-ssa-threadupdate.c (redirection_data): Make static. (thread_block): Use ggc_alloc_cleared to allocate struct redirection_data. Don't free elements in redirection_data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86519 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/predicates.md (small_data_pattern): Match prefetches.rsandifo2004-08-242-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86518 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/17016rakdver2004-08-242-2/+9
| | | | | | | | | * tree-ssa-loop-niter.c (number_of_iterations_cond, number_of_iterations_exit): Use POINTER_TYPE_P instead of testing for POINTER_TYPE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86517 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-loop-ivcanon.c: New file.rakdver2004-08-2424-122/+802
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tree-ssa-loop-manip.c (create_iv): New function. * Makefile.in (tree-ssa-loop-ivcanon.o): Add. (tree-ssa-loop.o, tree-ssa-loop-manip.o): Add SCEV_H dependency. * cfgloop.c (mark_single_exit_loops): New function. (verify_loop_structure): Verify single-exit loops. * cfgloop.h (struct loop): Add single_exit field. (LOOPS_HAVE_MARKED_SINGLE_EXITS): New constant. (mark_single_exit_loops): Declare. (tree_num_loop_insns): Declare. * cfgloopmanip.c (update_single_exits_after_duplication): New function. (duplicate_loop_to_header_edge): Use it. * common.opt (fivcanon): New flag. * timevar.def (TV_TREE_LOOP_IVCANON, TV_COMPLETE_UNROLL): New timevars. * tree-cfg.c (tree_find_edge_insert_loc): Return newly created block. (bsi_commit_edge_inserts_1): Pass null to tree_find_edge_insert_loc. (bsi_insert_on_edge_immediate): New function. * tree-flow.h (bsi_insert_on_edge_immediate, canonicalize_induction_variables, tree_unroll_loops_completely, create_iv): Declare. * tree-optimize.c (init_tree_optimization_passes): Add pass_iv_canon and pass_complete_unroll. * tree-pass.h (pass_iv_canon, pass_complete_unroll): Declare. * tree-scalar-evolution.c (get_loop_exit_condition, get_exit_conditions_rec, number_of_iterations_in_loop, scev_initialize): Use single_exit information. * tree-ssa-loop-niter.c (number_of_iterations_cond): Record missing assumptions. (loop_niter_by_eval): Return number of iterations as unsigned int. * tree-ssa-loop.c (tree_ssa_loop_init): Mark single exit loops. (tree_ssa_loop_ivcanon, gate_tree_ssa_loop_ivcanon, pass_iv_canon, tree_complete_unroll, gate_tree_complete_unroll, pass_complete_unroll): New passes. (tree_ssa_loop_done): Call free_numbers_of_iterations_estimates. * tree-ssanames.c (make_ssa_name): Allow creating ssa name before the defining statement is ready. * tree-vectorizer.c (vect_create_iv_simple): Removed. (vect_create_index_for_array_ref, vect_transform_loop_bound): Use create_iv. (vect_transform_loop_bound): Use single_exit information. (vect_analyze_loop_form): Cleanup bogus tests. (vectorize_loops): Do not call flow_loop_scan. * tree.h (may_negate_without_overflow_p): Declare. * fold-const.c (may_negate_without_overflow_p): Split out from ... (negate_expr_p): ... this function. (tree_expr_nonzero_p): Handle overflowed constants correctly. * doc/invoke.texi (-fivcanon): Document. * doc/passes.texi: Document canonical induction variable creation. * gcc.dg/tree-ssa/loop-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86516 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): Delete.rsandifo2004-08-244-192/+57
| | | | | | | | | | | | | * config/mips/mips.c (print_operand): Fold %B/%b handling into %T/%t, using the mode of the operand to decide between them. * config/mips/mips.md (MOVECC): New mode macro. (ccreg): New mode attribute. (*mov{si,di,sf,df}_on_{cc,si,di}): Name formerly unnamed patterns. Redefine using :GPR and :MOVECC. Use %T and %t for the condition. (mov[sd]icc): Redefine using :GPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86515 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix logs for last delta. Sorry for the screw-up.rsandifo2004-08-242-1/+15
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86514 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c-torture/compile/20040824-1.c: New test.rsandifo2004-08-245-81/+42
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86513 138bc75d-0d04-0410-961f-82ee72b054a4
* * arm.md: Include predicates.md.rearnsha2004-08-247-814/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * predicates.md: New file. * arm.c (s_register_operand, arm_hard_register_operand) (arm_general_register_operand, f_register_operand, reg_or_int_operand) (arm_immediate_operand, arm_neg_immediate_operand) (arm_not_immediate_operand, arm_rhs_operand, arm_rhsm_operand) (arm_add_operand, arm_addimm_operand, arm_not_operand) (offsettable_memory_operand, alignable_memory_operand) (arm_reload_memory_operand, arm_float_rhs_operand) (arm_float_add_operand, vfp_compare_operand, arm_float_compare_operand) (index_operand, shiftable_operator, logical_binary_operator) (shift_operator, equality_operator, arm_comparison_operator) (minmax_operator, cc_register, dominant_cc_register) (arm_extendqisi_mem_op, power_of_two_operand, nonimmediate_di_operand) (di_operand, nonimmediate_soft_df_operand, soft_df_operand) (const_shift_operand, load_multiple_operation) (store_multiple_operation, multi_register_push, thumb_cmp_operand) (thumb_cmpneg_operand, thumb_cbrch_target_operand) (cirrus_register_operand, cirrus_fp_register) (cirrus_shift_const): Delete, replaced with equivalents in predicates.md. (shift_op): Handle ROTATE. * arm-protos.h: Delete declarations for above. * arm.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Delete. * t-arm (MD_INCLUDES): Add predicates.md. (s-preds): Depends on MD_INCLUDES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86512 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.c (mips_gen_conditional_trap): Fix mode.rsandifo2004-08-245-22/+29
| | | | | | | | | * config/mips/mips.md (*conditional_trap[sd]i): Name previously unnamed patterns. Redefine using :GPR. Give the match_operator a mode. Use '%2' rather than '%z2' for operand 2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86511 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.md (load_call[sd]i): Redefine using :P. Add modersandifo2004-08-242-18/+13
| | | | | | | attribute. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86510 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.md (indirect_jump): Use force_reg. Adjust namesrsandifo2004-08-242-86/+33
| | | | | | | | | | | | | | of internal patterns. (indirect_jump[sd]i): Renamed from indirect_jump_internal[12]. Redefine using :P. (tablejump): Use expand_binop to calculate address. Adjust names of internal patterns. (tablejump[sd]i): Renamed from tablejump_internal[12]. Redefine using :P. (tablejump_mips16[12]): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86509 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.md (*seq_[sd]i, *seq_[sd]i_mips16, *sne_[sd]i)rsandifo2004-08-242-270/+97
| | | | | | | | | | (*sgt_[sd]i, *sgt_[sd]i_mips16, *sge_[sd]i, *slt_[sd]i) (*slt_[sd]i_mips16, *sle_[sd]i, *sle_[sd]i_mips16, *sgtu_[sd]i) (*sgtu_[sd]i_mips16, *sge_[sd]i, *sltu_[sd]i, *sltu_[sd]i_mips16) (*sleu_[sd]i, *sleu_[sd]i_mips16): Redefine using :GPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86508 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.md (cmpsi, cmpdi): Redefine using :GPR.rsandifo2004-08-242-164/+56
| | | | | | | | | | | | | | (*branch_zero[sd]i): Renamed from branch_zero{,_di}. Redefine using :GPR. (*branch_zero[sd]i_inverted): Likewise branch_zero{,_di}_inverted. (*branch_equality[sd]i): Likewise branch_equality{,_di}. (*branch_equality[sd]i_inverted): Likewise branch_equality{,_di}_inverted. (*branch_equality[sd]i_mips16): Name formerly unnamed patterns. Redefine using :GPR. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86507 138bc75d-0d04-0410-961f-82ee72b054a4
* * trans-decl.c, trans-types.c: Add and remove blank lines astobi2004-08-243-4/+7
| | | | | | | required. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86505 138bc75d-0d04-0410-961f-82ee72b054a4
* * trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning.rth2004-08-242-5/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86504 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtl.def: Wrap MD-only codes in #ifdef GENERATOR_FILE.zack2004-08-244-13/+52
| | | | | | | | | | | | | * gengtype.c: Don't include rtl.h. Define enum rtx_code and rtx_name, rtx_format arrays by direct reference to rtl.def, first undefining GENERATOR_FILE. Define enum insn_note and note_insn_name array by direct reference to insn-notes.def. (adjust_field_rtx_def): Remove local definition of rtx_name. Use symbolic names for insn notes. * Makefile.in (gengtype.o): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86499 138bc75d-0d04-0410-961f-82ee72b054a4
* * resolve.c (merge_argument_lists): Revert unintentionallytobi2004-08-242-4/+5
| | | | | | | committed change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86498 138bc75d-0d04-0410-961f-82ee72b054a4
* * resolve.c (resolve_entries): Fix a bunch of comment typos.tobi2004-08-242-5/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86497 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtl.def: Reorganize, placing all codes used only in machinezack2004-08-242-500/+490
| | | | | | | descriptions at the end. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86496 138bc75d-0d04-0410-961f-82ee72b054a4
* * basic-block.h (struct basic_block_def): Reorder fields tozack2004-08-2411-98/+98
| | | | | | | | | | | | | | | | | | | | eliminate interior padding. Remove 'partition' field. (BB_DISABLE_SCHEDULE, BB_HOT_PARTITION, BB_COLD_PARTITION) (BB_UNPARTITIONED, BB_PARTITION, BB_SET_PARTITION) (BB_COPY_PARTITION): New macros. * bb-reorder.c, cfgcleanup.c, cfglayout.c, cfgrtl.c, ifcvt.c Replace all references to the 'partition' field of a basic block with new macros. * insn-notes.def: Delete NOTE_INSN_DISABLE_SCHED_OF_BLOCK. * final.c (final_scan_insn): Don't handle it. * modulo-sched.c: Set BB_DISABLE_SCHEDULE flag on g->bb instead of emitting a NOTE_INSN_DISABLE_SCHED_OF_BLOCK note. * sched-rgn.c (sched_is_disabled_for_current_region_p): Look for a BB_DISABLE_SCHEDULE flag on the block instead of a note. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86495 138bc75d-0d04-0410-961f-82ee72b054a4
* * trans-decl.c (build_function_decl): Fix spelling in comment.tobi2004-08-241-7/+1
| | | | | | | | (build_entry_thunks): Remove code with no function. (gfc_build_intrinsic_function_decls): Remove empty line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86494 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-decl.c (c_init_decl_processing): Adjustnathan2004-08-2418-134/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build_common_tree_nodes call. * expmed.c (const_mult_add_overflow_p): Use build_distinct_type_copy. * stor-layout.c (early_type_list): Remove. (layout_type): Don't append to early_type_list. (initialize_sizetypes): Add signed_p argument. (set_sizetype): Overwrite the stub type nodes directly. * tree.c (copy_node_stat): Clear a type's value cache here ... (build_distinct_type): ... not here. (build_common_tree_nodes): Add signed_sizetype argument. Adjust. * tree.h (initialize_sizetypes): Add signed_p argument. (build_common_tree_nodes): Likewise. * ada/utils.c (gnat_init_decl_processing): Adjust build_common_tree_nodes call. * cp/decl.c (cxx_init_decl_processing): Adjust build_common_tree_nodes call. * fortran/f95-lang.c (gfc_init_decl_processing): Adjust build_common_tree_nodes call. * java/decl.c (java_init_decl_processing): Adjust initialize_sizetypes call. * objc/objc-act.c (get_static_reference): Use build_variant_type_copy. (get_protocol_reference): Likewise. * objc/objc-act.h (TREE_STATIC_TEMPLATE): Use TREE_PRIVATE. * treelang/treetree.c (treelang_init_decl_processing): Adjust build_common_tree_nodes call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86493 138bc75d-0d04-0410-961f-82ee72b054a4
* * trans-types.c: Spelling and formatting fixes.tobi2004-08-242-12/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86490 138bc75d-0d04-0410-961f-82ee72b054a4
* * gfortran.dg/entry_2.f90: New test.pbrook2004-08-242-0/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86489 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2004-08-245-3/+70
| | | | | | | | | | | | PR c++/16889 * (is_subobject_of_p): Resurrect & optimize. (lookup_field_r): Use it. testsuite: PR c++/16889 * g++.dg/lookup/ambig[12].C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86488 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 Richard Henderson <rth@redhat.com>pinskia2004-08-243-63/+12
| | | | | | | | | | | | | | Andrew Pinski <apinski@apple.com> * gimplify.c (gimplify_array_ref_to_plus): Delete. (gimplify_addr_expr): Do not call gimplify_array_ref_to_plus for ARRAY_REF. * config/rs6000/rs6000.c (altivec_expand_builtin): Go passed ARRAY_REF also to get to the STRING_CST. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86487 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (libgfortran_la_LDFLAGS): Add -lm.dje2004-08-243-2/+7
| | | | | | | * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86486 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/16706lerdsuwa2004-08-245-2/+96
| | | | | | | | | | | * search.c (friend_accessible_p): Increment processing_template_decl when deal with TEMPLATE_DECL of SCOPE. * g++.dg/template/crash21.C: New test. * g++.dg/template/crash22.C: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86482 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 Paolo Carlini <pcarlini@suse.de>paolo2004-08-249-11/+395
| | | | | | | | | | | | | | | | * testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc: New. * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc: Likewise. * testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc: Likewise. * testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc: Trim excess newlines. * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86481 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/arm.c (arm_override_options): Update error message.pbrook2004-08-243-8/+19
| | | | | | | | | | * config/arm/arm.h (TARGET_HARD_FLOAT): Rename to TARGET_HARD_FLOAT_ABI. (TARGET_SOFT_FLOAT_ABI): Rename to TARGET_HARD_FLOAT. (LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Use TARGET_HARD_FLOAT_ABI. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86479 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/17093nickc2004-08-242-6/+12
| | | | | | | * config/m32r.md (movsi_sda): Add SI mode specification to UNSPEC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86474 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2004-08-244-3/+28
| | | | | | | | | | | | PR c++/17149 * semantics.c (check_accessibility_of_qualified_id): Defer check if qualifying_type is a template parameter. testsuite: PR c++/17149 * g++.dg/template/access15.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86472 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (PROTO_OBJS): Add errors.o.nathan2004-08-244-17/+11
| | | | | | | | * protoize.c (fancy_abort): Remove. * mips-tfile.c (fancy_abort): Add parameters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86471 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 Jonathan Wakely <redi@gcc.gnu.org>redi2004-08-242-1/+5
| | | | | | | * doc/trouble.texi (C++ misunderstandings): Fix example code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86470 138bc75d-0d04-0410-961f-82ee72b054a4
* (PREDICATE_CODES): Remove duplicate defintion of seth_add3_operand.nickc2004-08-242-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86469 138bc75d-0d04-0410-961f-82ee72b054a4