summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Collapse)AuthorAgeFilesLines
* * recog.h (OUT_FCN): Delete.ghazi2000-01-193-7/+9
| | | | | | | * vax.md: Call `get_insn_template' instead of OUT_FCN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31524 138bc75d-0d04-0410-961f-82ee72b054a4
* * cppalloc.c: PROTO -> PARAMS.ghazi2000-01-196-49/+55
| | | | | | | | | | * cpperror.c: Likewise. * cppfiles.c: Likewise. * cpplib.c: Likewise. * cpplib.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31521 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/arm-protos.h: PROTO -> PARAMS.ghazi2000-01-1911-230/+243
| | | | | | | | | | | | | | | * config/arm/arm.c: Likewise. * config/c4x/c4x.c: Likewise. * config/fr30/fr30-protos.h: Likewise. * config/nextstep.c: Likewise. * config/pa/pa.c: Likewise. * config/pj/pj.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/v850/v850-protos.h: Likewise. * config/v850/v850.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31520 138bc75d-0d04-0410-961f-82ee72b054a4
* * i370-protos.h: New file.ghazi2000-01-195-56/+113
| | | | | | | | | | | | * i370.c: Include tm_p.h. Fix compile time warnings. * i370.h: Move prototypes to i370-protos.h. Fix compile time warnings. * i370.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31519 138bc75d-0d04-0410-961f-82ee72b054a4
* * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.ghazi2000-01-192-11/+42
| | | | | | | | | | | (target_isinf, target_isnan, eisnan): Mark parameter with ATTRIBUTE_UNUSED. (eiisinf): Wrap in INFINITY. (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY. (ibmtoe): Remove unused variable `rndsav'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31518 138bc75d-0d04-0410-961f-82ee72b054a4
* Back out prepare_scc_operands changes from this afternoon.amylaar2000-01-192-10/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31515 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.c (prepare_scc_operands): Add EQ case.amylaar2000-01-192-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31514 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.amylaar2000-01-192-2/+7
| | | | | | | (GO_IF_LEGITIMATE_ADDRESS): Added missing tab. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31513 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.zack2000-01-199-348/+560
| | | | | | | | | | | | | | | | | | | | | | | | * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes. (fix_char_macro_defines, fix_char_macro_uses): New functions. * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp. Recognize Emacs mode markers also. * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of C++ comments in C++ headers. Call is_cxx_header only if necessary. * fixinc/inclhack.def (avoid_bool): Add select for the problem and bypass for ncurses. (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with... (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes): ... these, which use the new C fixes. (math_exception): Escape literal '+' in bypass expression. * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31512 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGsgeoffk2000-01-192-0/+11
| | | | | | | inside the MEM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31509 138bc75d-0d04-0410-961f-82ee72b054a4
* * loop.c (loop_optimize): Allocate loop_info structure for each loopm.hayes2000-01-192-3/+14
| | | | | | | prior to calling scan_loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31508 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.c (prepare_scc_operands): Abort if no compare insn is available.amylaar2000-01-192-52/+58
| | | | | | | | (find_barrier, gen_block_redirect, split_branches): Fix indentation. (calc_live_regs): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31507 138bc75d-0d04-0410-961f-82ee72b054a4
* * sh.md (fpu_single, fp_mode): New attributes.amylaar2000-01-192-36/+93
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31506 138bc75d-0d04-0410-961f-82ee72b054a4
* 2000-01-19 Gabriel Dos Reis <gdr@codesourcery>gdr2000-01-194-95/+110
| | | | | | | | | | | | | | | | | | | | * decl2.c (lang_decode_option): Set default line-wrap length to 72. * typeck.c (composite_pointer_type, common_type, comp_target_parms, c_sizeof, expr_sizeof, build_array_ref, build_function_call_real, convert_arguments, build_binary_op_nodefault, pointer_int_sum, pointer_diff, build_unary_op, mark_addressable, build_compound_expr, build_static_cast, build_reinterpret_cast, build_const_cast, build_c_cast, build_modify_expr, get_delta_difference, build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with 'ISO C++'. Fusion consecutive calls to diagnotic message routines into a single one. * typeck2.c (readonly_error, abstract_virtuals_error, process_init_constructor, check_for_new_type): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31502 138bc75d-0d04-0410-961f-82ee72b054a4
* * loop.c (current_loop_info): Renamed from loop_info_datam.hayes2000-01-191-5/+8
| | | | | | | | | | | | | and changed to a pointer. (loop_optimize): Allocate loop_info structure for each loop and initialise to zero. (scan_loop): Set current_loop_info. * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set on iteration_var. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31501 138bc75d-0d04-0410-961f-82ee72b054a4
* loop.cm.hayes2000-01-192-4/+19
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31500 138bc75d-0d04-0410-961f-82ee72b054a4
* * stupid.c: Die die die.rth2000-01-1918-1025/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (OBJS): Remove stupid.o. (stupid.o): Likewise. * except.c (emit_eh_context): Don't emit USEs for stupid. * explow.c (probe_stack_range): Likewise. * flags.h (obey_regdecls): Remove. * flow.c (find_basic_blocks): Don't run try_merge_blocks when not optimizing. (life_analysis): Limit data collection when not optimizing. (mark_regs_live_at_end): Always mark the return value registers. (mark_used_regs): Remove dummy RETURN case. (print_rtl_with_bb): Don't consult obey_regdecls. * function.c (use_variable, use_variable_after): Remove. (assign_parms): Consult optimize not obey_regdecls. (expand_function_start): Don't emit USEs for stupid. (expand_function_end): Likewise. * global.c (build_insn_chain): Export. * integrate.c (expand_inline_function): Kill return-value USE handling code. * jump.c (jump_optimize_1): Do simple jump optimizations and dead code elimination. (calculate_can_reach_end): Remove check_deleted argument. (delete_insn): Patch out insns even when not optimizing. * local-alloc.c (block_alloc): Don't do tying when not optimizing. * rtl.h (use_variable, use_variable_after): Remove declarations. (build_insn_chain): Declare. * stmt.c (expand_value_return): Don't emit USEs for stupid. (expand_end_bindings): Likewise. (expand_decl): Likewise. Consult optimize not obey_regdecls. * toplev.c (obey_regdecls): Remove. (rest_of_compilation): Don't set it. Kill stupid in favour of flow1, local-alloc, and reload. (main): Don't set obey_regdecls. * config/nextstep.c (handle_pragma): Likewise. * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid. * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31499 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.c (bot_manip): Set DECL_CONTEXT for newly createdmmitchel2000-01-193-2/+30
| | | | | | | VAR_DECLs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31498 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-01-192-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31497 138bc75d-0d04-0410-961f-82ee72b054a4
* * alpha-protos.h: PROTO -> PARAMS.ghazi2000-01-1813-352/+367
| | | | | | | | | | | | | | | | | * alpha.c: Likewise. * elf.h: Likewise. * h8300.c: Likewise. * i386-protos.h: Likewise. * i386.c: Likewise. * m32r-protos.h: Likewise. * m32r.c: Likewise. * mips.c: Likewise. * mips.md: Likewise. * gmon-sol2.c: Likewise. * sparc.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31495 138bc75d-0d04-0410-961f-82ee72b054a4
* * ns32k-protos.h: New file.ghazi2000-01-185-71/+104
| | | | | | | | | | | | * ns32k.c: Fix compile time warnings. * ns32k.h: Move prototypes to ns32k-protos.h. Fix compile time warnings. * ns32k.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31494 138bc75d-0d04-0410-961f-82ee72b054a4
* * vax-protos.h: New file.ghazi2000-01-186-17/+76
| | | | | | | | | | | | | | * vax.c: Fix compile time warnings. * vax.h: Move prototypes to vax-protos.h. Fix compile time warnings. * vax.md: Likewise. * vaxv.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31493 138bc75d-0d04-0410-961f-82ee72b054a4
* * romp-protos.h: New file.ghazi2000-01-185-33/+109
| | | | | | | | | | | | * romp.c: Fix compile time warnings. * romp.h: Move prototypes to romp-protos.h. Fix compile time warnings. * romp.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31492 138bc75d-0d04-0410-961f-82ee72b054a4
* * we32k-protos.h: New file.ghazi2000-01-184-17/+55
| | | | | | | | | | * we32k.c: Fix compile time warnings. * we32k.h: Move prototypes to we32k-protos.h. Fix compile time warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31491 138bc75d-0d04-0410-961f-82ee72b054a4
* * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.ghazi2000-01-185-5/+15
| | | | | | | | | | | * except.c (eh_regs): Likewise. * final.c (output_operand): Likewise. * fold-const.c (target_isinf, target_isnan): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31490 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.h (BIGGEST_ALIGNMENT): Set to 128.hubicka2000-01-182-6/+15
| | | | | | | (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31489 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.md (memstr): Do not use rep stosb for counts divisible by 4hubicka2000-01-184-122/+239
| | | | | | | | | | | | | | | | | | | | | | when optimize_size. (clrstrsi): Rewrite. (strsethi, strsetqi): New expanders. (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns. (cmpstrsi): Emit compare insn before cmpstrsi_1 (cmpstrsi_nz): use flags, set type to str, prefix_length to 1. (strlensi_1): Likewise. (cmpstrsi_1): Likewise; do not output compare. (strlen expander): Do not unroll when optimizing for size. (*subsi3_carry): Rename to subsi3_carry (addqi3_cc): New pattern. * i386.h (processor_costs): Add move_ratio field. (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE * i386.c (*_cost): Set move_ratio. (x86_unroll_strlen): Enable for Athlon, PPro and K6 too. (x86_expand_strlensi_1): Rewrite the main loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31488 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.nathan2000-01-188-85/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (build_x_typeid): Likewise. (get_tinfo_fn): Likewise. (get_tinfo_fn_unused): Rename to ... (get_tinfo_decl): ... here. * rtti.c (build_headof): Replace logic error with assertion. (get_tinfo_fn_dynamic): Rename to ... (get_tinfo_decl_dynamic): ... here. Make static. Use complete_type_or_else. (build_x_typeid): Move into ... (build_typeid): ... here. Adjust call to get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify throw_bad_typeid expression. (get_tinfo_fn_unused): Rename to ... (get_tinfo_decl): ... here. Adjust comment. (get_tinfo_fn): Delete. (tinfo_from_decl): New static function. (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl. (get_typeid): Use complete_type_or_else. (build_dynamic_cast_1): Adjust calls to get_tinfo_decl_dynamic. Simplify throw_bad_cast expression. * parse.y (primary): Adjust call to build_typeid. * except.c (build_eh_type_type_ref): Adjust call to get_tinfo_decl. Mark as used. * class.c (set_rtti_entry): Adjust call to get_tinfo_decl. * decl2.c (build_expr_from_tree): Adjust call to build_typeid. * parse.c: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31485 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-01-182-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31484 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c (fixed_type_or_null): Don't clear NONNULL. Documentmmitchel2000-01-183-6/+10
| | | | | | | | | calling convention. (resolves_to_fixed_type_p): Document calling convention. * rtti.c (build_x_typeid): Initialize NONNULL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31481 138bc75d-0d04-0410-961f-82ee72b054a4
* * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.rth2000-01-187-21/+55
| | | | | | | | | | | | | * cse.c (find_comparison_args, fold_rtx): Likewise. * integrate.c (subst_constants): Likewise. * loop.c (get_condition): Likewise. * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs. * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31479 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.loewis2000-01-187-41/+65
| | | | | | | | | | | (RESTORE_WARN_FLAGS): Unpack it. Change semantic type of extension to ttype. * c-common.c (split_specs_attrs): Expect an INTEGER_CST. * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31478 138bc75d-0d04-0410-961f-82ee72b054a4
* Mon Jan 17 11:58:17 2000 Joerg Brunsmann <joerg.brunsmann@fernuni-hagen.de>apbianco2000-01-172-3/+17
| | | | | | | | | | * parse.y (format_parameter:): Use final: rule instead of modifiers:. (final:): New rule. Joerg Brunsmann's contribution to fix the Java PR #128. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31477 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (build_shared_int_cst): New function.mmitchel2000-01-175-43/+122
| | | | | | | | | | | | | | | | * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity. * class.c (modify_vtable_entry): Likewise. (add_virtual_function): Split out code to generated shared INTEGER_CSTs to build_share_int_cst. (modify_all_vtables): Handle all the overridden functions here. Add overridden functions from non-primary virtual bases to the primary vtable. (finish_struct_1): Adjust call to modify_all_vtables. Add overridden functions from non-primary bases to the vtable. * tree.c (build_shared_int_cst): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31476 138bc75d-0d04-0410-961f-82ee72b054a4
* Oops, forgot to save ChangeLog on previous commitzack2000-01-171-0/+22
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31475 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc/fixlib.c: Add copyright notice.zack2000-01-179-515/+391
| | | | | | | | | | | | | | | | | | | | | | | | (compile_re): New function. * fixinc/fixlib.h: Prototype compile_re. * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c: Use compile_re to compile regular expressions. * fixinc/fixincl.c (egrep_test): Don't bother asking regexec where the pattern matched. * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy, use 'replace'. (ultrix_ansi_compat): Likewise. (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test, add egrep test. (interactv_add2, interactv_add3): Delete. (x11_sprintf): Don't use filename glob. * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31474 138bc75d-0d04-0410-961f-82ee72b054a4
* * cp-tree.h (scratchalloc): Remove.mmitchel2000-01-1713-121/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (build_scratch_list): Likewise. * call.c (convert_class_to_reference): Replace build_scratch_list and build_expr_list with build_tree_list. (add_candidate): Replace scratchalloc with expralloc. Note memory leak. (build_user_type_conversion_1): Replace build_scratch_list and build_expr_list with build_tree_list. (build_new_op): Likewise. (build_op_delete_call): Likewise. (convert_like): Likewise. * cvt.c (ocp_convert): Likewise. * decl.c (start_decl): Likewise. (start_function): Likewise. (finish_destructor_body): Likewise. (maybe_build_cleanup_1): Likewise. * decl2.c (reparse_decl_as_expr): Likewise. * init.c (perform_member_init): Likewise. (expand_cleanup_for_base): Likewise. (build_builtin_delete_call): Likewise. (build_new_1): Likewise. (build_delete): Likewise. * method.c (do_build_assign_ref): Likewise. * parse.y (already_scoped_stmt): Likewise. (nontrivial_exprlist): Likewise. (net_initializer): Likewise. (initlist): Likewise. * parse.c: Regenerated. * rtti.c (build_x_typeid): Likewise. (build_dynamic_cast_1): Likewise. * typeck.c (build_x_compound_expr): Likewise. (build_static_cast): Likewise. (build_modify_expr): Likewise. * cp-tree.h (DECL_VINDEX): Add documentation. * class.c (build_vtable_entry): Likewise. (start_vtable): Add comment. (add_virtual_function): Replace pending_hard_virtuals with overridden_virtuals and pending_virtuals with new_virtuals. Replace redundant assignments with assertions. (check_for_override): Add comment. (check_bases_and_members): Replace pending_hard_virtuals with overridden_virtuals and pending_virtuals with new_virtuals. (create_vtbl_ptr): Likewise. (layout_class_type): Likewise. (finish_struct_1): Likewise. Add comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31473 138bc75d-0d04-0410-961f-82ee72b054a4
* * gjavah.c (print_field_info): Allow non-static final fields.tromey2000-01-172-10/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31466 138bc75d-0d04-0410-961f-82ee72b054a4
* Update copyrightsghazi2000-01-1745-45/+45
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31465 138bc75d-0d04-0410-961f-82ee72b054a4
* Update copyrightsghazi2000-01-1717-17/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31464 138bc75d-0d04-0410-961f-82ee72b054a4
* * print-rtl.c: PROTO -> PARAMS.ghazi2000-01-1711-158/+171
| | | | | | | | | | | | | | | * real.c: Likewise. * reg-stack.c: Likewise. * resource.c: Likewise. * sdbout.h: Likewise. * simplify-rtx.c: Likewise. * stor-layout.c: Likewise. * stupid.c: Likewise. * xcoffout.c: Likewise. * xcoffout.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31463 138bc75d-0d04-0410-961f-82ee72b054a4
* * toplev.c: PROTO -> PARAMS.ghazi2000-01-179-517/+528
| | | | | | | | | | | | | * toplev.h: Likewise. * tree.c: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. * varray.c: Likewise. * varray.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31462 138bc75d-0d04-0410-961f-82ee72b054a4
* * reload.c: PROTO -> PARAMS.ghazi2000-01-1714-635/+651
| | | | | | | | | | | | | | | | | | * reload.h: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.h: Likewise. * rtl.c: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. * sbitmap.h: Likewise. * sdbout.c: Likewise. * stack.h: Likewise. * stmt.c: Likewise. * system.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31461 138bc75d-0d04-0410-961f-82ee72b054a4
* * machmode.h: PROTO -> PARAMS.ghazi2000-01-1716-247/+265
| | | | | | | | | | | | | | | | | | | | * mbchar.h: Likewise. * mips-tdump.c: Likewise. * mips-tfile.c: Likewise. * optabs.c: Likewise. * output.h: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.h: Likewise. * recog.c: Likewise. * recog.h: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * regs.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31459 138bc75d-0d04-0410-961f-82ee72b054a4
* * ggc-common.c: PROTO -> PARAMS.ghazi2000-01-1717-329/+348
| | | | | | | | | | | | | | | | | | | | | * ggc-page.c: Likewise. * ggc-simple.c: Likewise. * ggc.h: Likewise. * global.c: Likewise. * graph.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * halfpic.h: Likewise. * integrate.c: Likewise. * integrate.h: Likewise. * jump.c: Likewise. * lcm.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31458 138bc75d-0d04-0410-961f-82ee72b054a4
* * genattr.c: PROTO -> PARAMS.ghazi2000-01-1714-240/+256
| | | | | | | | | | | | | | | | | | * genattrtab.c: Likewise. * gencheck.c: Likewise. * gencodes.c: Likewise. * genconfig.c: Likewise. * genemit.c: Likewise. * genextract.c: Likewise. * genflags.c: Likewise. * gengenrtl.c: Likewise. * genopinit.c: Likewise. * genoutput.c: Likewise. * genpeep.c: Likewise. * genrecog.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31457 138bc75d-0d04-0410-961f-82ee72b054a4
* * All files: PROTO -> PARAMS.ghazi2000-01-1720-781/+785
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31456 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.law2000-01-172-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31455 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c (finish_struct_1): Replace redundant code withmmitchel2000-01-172-11/+14
| | | | | | | assertions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31454 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree.h (BINFO_VPTR_FIELD): Augment documentation.mmitchel2000-01-172-3/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31453 138bc75d-0d04-0410-961f-82ee72b054a4