- 09 Nov, 2000 5 commits
-
-
* calls.c (expand_call, emit_library_call_value_1), collect2.c (scan_prog_file), config/a29k/a29k.c (print_operand), config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy () instead of bcopy (). * real.h: Use memcmp () instead of bcmp (). * config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c (split_branches), config/sparc/sparc.c (ultra_flush_pipeline, ultrasparc_sched_init, ultrasparc_sched_reorder), config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset () instead of bzero (). * config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr () instead of rindex (). * configure.in: Don't check for bzero, bcmp, index or rindex. * configure, config.in: Regenerate. * system.h: Don't include declarations for bzero, bcmp, index or rindex. * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define bzero, bcmp, index or rindex. java: * parse.y (create_new_parser_context): Use memset () instead of bzero (). From-SVN: r37334
Joseph Myers committed -
* config/i386/cygwin.h: Add -no-win32 switch. Separate -mno-cygwin include and library paths from -mcygwin case. Parameterize some declarations to avoid warnings. Use standard locations for include and lib dirs. From-SVN: r37333
Christopher Faylor committed -
* include/bits/codecvt.h (codecvt::do_out): Make it const-correct. (codecvt::do_in): Likewise. From-SVN: r37332
Mark Mitchell committed -
fix stays in place. From-SVN: r37331
Nick Clifton committed -
flow.c (init_propagate_block_info): Protect the rtx stored in mem_set_list from modification by find_auto_inc. * flow.c (init_propagate_block_info): Protect the rtx stored in mem_set_list from modification by find_auto_inc. (mark_set_1): Likewise. From-SVN: r37330
Richard Henderson committed
-
- 08 Nov, 2000 24 commits
-
-
* cpplex.c (_cpp_lex_token): Handle directives directly. In the case of a directive interrupting a function-like macro invocation, use extra_char since read_ahead is used to store the '#'. Return a CPP_EOF in this case. * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more. (cpp_get_token): Don't handle directives here. * cpplib.h: Remove CPP_DHASH token type. From-SVN: r37329
Neil Booth committed -
* snapshot: New file. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r37328
Jeff Law committed -
* README: Fix typo. Remove incorrect reference to Cygnus. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r37327
Jan van Male committed -
* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes formed using PRE_MODIFY too. From-SVN: r37326
Jan Hubicka committed -
* gjavah.c (process_file): Only include gcj/cni.h when generating CNI stubs. From-SVN: r37325
Tom Tromey committed -
* src/locale-inst.cc: Add explicit instantiations of _M_fill_insert and fill_n<..., unsigned long,...> . From-SVN: r37324
David Edelsohn committed -
2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com> * gcc_build (bootstrap_gcc): New function. (configure_gcc): Likewise. (build_gcc): Rewritten to use configure and bootstrap. (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS. From-SVN: r37323
Jeffrey Oldham committed -
c-tree.texi (VAR_DECL): Describe representation of GCC's extension for placing variables in particular... * c-tree.texi (VAR_DECL): Describe representation of GCC's extension for placing variables in particular registers. From-SVN: r37322
Mark Mitchell committed -
c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for unprototyped C functions with no parameters. * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for unprototyped C functions with no parameters. From-SVN: r37321
Mark Mitchell committed -
* config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int before passing to fprintf. From-SVN: r37320
Jakub Jelinek committed -
cp/ChangeLog * decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type. * decl2.c (coerce_new_type): Use c_size_type_node. Preserve exception specification. Tidy up. (coerce_delete_type): Preserve exception specification. Tidy up. testsuite/ChangeLog * g++.old-deja/g++.other/crash36.C: New test. From-SVN: r37319
Nathan Sidwell committed -
From-SVN: r37318
Jakub Jelinek committed -
* function.c (expand_function_start): Cast GET_MODE_SIZE to HOST_WIDE_INT before negating it. From-SVN: r37317
Jakub Jelinek committed -
* expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL passed in multiple non-contiguous locations. From-SVN: r37316
Jakub Jelinek committed -
From-SVN: r37315
Gerald Pfeifer committed -
From-SVN: r37314
Loren J. Rittle committed -
From-SVN: r37313
Jeff Law committed -
* mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts in-place. From-SVN: r37312
Alexandre Oliva committed -
From-SVN: r37311
Gabriel Dos Reis committed -
* dwarfout.c (INSN_LABEL_FMT): Remove. (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL. (dwarfout_label): Remove. * dwarfout.h: Remove it's prototype. * dwarf2out.c (INSN_LABEL_FMT): Remove. (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL. (dwarf2out_label): Remove. * dwarf2out.h: Remove it's prototype. * final.c (final_scan_insn): Don't call dwarf[2]out_label. From-SVN: r37310
Richard Henderson committed -
* config/ia64/fde-glibc.c (find_fde_for_dso): Do a binary search on the unwind region section. * config/ia64/ia64.md (movbi): Add r/r alternative. (cmovdi_internal_astep): Describe all combinations of register classes for sources & destinations; remove matching constraints. (cmovdi_internal): Likewise. From-SVN: r37309
Richard Henderson committed -
From-SVN: r37308
Richard Henderson committed -
* c-lang.c (start_cdtor, finish_cdtor): New functions. (finish_file): Use them in building constructor/destructor functions. * config/alpha/alpha.h (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Move ... * config/alpha/osf.h: ... here. * config/alpha/alpha-interix.h: Don't undef them. From-SVN: r37307
Richard Henderson committed -
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com> * config/mips/t-iris6 (FPBIT): New. Added so that __unorddf2 is included in libgcc.a. (DPBIT): Likewise. (dp-bit.c): Likewise. (fp-bit.c): Likewise. From-SVN: r37306
Jeffrey Oldham committed
-
- 07 Nov, 2000 11 commits
-
-
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com> * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*. * gcc.c-torture/execute/va-arg-16.x: Likewise. * gcc.c-torture/execute/va-arg-17.x: Likewise. From-SVN: r37305
Jeffrey Oldham committed -
* config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab. (INTERNAL_ASM_OP): Add missing tab. From-SVN: r37304
Nick Clifton committed -
* alias.c (init_alias_analysis), calls.c (expand_call, emit_library_call_value_1), combine.c (init_reg_last_arrays), cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c (init_output_buffer, set_diagnostic_context), dwarf2out.c (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c (init_emit_once), fold-const.c (mul_double, div_and_round_double), function.c (assign_parms), gcse.c (compute_can_copy, alloc_gcse_mem, alloc_reg_set_mem, record_one_set, compute_hash_table, compute_set_hash_table, compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info, clear_units, schedule_block), integrate.c (initialize_for_inline, expand_inline_function), jump.c (thread_jumps), local-alloc.c (local_alloc), loop.c (combine_movables, count_loop_regs_set, load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree), regclass.c (init_reg_sets, init_reg_sets_1, regclass, record_reg_classes, allocate_reg_info), reload.c (get_secondary_mem, remove_address_replacements, find_reloads), reload1.c (reload, set_initial_label_offsets, finish_spills, reload_as_needed, choose_reload_regs_init, reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c (rename_registers), stmt.c (expand_end_case), unroll.c (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset () instead of bzero (). ch: * actions.c (check_missing_cases), typeck.c (build_chill_slice, build_chill_cast): Use memset () instead of bzero (). cp: * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c (push_binding_level), error.c (cp_tree_printer), pt.c (process_partial_specialization, tsubst_template_arg_vector), search.c (lookup_member): Use memset () instead of bzero (). java: * expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c (init_outgoing_cpool), lex.c (java_init_lex): Use memset () instead of bzero (). From-SVN: r37303
Joseph Myers committed -
From-SVN: r37302
DJ Delorie committed -
From-SVN: r37301
Kaveh R. Ghazi committed -
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com> * gcc.c-torture/execute/va-arg-15.x: New file. Fails on mips-sgi-irix6.* because the MIPS ABI passes floating-point parameters in registers, and there is no way for a varargs function to know in which order the integer and floating-point parameters should be interleaved when they are placed on the stack. * gcc.c-torture/execute/va-arg-16.x: Likewise. * gcc.c-torture/execute/va-arg-17.x: Likewise. From-SVN: r37300
Jeffrey Oldham committed -
From-SVN: r37299
Neil Booth committed -
* libjava.compile/sjis_comment3.java: Removed. * libjava.compile/sjis_comment2.java: Removed. * libjava.compile/sjis_comment1.java: Removed. * libjava.compile/euc_comment3.java: Removed. * libjava.compile/euc_comment2.java: Removed. * libjava.compile/euc_comment1.java: Removed. From-SVN: r37298
Tom Tromey committed -
From-SVN: r37297
Kaveh R. Ghazi committed -
From-SVN: r37296
J"orn Rennecke committed -
* config/rs6000/rs6000.md (movdi_internal32+1): Use operand_subreg_force rather than gen_rtx_SUBREG. (movdi_internal32+2): Likewise. From-SVN: r37295
Geoffrey Keating committed
-