1. 22 May, 1999 1 commit
  2. 21 May, 1999 9 commits
  3. 20 May, 1999 21 commits
  4. 19 May, 1999 9 commits
    • mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in… · 13b6b42c
      mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in specific sections other than...
      
      x
              * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
              on variables in specific sections other than .sbss and .sdata.
      
      From-SVN: r27038
      Jeff Law committed
    • mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in… · 1945961b
      mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in specific sections other than...
      
      �
              * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
              on variables in specific sections other than .sbss and .sdata.
      
      From-SVN: r27037
      Jeff Law committed
    • * pt.c (build_template_decl): Copy DECL_NONCONVERTING_P. · 11f98788
      From-SVN: r27034
      Mark Mitchell committed
    • aclocal.m4, configure: Rebuilt. · 550c2492
      	* aclocal.m4, configure: Rebuilt.
      	* acinclude.m4 (version): New variable; pass to AM_INIT_AUTOMAKE.
      
      From-SVN: r27033
      Tom Tromey committed
    • GZIPOutputStream.java (write(byte[])): New method. · 2d40265f
      	* java/util/zip/GZIPOutputStream.java (write(byte[])): New
      	method.
      
      From-SVN: r27031
      Tom Tromey committed
    • Warning fixes: · ab3a6dd6
              * class.c (build_utf8_ref): Initialize variable `field'.
              * decl.c (init_decl_processing): Initialize variable `field'.
              * expr.c (build_known_method_ref): Mark parameters `method_type',
              `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
              (process_jvm_instruction): Likewise for parameter `length'.
              * jvspec.c (lang_specific_driver): Mark variables `saw_math',
              `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
              ATTRIBUTE_UNUSED.
              * parse.y (maybe_generate_clinit): Remove unused variable
              `has_non_primitive_fields'.
              (find_in_imports_on_demand): Initialize variables `node_to_use'
              and `cl'.
              (patch_binop): Likewise for variable `prom_type'.
              (patch_unaryop): Likewise for variable `prom_type'.
              * verify.c (verify_jvm_instructions): Likewise for variable `last'.
              * xref.c (xref_table): Add missing initializer.
      
      From-SVN: r27030
      Kaveh R. Ghazi committed
    • decl2.c (start_static_storage_duration_function): Fix comment. · c472cdfd
      	* decl2.c (start_static_storage_duration_function): Fix comment.
      	(finish_file): Create static storage duration functions lazily.
      
      From-SVN: r27029
      Mark Mitchell committed
    • natInflater.cc (inflate): Cast `len' to unsigned. · 6ada3468
      	* java/util/zip/natInflater.cc (inflate): Cast `len' to unsigned.
      	Include <stdlib.h>.
      	* java/util/zip/natDeflater.cc (deflate): Cast `len' to unsigned.
      	Include <stdlib.h>.
      	(update): Fail in default case.  Always initialize `strat'.
      
      From-SVN: r27028
      Tom Tromey committed
    • Implement anonymous structs. · 6bdb8141
      	* cp-tree.h (ANON_AGGR_TYPE_P): Rename from ANON_UNION_TYPE_P.
      	* class.c, decl.c, decl2.c, init.c, pt.c, search.c, typeck.c: Adjust.
      	* class.c (finish_struct_1): Remove redundant check for anon struct.
      	* decl.c (fixup_anonymous_aggr): Renamed from fixup_anonymous_union.
      	(check_tag_decl): Check for anonymous struct here.
      	* decl2.c (build_anon_union_vars): Catch anon struct at file scope.
      	* init.c (sort_member_init, emit_base_init): Handle getting fields
      	as well as names in current_member_init_list.
      	(perform_member_init): Handle getting an anon aggr.
      	* method.c (do_build_assign_ref): Don't descend into anon aggrs.
      	(do_build_copy_constructor): Likewise.
      
      From-SVN: r27027
      Jason Merrill committed