Skip to content
Snippets Groups Projects
  1. Apr 09, 2002
    • hboehm's avatar
      * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix. · fea37d3e
      hboehm authored
      	(GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
      	declare.
      	* allchblk.c (GC_allchblk_nth): Change text and support reduced
      	frequency for blacklist warning message.
      	* misc.c (GC_large_alloc_warn_interval,
      	GC_large_alloc_warn_suppressed): define.
      	(GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
      	GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
      	* doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
      	(GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
      
      	* dyn_load.c (_DYNAMIC): Move declaration to file scope.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52053 138bc75d-0d04-0410-961f-82ee72b054a4
      fea37d3e
  2. Apr 08, 2002
  3. Apr 07, 2002
    • mark's avatar
      * libjava.mauve/xfails: Add CASE_INSENSITIVE_ORDER, result was · 5268c9e5
      mark authored
          unspecified and test should be updated to match latest spec.
          Add AcuniaPropertiesTest, known bug #6219. Add test_getClassLoader,
          what we do seems to be not really right or wrong.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52006 138bc75d-0d04-0410-961f-82ee72b054a4
      5268c9e5
    • danglin's avatar
      PR 5933 · a6bf437a
      danglin authored
      	* pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
      	generating 32-bit pic code.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52004 138bc75d-0d04-0410-961f-82ee72b054a4
      a6bf437a
    • sirl's avatar
      2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> · 7a8d0ef0
      sirl authored
      	PR optimization/6086
      	* g++.dg/opt/preinc1.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52001 138bc75d-0d04-0410-961f-82ee72b054a4
      7a8d0ef0
    • mark's avatar
      * java/util/Hashtable.java (contains): Remove NullPointer check. · 3f28b923
      mark authored
              (containsValue): Add NullPointer check.
              (remove): Always throw NullPointerException when key is null.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51994 138bc75d-0d04-0410-961f-82ee72b054a4
      3f28b923
    • bryce's avatar
      typo · 9ce7832f
      bryce authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51991 138bc75d-0d04-0410-961f-82ee72b054a4
      9ce7832f
    • bryce's avatar
      2002-04-07 Adam King <aking@dreammechanics.com> · 0d0060c0
      bryce authored
      	* java/lang/natSystem.cc (init_properties): Call new function
      	_Jv_platform_initProperties.
      	* win32 (_Jv_platform_initProperties): New function that adds Win32
      	support for the System properties os.name, os.arch, os.version,
      	user.name, user.home, and user.dir.
      	* include/posix.h, include/win32.h, posix.cc: New function
      	_Jv_platform_initProperties.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51989 138bc75d-0d04-0410-961f-82ee72b054a4
      0d0060c0
    • mark's avatar
      * libjava.mauve/mauve.exp: Use libgcj.jar not libgcj.zip. · e7424acb
      mark authored
      	* libjava.mauve/xfails: add Character.classify12 (number 1),
      	Character.getType (number 11), Character.getType (number 20) and
      	Character.getType (number 22). We implement 1.4 Character.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51987 138bc75d-0d04-0410-961f-82ee72b054a4
      e7424acb
    • gccadmin's avatar
      Daily bump. · 6c667414
      gccadmin authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51986 138bc75d-0d04-0410-961f-82ee72b054a4
      6c667414
    • mark's avatar
      * java/lang/Character,java (isDefined): getType() != UNASSIGNED. · 0620c33c
      mark authored
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51982 138bc75d-0d04-0410-961f-82ee72b054a4
      0620c33c
    • mark's avatar
      * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy · 3e14667c
      mark authored
              all of the remaining elements.
              * java/util/Vector.java (addAll(int,Collection)): Likewise.
              (removeRange): If toIndex == fromIndex do
              nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.
              (removeAll): Always throw NullPointerException when collection is
              null.
              (retrainAll): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51979 138bc75d-0d04-0410-961f-82ee72b054a4
      3e14667c
    • mmitchel's avatar
      PR c++/5571 · 242fc35c
      mmitchel authored
      	* stor-layout.c (layout_decl): Reset the RTL for the decl.
      
      	* class.c (layout_class_type): Remember incomplete static
      	variables.
      	(finish_struct_1): Call complete_vars, not
      	hack_incomplete_structures.
      	* cp-tree.h (hack_incomplete_structures): Rename to ...
      	(complete_vars): ... this.
      	(struct saved_scope): Remove incomplete.
      	(namespace_scope_incomplete): Remove.
      	* decl.c (struct binding_level): Remove incomplete.
      	(incomplete_vars): New variable.
      	(mark_binding_level): Don't mark incomplete.
      	(print_binding_level): Don't print it.
      	(mark_saved_scope): Don't mark incomplete.
      	(pushdecl): Use maybe_register_incopmlete_var.
      	(cxx_init_decl_processing): Register incomplete_vars for GC.
      	(start_decl_1): Clarify error message.
      	(hack_incomplete_vars): Remove.
      	(maybe_register_incomplete_var): New function.
      	(complete_vars): Likewise.
      
      	* g++.dg/opt/static2.C: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51978 138bc75d-0d04-0410-961f-82ee72b054a4
      242fc35c
    • thorpej's avatar
      * configure.in (alpha*-*-netbsd*): Add target. · c1d86bcd
      thorpej authored
      * configure: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51976 138bc75d-0d04-0410-961f-82ee72b054a4
      c1d86bcd
    • thorpej's avatar
      * cppinit.c (cpp_create_reader): Initialize · d3f7919d
      thorpej authored
      discard_comments_in_macro_exp.
      (COMMAND_LINE_OPTIONS): Add "-CC" option.
      (cpp_handle_option): Handle "-CC" option.
      * cpplex.c (save_comment): If saving a C++ comment in
      a directive, convert it to a C comment.
      (_cpp_lex_direct): Pass second comment start character to
      save_comment to indicate comment type.
      * cpplib.c (_cpp_handle_directive): If processing
      a "#define" directive and discard_comments_in_macro_exp
      is false,  re-enable saving of comments.
      (lex_macro_node): If discard_comments_in_macro_exp is false,
      discard any comments before the macro identifier.
      * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
      member.
      * cppmacro.c (cpp_get_token): If expanding a macro while
      processing a directive, discard any comments we might encounter.
      (parse_params): If discard_comments_in_macro_exp is false,
      ignore comments in the macro parameter list.
      * gcc.c (cpp_unique_options): Add "-CC" option.
      (option_map): Map "--comments-in-macros" to "-CC".
      * doc/cppopts.texi: Document "-CC" option.
      * f/lang-specs.h: Add "-CC" option.
      * testsuite/gcc.dg/cpp/maccom1.c: New test.
      * testsuite/gcc.dg/cpp/maccom2.c: New test.
      * testsuite/gcc.dg/cpp/maccom3.c: New test.
      * testsuite/gcc.dg/cpp/maccom4.c: New test.
      * testsuite/gcc.dg/cpp/maccom5.c: New test.
      * testsuite/gcc.dg/cpp/maccom6.c: New test.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51975 138bc75d-0d04-0410-961f-82ee72b054a4
      d3f7919d
  4. Apr 06, 2002
Loading