1. 30 Jul, 2000 1 commit
  2. 29 Jul, 2000 6 commits
  3. 28 Jul, 2000 23 commits
  4. 27 Jul, 2000 10 commits
    • mauve-libgcj: Activated serialization tests. · 7db51521
      	* mauve-libgcj: Activated serialization tests.
      	* gcj/field.h (getModifiers): Mask off unknown flags.
      	* gnu/java/security/provider/SHA.java (munch): Reset buffer to 0 so
      	spurious bits don't cause discrepancies.
      	* java/io/ObjectOutputStream.java: Fixed typo in comment.
      	* java/io/ObjectStreamClass.java: Fixed typos in comments.
      	(lookup): Applied patch from Brian Jones <cbj@gnu.org> to optimize.
      	(hasClassInitializer): Call getDeclaredMethod instead of getMethod.
      	* java/lang/Throwable.java (serialVersionUID): New field.
      	* java/lang/reflect/Modifier.java (ALL_FLAGS): Preserve STRICT if used.
      	* java/lang/reflect/natConstructor.cc (getModifiers): Mask off
      	unknown flags.
      	* java/lang/reflect/natMethod.cc: Ditto.
      	* java/security/Key.java (serialVersionUID): Removed field for now.
      	* java/security/interfaces/DSAPrivateKey.java (serialVersionUID): Ditto.
      	* java/security/interfaces/DSAPublicKey.java (serialVersionUID): Ditto.
      
      Serialization mods.
      
      From-SVN: r35302
      Warren Levy committed
    • cp-tree.h (function_depth): Declare. · b2244c65
      	* cp-tree.h (function_depth): Declare.
      	(verify_stmt_tree): Likewise.
      	(find_tree): Likewise.
      	* decl.c (function_depth): Give it external linkage.
      	* optimize.c (optimize_function): Increment and decrement it.
      	* tree.c (verify_stmt_tree_r): New function.
      	(verify_stmt_tree): Likewise.
      	(find_tree_r): Likewise.
      	(find_tree): Likewise.
      
      From-SVN: r35301
      Mark Mitchell committed
    • c-decl.c (finish_function): Don't treat 'main' specially unless flag_hosted. · 98be7846
      	* c-decl.c (finish_function): Don't treat 'main' specially unless
      	flag_hosted.  In C99 mode, return 0 from 'main' unless
      	DEFAULT_MAIN_RETURN is otherwise defined.
      
      From-SVN: r35300
      Joseph Myers committed
    • * gcc.dg/c99-main-1.c: New test. · c1445f3d
      From-SVN: r35299
      Joseph Myers committed
    • Fix typo. · c00fb683
      From-SVN: r35298
      Jeff Law committed
    • dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and… · 62e3bf54
      dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
      
              * dwarf2out.c (gen_typedef_die): Abort if we get identical
              TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
      
              * typeck.c (common_type): If we're just returning one of our
              arguments, don't strip typedef types.
      
      From-SVN: r35297
      Jason Merrill committed
    • Put phi nodes after NOTE_INSN_BASIC_BLOCK. · 589ca5cb
      	* rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
      	* bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
      	(get_prev_bb_note): Likewise.
      	(remove_scope_notes): Likewise.
      	* flow.c (commit_one_edge_insertion): Likewise.
      	(merge_blocks_nomove): Likewise.
      	(verify_flow_info): Likewise.
      	* gcse.c (insert_insn_end_bb): Likewise.
      	* reg-stack.c (emit_swap_insn): Likewise.
      	* ssa.c (first_insn_after_basic_block_note): New function.
      	(insert_phi_node): Use it.
      	(rename_block): Likewise.
      	(eliminate_phi): Likewise.
      	(make_regs_equivalent_over_bad_edges): Likewise.
      	(make_equivalent_phi_alternatives_equivalent): Likewise.
      	(for_each_successor_phi): Likewise.
      	(convert_from_ssa): Modify phi-node deletion algorithm.
      
      From-SVN: r35296
      Mark Mitchell committed
    • RectangularShape.java (getPathIterator): Wrote. · 2d97a719
      	* java/awt/geom/RectangularShape.java (getPathIterator):
      	Wrote.
      
      From-SVN: r35295
      Tom Tromey committed
    • fini.c (main): Avoid automatic aggregate initialization. · f25aa0d3
      	* fini.c (main): Avoid automatic aggregate initialization.
      
      	* proj.h: Indent #error directive.
      
      From-SVN: r35294
      Kaveh R. Ghazi committed
    • expr.h (get_alias_set, [...]): Delete prototypes. · bebe2280
              * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
              * tree.h (get_alias_set, lang_get_alias_set): Prototype.
      
      From-SVN: r35293
      Rodney Brown committed