1. 07 Apr, 2002 6 commits
    • Daily bump. · 197e436a
      From-SVN: r51986
      GCC Administrator committed
    • ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remaining elements. · 236fc6a0
              * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
              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.
      
      From-SVN: r51979
      Mark Wielaard committed
    • re PR c++/5571 (crash in initialization of a static variable) · 0154eaa8
      	PR c++/5571
      	* 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.
      
      From-SVN: r51978
      Mark Mitchell committed
    • configure.in (alpha*-*-netbsd*): Add target. · da00eaab
      * configure.in (alpha*-*-netbsd*): Add target.
      * configure: Regenerate.
      
      From-SVN: r51976
      Jason Thorpe committed
    • cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. · 477cdac7
      * cppinit.c (cpp_create_reader): Initialize
      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.
      
      From-SVN: r51975
      Jason Thorpe committed
  2. 06 Apr, 2002 13 commits
  3. 05 Apr, 2002 17 commits
  4. 04 Apr, 2002 4 commits