- 30 Dec, 2000 8 commits
-
-
2000-12-30 Jeffrey Oldham <oldham@codesourcery.com> * defaults.h (BUILD_VA_LIST_TYPE): New definition. * tree.c (build_common_tree_nodes_2): Ensure the va_list_type_node is a copy, not an alias. From-SVN: r38561
Jeffrey Oldham committed -
From-SVN: r38560
Richard Kenner committed -
* alias.c (alias_sets_conflict_p): New function. (mems_in_disjoint_alias_sets_p): Use it. (readonly_fields_p): Moved from expr.c; check for record type. (objects_must_conflict_p): New function. * calls.c (expand_call): Use assign_temp as much as possible, use readonly variant if assigned once, and don't set memory attributes. (emit_library_call_value_1, store_one_arg): Likewise. * integrate.c (expand_inline_function): Likewise. * stmt.c (expand_asm_operands, expand_return): Likewise. * expr.c (copy_blkmode_from_reg, store_constructor): Likewise. (store_field, save_noncopied_parts, expand_expr): Likewise. (expand_expr_unaligned): Likewise. (readonly_fields_p): Moved to alias.c. (safe_from_p): Rework handling of SAVE_EXPR. MEMs ony conflict if alias sets conflict; likewise for INDIRECT_REF. * function.c (struct temp_slot): Delete field ALIAS_SET; add TYPE. (assign_stack_for_temp): Use objects_must_confict_p. Set all memory attributes from type, if specified. (mark_temp_slot): Mark TYPE field. * tree.h (alias_sets_conflict_p, readonly_fields_p): New decls. (objects_must_conflict_p): Likewise. * stmt.c (expand_decl): Don't use assign_stack_temp in error case. (add_case_node): No need to copy nodes anymore. From-SVN: r38559
Richard Kenner committed -
From-SVN: r38558
Bryce McKinlay committed -
* configure.in: Rename THREADLIB to THREADLIBS. * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This ensures that we link the correct version of the linuxthreads semaphore functions. * Makefile.in: Rebuilt. * configure: Rebuilt. * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the list of signals which are not blocked during suspend in the NO_SIGNALS case. For libjava: * Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that the correct versions of various linuxthreads functions get linked. * Makefile.in: Rebuilt. * java/lang/natThread.cc (finalize_native): New static function. Call _Jv_ThreadDestroyData. (initialize_native): Register finalizer for "data". * include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype. (_Jv_ThreadDestroyData): New prototype. * include/win32-threads.h: Ditto. * include/no-threads.h: Ditto. * posix-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): New function. Free native thread "data" and move mutex and condition variable destroy code from: (really_start): ...here. (_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED. * win32-threads.cc (_Jv_ThreadInitData): Implement new prototype. (_Jv_ThreadDestroyData): Implemented. * nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t". (_Jv_AllocArray): Ditto. From-SVN: r38557
Bryce McKinlay committed -
From-SVN: r38556
Marek Michalkiewicz committed -
From-SVN: r38555
Jeff Law committed -
* config/sh/sh.c (split_branches): Don't dereference re-computed `beyond' before checking it's non-NULL. From-SVN: r38554
Alexandre Oliva committed
-
- 29 Dec, 2000 27 commits
-
-
From-SVN: r38553
David Billinghurst committed -
* i386/sco5.h (PREFERRED_DEBUGGING_TYPE): Change to Dwarf II. (TARGET_ELF): Now always true. (SUBTARGET_SWTICHES: )Remove -mcoff. * i386/t-sco5 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, MULTILIB_EXCEPTION): Nuke coff. (CRTSTUFF_T_CFLAGS_S): Deleted. (TARGET_LIBGCC2_CFLAGS): Added. From-SVN: r38552
Robert Lipe committed -
* varasm.c (output_constant_def): Don't ENCODE_SECTION_INFO twice. Update desc->rtl and ->label, in case ENCODE_SECTION_INFO modifies them. From-SVN: r38551
Alexandre Oliva committed -
* fnmatch.c: Make the note about the origins of this file more accurate, at least until we can sync with glibc. * getopt.c: Ditto. * getopt1.c: Ditto. * md5.c: Ditto. * obstack.c: Ditto. From-SVN: r38550
DJ Delorie committed -
From-SVN: r38549
Bernd Schmidt committed -
From-SVN: r38548
Bernd Schmidt committed -
From-SVN: r38547
Bernd Schmidt committed -
From-SVN: r38546
Bernd Schmidt committed -
* tree.c (get_set_constructor_bits): Use host_integerp and tree_low_cst. From-SVN: r38545
Richard Kenner committed -
From-SVN: r38537
Jakub Jelinek committed -
2000-12-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * local-alloc.c (update_equiv_regs): Don't use copy_rtx on PATTERN. *** local-alloc.c 2000/11/30 21:40:33 1.75 --- local-alloc.c 2000/12/29 13:10:59 *************** update_equiv_regs () *** 1141,1146 **** rtx new_insn; ! new_insn = emit_insn_before (copy_rtx (PATTERN (equiv_insn)), ! insn); REG_NOTES (PREV_INSN (insn)) = REG_NOTES (equiv_insn); REG_NOTES (equiv_insn) = 0; --- 1141,1145 ---- rtx new_insn; ! new_insn = emit_insn_before (PATTERN (equiv_insn), insn); REG_NOTES (PREV_INSN (insn)) = REG_NOTES (equiv_insn); REG_NOTES (equiv_insn) = 0; From-SVN: r38536
Richard Kenner committed -
* toplev.c (main): Call xmalloc_set_program_name. * gcc.c (main): Likewise. From-SVN: r38535
Richard Kenner committed -
From-SVN: r38534
Philip Blundell committed -
From-SVN: r38533
Richard Henderson committed -
* config/alpha/alpha.c (alpha_expand_block_move): Initialize src_align and dst_align in bits. Do unaligned quadword loads if possible for BWX too. (alpha_expand_block_clear): Initialize align in bits. Track small leading offsets into a larger alignment. Play games with stq_u for large 4-byte aligned blocks. Use load/mask/store for appropreately aligned heads and tails. From-SVN: r38532
Richard Henderson committed -
* gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define. (__cyg_profile_func_exit): Define. From-SVN: r38531
Richard Henderson committed -
* class.c (pushclass): Remove #if 0'd code. * cp-tree.h (overload_template_name): Remove. * decl.c (store_bindings): Simplify. (pop_from_top_level): Likewise. * pt.c (overload_template_name): Remove. (instantiate_decl): Don't call push_to_top_level if it's not needed. From-SVN: r38530
Mark Mitchell committed -
From-SVN: r38529
Jeff Law committed -
* function.c (assign_parms): Convert arguments passed by reference to the right mode. From-SVN: r38528
Alexandre Oliva committed -
2000-12-28 Geoffrey Keating <geoffk@redhat.com> * c-parse.in (select_or_iter_stmt): Use truthvalue_conversion on the condition of a FOR statement, so that it gets typechecked and optimised. 2000-12-28 Geoffrey Keating <geoffk@redhat.com> * gcc.dg/noncompile/20001228-1.c: New test. From-SVN: r38527
Geoffrey Keating committed -
* c-decl.c (grokdeclarator): Prevent crash in case of overflow in array size. From-SVN: r38526
Alexandre Oliva committed -
From-SVN: r38525
Mark Mitchell committed -
* pt.c (register_local_specialization): Don't return a value. (lookup_template_class): Use move-to-front heuristic when looking up template instantiations. (instantiate_decl): Only push_to_top_level when we're actually going to instantiate the template. From-SVN: r38524
Mark Mitchell committed -
calls.c (emit_library_call_value_1): Add to call_fusage the stack slot assigned to argument passed by reference. * calls.c (emit_library_call_value_1): Add to call_fusage the stack slot assigned to argument passed by reference. From-SVN: r38523
Alexandre Oliva committed -
From-SVN: r38522
Hans-Peter Nilsson committed -
* search.c (binfo_for_vtable): Return least derived class, not most. Handle secondary vtables. From-SVN: r38521
Hans-Peter Nilsson committed -
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> * toplev.h (extern really_sorry): Remove extern declaration for nonexistent function. From-SVN: r38520
Jeffrey Oldham committed
-
- 28 Dec, 2000 5 commits
-
-
From-SVN: r38519
Geoffrey Keating committed -
From-SVN: r38518
Geoffrey Keating committed -
From-SVN: r38517
Geoffrey Keating committed -
2000-12-27 Jeff Sturm <jeff.sturm@commerceone.com> * java/sql/DriverManager.java (getConnection): Don't set user/password properties if null. From-SVN: r38516
Jeff Sturm committed -
2000-12-28 Robert Lipe <robertl@sco.com> * jartool.c (MAXPATHLEN): Provide if not defined. From-SVN: r38515
Robert Lipe committed
-