1. 30 Jul, 2000 7 commits
  2. 29 Jul, 2000 6 commits
  3. 28 Jul, 2000 23 commits
  4. 27 Jul, 2000 4 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