- 17 May, 2000 4 commits
-
-
-Wunused-parameter. Retain existing -Wunused behavour. Document. From-SVN: r33953
Andrew Cagney committed -
From-SVN: r33952
Jeff Law committed -
* config/ia64/crtbegin.asm (__dso_handle): Mark hidden if the assembler supports it. (.fini, .init): Use a gp-relative indirect call. (__do_global_dtors_aux): Preserve the gp; rebundle. (__do_frame_setup): Likewise. * config/ia64/crtend.asm (.IA_64.unwind): Don't terminate with -1. (.init): Use a gp-relative indirect call. (__do_global_ctors_aux): Preserve the gp. From-SVN: r33951
Richard Henderson committed -
flow.c (commit_one_edge_insertion): Be prepared for a return insn to be inserted on the edge with a normal jump. * flow.c (commit_one_edge_insertion): Be prepared for a return insn to be inserted on the edge with a normal jump. * jump.c (jump_optimize_1): Don't look to create return isns. * flow.c (flow_delete_insn): Don't adjust reference count of notes. * jump.c (jump_optimize_1): Likewise. (returnjump_p): Verify the argument is a JUMP_INSN. * rtl.def (NOTE): Add 5th element for NOTE_INSN_DELETED_LABEL. From-SVN: r33950
Richard Henderson committed
-
- 16 May, 2000 32 commits
-
-
From-SVN: r33949
Nick Clifton committed -
* cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation. * init.c (dfs_vtable_path_unmark): Remove. * search.c (marked_new_vtable_p): Likewise. (unmarked_new_vtable_p): Likewise. (dfs_search_slot_nonempty_p): Likewise. (dfs_mark): Likewise. (dfs_vtable_path_unmark): Likewise. (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED. (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED. (dfs_init_vbase_pointers): Remove special-case new ABI code. (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED. (init_vbase_pointers): Simplify. (expand_indirect_vtbls_init): Likewise. From-SVN: r33948
Mark Mitchell committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/execute/20000516-1.c: New test. From-SVN: r33947
Franz Sirl committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * rs6000/rs6000.c (rs6000_select_section): Treat CONSTRUCTOR like VAR_DECL. From-SVN: r33946
Franz Sirl committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable. From-SVN: r33945
Franz Sirl committed -
* class.c (copy_virtuals): New function. (build_primary_table): Use it. (build_secondary_vtable): Likewise. (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to indicate that no vcall offset is required. (add_virtual_function): Likewise. (modify_all_vtables): Likewise. (dfs_finish_vtbls): Adjust call to build_vtbl_initializer. (dfs_accumulate_vtbl_inits): Likewise. (build_vtbl_initializer): Make changes to handle construction vtables. (dfs_build_vcall_offset_vtbl_entries): Likewise. (build_rtti_vtbl_entries): Likewise. (build_vtable_entries): Handle a NULL vcall_index. From-SVN: r33944
Mark Mitchell committed -
2000-05-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysv4.h (CPP_OS_LINUX_SPEC): Define __unix and __linux according to given options. From-SVN: r33942
Franz Sirl committed -
* libjava.lang/instance.out: New file. * libjava.lang/instance.java: New file. From-SVN: r33941
Tom Tromey committed -
* mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS if X has VOIDmode either. (LIMIT_RELOAD_CLASS): Similarly. * mn10200.md (indirect_jump, tablejump): Use "register_operand", not "general_operand" to match the processor's capabilities. From-SVN: r33940
Jeffrey A Law committed -
From-SVN: r33939
Phil Edwards committed -
2000-05-16 Nathan C. Myers <ncm@cantrip.org> * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/. From-SVN: r33938
Nathan C. Myers committed -
2000-05-16 Phil Edwards <pme@sourceware.cygnus.com> * acinclude.m4: Fix typo, switch to decaf... * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r33937
Phil Edwards committed -
2000-05-16 Phil Edwards <pme@sourceware.cygnus.com> * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): New macro, stub. * aclocal.m4: Regenerate. * configure.in: Call. * configure: Regenerate. * docs/configopts.html: Stub documentation. From-SVN: r33936
Phil Edwards committed -
From-SVN: r33935
Phil Edwards committed -
hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also eliminate a warning on alpha. * hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also eliminate a warning on alpha. From-SVN: r33934
Horst von Brand committed -
From-SVN: r33933
Bruce Korb committed -
2000-05-15 Andrew Haley <aph@cygnus.com> * include/ppc-signal.h: New file. From-SVN: r33932
Andrew Haley committed -
From-SVN: r33931
Bruce Korb committed -
and re-alphabetized the fixes From-SVN: r33930
Bruce Korb committed -
From-SVN: r33929
Alexandre Oliva committed -
From-SVN: r33928
Jakub Jelinek committed -
From-SVN: r33927
Jeff Law committed -
* configure.in, Makefile.in: Merge all libffi-related configury stuff from the libgcj tree. From-SVN: r33926
Alexandre Oliva committed -
* toplev.c (rest_of_compilation): Run full jump pass before find_basic_blocks of flow2. From-SVN: r33925
Richard Henderson committed -
* jump.c: Fix typos and clarify commentary from last change. (any_condjump_p): Verify SET_SRC is an IF_THEN_ELSE. (safe_to_remove_jump_p): Remove. (condjump_label): Use pc_set. From-SVN: r33924
Richard Henderson committed -
* ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns that get in the way after reload. (cond_exec_process_if_block): Skip a label heading THEN block. From-SVN: r33923
Richard Henderson committed -
* varasm.c (output_constant_pool): Abort instead of converting (improperly) deleted labels to zero. From-SVN: r33922
Richard Henderson committed -
* Makefile.in: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). * aix.ml: Build AIX-style shared library. From-SVN: r33921
David Edelsohn committed -
* config.shared: Change "pic" to depend on $(PICFLAG), not on $(enable_shared). From-SVN: r33920
David Edelsohn committed -
From-SVN: r33919
David Edelsohn committed -
on $(enable_shared). From-SVN: r33918
David Edelsohn committed -
From-SVN: r33917
David Edelsohn committed
-
- 15 May, 2000 4 commits
-
-
From-SVN: r33916
Jeff Law committed -
* cpplex.c (parse_string2): Update comment. (cpp_lex_line): No special assertion treatment for '('. * cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT. * cpplib.h (SYNTAX_ASSERT): Remove. From-SVN: r33915
Neil Booth committed -
* jump.c (condjump_p): Mark as depreached. (any_condump_p): New. (any_uncondump_p): New. (pc_set): New. (safe_to_remove_jump_p): New. * rtl.h (any_condump_p, any_uncondjump_p, pc_set safe_to_remove_jump_p): Declare. From-SVN: r33914
Jan Hubicka committed -
* calls.c: Re-install both patches reverted by last patch. (struct arg_data): New field tail_call_reg. (initialize_argument_information): Initialize tail_call_reg (load_register_parameters): New argument flags, use tail_call_reg when emiting tail call sequence. (expand_call): Update call of load_register_parameters; copy unadjusted_args_size to adjusted_args_size. From-SVN: r33913
Jan Hubicka committed
-