1. 07 Mar, 2000 1 commit
    • jni.cc (MARK_NONE): New define. · 8d00f617
      	* jni.cc (MARK_NONE): New define.
      	(MARK_USER): Likewise.
      	(MARK_SYSTEM): Likewise.
      	(struct _Jv_JNI_LocalFrame): Made `marker' bigger and `size'
      	smaller.
      	(_Jv_JNI_DeleteLocalRef): Use MARK_NONE in assert.
      	(_Jv_JNI_EnsureLocalCapacity): Use MARK_NONE.
      	(_Jv_JNI_PushLocalFrame): Use MARK_USER.
      	(_Jv_JNI_PopLocalFrame): New version with additional `stop'
      	argument.
      	(call): Use MARK_SYSTEM.
      	(_Jv_GetJNIEnvNewFrame): New function.
      	(_Jv_LookupJNIMethod): New function.
      	(_Jv_JNI_PopSystemFrame): New function.
      	(call): Use _Jv_JNI_PopSystemFrame and _Jv_LookupJNIMethod.
      
      From-SVN: r32373
      Tom Tromey committed
  2. 06 Mar, 2000 19 commits
  3. 05 Mar, 2000 19 commits
    • basic-block.h (ALLOCA_REG_SET): Remove. · ee25a7a5
      	* basic-block.h (ALLOCA_REG_SET): Remove.
      	(INITIALIZE_REG_SET): New macro.
      	* flow.c (update_life_info): Use it.
      	(calculate_global_regs_live): Likewise.
      	(propagate_block): Likewise.
      	* global.c (build_insn_chain): Likewise.
      	* haifa-sched.c (schedule_region): Likewise.
      
      From-SVN: r32350
      Mark Mitchell committed
    • javaprims.h ("Java"): Remove FirstThread. · 008b7307
      2000-03-08  Anthony Green  <green@redhat.com>
      
      	* gcj/javaprims.h ("Java"): Remove FirstThread.
      
      From-SVN: r32349
      Anthony Green committed
    • configure.host: Fix __NO_MATH_INLNES botch. · 6cc96432
      	* configure.host: Fix __NO_MATH_INLNES botch.
      
      	* Makefile.in: Rebuilt.
      	* Makefile.am (nat_source_files): Move natFirstThread.cc.
      	(gnu/gcj/runtime/FirstThread.h): Moved.
      	(ordinary_java_source_files): Move FirstThread.java.
      	* prims.cc: Deal with FirstThread movement.
      	(JvRunMain): Ditto.
      	(_Jv_RunMain): Ditto.
      
      	* gnu/gcj/runtime/FirstThread.java: Moved from java/lang.
      	* gnu/gcj/runtime/natFirstThread.cc: Ditto.
      
      From-SVN: r32348
      Anthony Green committed
    • dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer. · 262b6384
              * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
              (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
              (DWARF_ARANGES_PAD_SIZE): New define.
              (output_aranges): Use it to pad the address range header.
              (DWARF_ROUND): Fix for non power of 2 rounding.
      
      From-SVN: r32347
      Stephane Carrez committed
    • * mkdeps.c (deps_calc_target): Remove incorrect 'const'. · 92df03e1
      From-SVN: r32346
      Jason Merrill committed
    • expr.c (cplus_expand_expr, [...]): Use expand_start_stmt_expr and expand_end_stmt_expr directly. · 971cbc14
      	* expr.c (cplus_expand_expr, case STMT_EXPR): Use
      	expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
      	RTL_EXPR_HAS_NO_SCOPE.
      
      	* pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
      	later.
      
      	* dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
      
      From-SVN: r32345
      Mark Mitchell committed
    • tree.def (RTL_EXPR): Update documentation. · 9f937026
      	* tree.def (RTL_EXPR): Update documentation.
      	* tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
      	* expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
      	* function.c (preserve_rtl_expr_temp): New function.
      	(preserve_rtl_expr_temps): Likewise.
      	(preserve_rtl_expr_result): Use it.
      
      From-SVN: r32344
      Mark Mitchell committed
    • Revert this patch: · 591ccf92
      	2000-03-04  Mark Mitchell  <mark@codesourcery.com>
      
      From-SVN: r32343
      Mark Mitchell committed
    • impint.C: New test. · 2f6f9ac7
      	* g++.old-deja/g++.warn/impint.C: New test.
      	* g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
      	* g++.old-deja/g++.pt/explicit10.C: Specify -w option.
      	* g++.old-deja/g++.pt/explicit12.C: Likewise.
      	* g++.old-deja/g++.pt/explicit13.C: Likewise.
      	* g++.old-deja/g++.pt/explicit17.C: Likewise.
      	* g++.old-deja/g++.pt/explicit18.C: Likewise.
      	* g++.old-deja/g++.pt/explicit19.C: Likewise.
      	* g++.old-deja/g++.pt/explicit23.C: Likewise.
      	* g++.old-deja/g++.pt/explicit31.C: Likewise.
      	* g++.old-deja/g++.pt/explicit35.C: Likewise.
      	* g++.old-deja/g++.pt/explicit6.C: Likewise.
      	* g++.old-deja/g++.pt/memclass7.C: Likewise.
      
      From-SVN: r32342
      Nathan Sidwell committed
    • call.c (convert_like): Macrofy. · c3f08228
      	* call.c (convert_like): Macrofy.
      	(convert_like_with_context): New macro.
      	(convert_like_real): Renamed from convert_like.  Add calling
      	context parameters, for diagnostics. Add recursive flag.  Call
      	dubious_conversion_warnings for outer conversion.
      	(build_user_type_conversion): Use convert_like_with_context.
      	(build_over_call): Likewise. Don't warn about dubious
      	conversions here. Adjust convert_default_arg calls.
      	(convert_default_arg): Add context parameters for diagnostics.
      	Pass throught to convert_like_with_context.
      	* cp-tree.h (convert_default_arg): Add context parameters.
      	(dubious_conversion_warnings): Prototype new function.
      	* typeck.c (convert_arguments): Adjust convert_default_arg call.
      	(dubious_conversion_warnings): New function, broken
      	out of convert_for_assignment.
      	(convert_for_assignment): Adjust.
      
      From-SVN: r32341
      Nathan Sidwell committed
    • re GNATS gcj/129 (Static array length access bug in gcj) · 18ca9ce7
      	* libjava.compile/PR129_B.java: New file.
      	* libjava.compile/support/PR129_A.java: New file.
      	For PR gcj/129.
      
      From-SVN: r32340
      Anthony Green committed
    • DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses. · c261e080
      	* java/net/DatagramSocket.java(DatagramSocket(int,InetAddress)):
      	  Handle null addresses.
      
      From-SVN: r32339
      Warren Levy committed
    • Daily bump. · 5a43052b
      From-SVN: r32338
      Jeff Law committed
    • re GNATS gcj/151 (strange result on Math.sin(1e50)) · aa1e467f
      	* configure.host (libgcj_flags): Define __NO_MATH_INLINES.
      	See PR gcj/151.
      
      From-SVN: r32337
      Anthony Green committed
    • New test code. · da1ee10d
      From-SVN: r32336
      Anthony Green committed
    • function.h (struct sequence_stack): Remove rtl_expr. · 7470e8d7
      	* function.h (struct sequence_stack): Remove rtl_expr.
      	(struct emit_staus): Likewise.
      	(seq_rtl_expr): Remove.
      	* tree.h (free_temps_for_rtl_expr): Don't declare.
      	(start_sequence_for_rtl_expr): Likewise.
      	* rtl.h (preserve_rtl_expr_result): Likewise.
      	* emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
      	(start_sequence_for_rtl_expr): Remove.
      	(push_topmost_sequence): Don't save sequence_rtl_expr.
      	(pop_topmost_sequence): Remove comment about not restoring it.
      	(end_sequence): Don't set seq_rtl_expr.
      	(init_emit): Don't initialize it.
      	(mark_sequence_stack): Don't mark it.
      	(mark_emit_status): Likewise.
      	* except.c (protect_with_terminate): Use
      	start_sequence_for_rtl_expr, not start_sequence.
      	* expr.c (expand_expr, case RTL_EXPR): Don't call
      	preserve_rtl_expr_result or free_temps_for_rtl_expr.
      	* function.c (assign_stack_temp_for_type): Don't set rtl_expr.
      	(preserve_rtl_expr_result): Remove.
      	(free_temps_for_rtl_expr): Likewise.
      	(pop_temp_slots): Likewise.
      	(mark_temp_slot): Don't mark the rtl_expr.
      	* stmt.c (expand_start_stmt_expr): Use start_sequence, not
      	start_sequence_for_rtl_expr.
      
      From-SVN: r32335
      Mark Mitchell committed
    • * regmove.c (copy_src_to_dest) Do not create src->dest move · 40546a78
      	for unchanging destination.
      
      From-SVN: r32334
      Thomas Schuster committed
    • function.h (struct sequence_stack): Remove rtl_expr. · 08d0be2f
      	* function.h (struct sequence_stack): Remove rtl_expr.
      	(struct emit_staus): Likewise.
      	(seq_rtl_expr): Remove.
      	* tree.h (free_temps_for_rtl_expr): Don't declare.
      	(start_sequence_for_rtl_expr): Likewise.
      	* rtl.h (preserve_rtl_expr_result): Likewise.
      	* emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
      	(start_sequence_for_rtl_expr): Remove.
      	(push_topmost_sequence): Don't save sequence_rtl_expr.
      	(pop_topmost_sequence): Remove comment about not restoring it.
      	(end_sequence): Don't set seq_rtl_expr.
      	(init_emit): Don't initialize it.
      	(mark_sequence_stack): Don't mark it.
      	(mark_emit_status): Likewise.
      	* except.c (protect_with_terminate): Use
      	start_sequence_for_rtl_expr, not start_sequence.
      	* expr.c (expand_expr, case RTL_EXPR): Don't call
      	preserve_rtl_expr_result or free_temps_for_rtl_expr.
      	(assign_stack_temp_for_type): Don't set rtl_expr.
      	(preserve_rtl_expr_result): Remove.
      	(free_temps_for_rtl_expr): Likewise.
      	(pop_temp_slots): Likewise.
      	(mark_temp_slot): Don't mark the rtl_expr.
      	* stmt.c (expand_start_stmt_expr): Use start_sequence, not
      	start_sequence_for_rtl_expr.
      
      From-SVN: r32333
      Mark Mitchell committed
    • declare dwarf2out_ignore_block · 5f12e987
      From-SVN: r32332
      Jason Merrill committed
  4. 04 Mar, 2000 1 commit
    • Makefile.in (JAVA_OBJS): Added boehm.o. · 5830574a
      	* Makefile.in (JAVA_OBJS): Added boehm.o.
      	(boehm.o): New target.
      	* Make-lang.in (JAVA_SRCS): Added boehm.c.
      	* java-tree.h (flag_use_boehm_gc): Declare.
      	(get_boehm_type_descriptor): Declare.
      	* lang.c (lang_f_options): Added `use-boehm-gc'.
      	(flag_use_boehm_gc): New global.
      	* lang-options.h: Added -fuse-boehm-gc.
      	* boehm.c: New file.
      	* class.c (get_dispatch_table): If class uses a Boehm type
      	descriptor, put it in the vtable.
      	(make_class_data): Removed dead code.
      
      From-SVN: r32331
      Tom Tromey committed