1. 07 Mar, 2000 8 commits
    • Daily bump. · f2d2acce
      From-SVN: r32380
      Jeff Law committed
    • oops · 25baa030
      From-SVN: r32379
      Jason Merrill committed
    • cpphash.c (collect_expansion): Also catch ## at start of macro. · 7d26bd16
              * cpphash.c (collect_expansion): Also catch ## at start of macro.
      
              * varasm.c (make_decl_rtl): Don't add a number to members of
              local classes.
              (make_function_rtl): Likewise.
      
      From-SVN: r32378
      Jason Merrill committed
    • new · 5816f88b
      From-SVN: r32377
      Jason Merrill committed
    • [multiple changes] · 614eaae0
      2000-03-06  Bryce McKinlay <bryce@albatross.co.nz>
      
      	* typeck.c (lookup_do): Search superinterfaces first
      	when looking up an interface method. From Godmar Back
      	<gback@cs.utah.edu>
      
      2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* java-tree.h (lookup_argument_method2): Declared.
      	(safe_layout_class): Prototype moved from parse.h.
      	* parse.h (safe_layout_class): Prototype moved to java-tree.h.
      	* parse.y (java_check_regular_methods): Local `super_class' gone.
      	Call lookup_argument_method2 instead of lookup_argument_method.
      	Perform modifier match for methods found declared in implemented
      	interfaces. Fixed indentation problem. Overriding/hiding error
      	report to take place only for methods found in classes.
      	* typeck.c (lookup_argument_method): Changed leading
      	comment. Re-written by calling lookup_do.
      	(lookup_argument_method2): New function.
      	(lookup_java_method): Re-written by calling lookup_do.
      	(lookup_do): New function.
      
      From-SVN: r32376
      Alexandre Petit-Bianco committed
    • gcse.c (compute_can_copy): Adjust if/else blocks from rth's patch from 2000-01-28. · 141b5810
      * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
      patch from 2000-01-28.
      
      From-SVN: r32375
      Alexandre Oliva committed
    • Test for PR gcj/164: · 1c30539d
      	* libjava.compile/PR164.xfail: New file.
      	* libjava.compile/PR164.java: New file.
      
      From-SVN: r32374
      Tom Tromey committed
    • jni.cc (MARK_NONE): New define. · 8d00f617
      	* jni.cc (MARK_NONE): New define.
      	(MARK_USER): Likewise.
      	(MARK_SYSTEM): Likewise.
      	(struct _Jv_JNI_LocalFrame): Made `marker' bigger and `size'
      	smaller.
      	(_Jv_JNI_DeleteLocalRef): Use MARK_NONE in assert.
      	(_Jv_JNI_EnsureLocalCapacity): Use MARK_NONE.
      	(_Jv_JNI_PushLocalFrame): Use MARK_USER.
      	(_Jv_JNI_PopLocalFrame): New version with additional `stop'
      	argument.
      	(call): Use MARK_SYSTEM.
      	(_Jv_GetJNIEnvNewFrame): New function.
      	(_Jv_LookupJNIMethod): New function.
      	(_Jv_JNI_PopSystemFrame): New function.
      	(call): Use _Jv_JNI_PopSystemFrame and _Jv_LookupJNIMethod.
      
      From-SVN: r32373
      Tom Tromey committed
  2. 06 Mar, 2000 19 commits
  3. 05 Mar, 2000 13 commits