1. 01 Sep, 2001 8 commits
    • Daily bump. · 058466a1
      From-SVN: r45347
      GCC Administrator committed
    • final_assignment_check.java: New file. · bb527255
      2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* libjava.compile/final_assignment_check.java: New file.
      	* libjava.compile/final_assignment_check.xfail: Likewise.
      	* libjava.compile/final_local_switch.java: Likewise.
      
      (http://gcc.gnu.org/ml/java-patches/2001-q3/msg00342.html )
      
      From-SVN: r45346
      Alexandre Petit-Bianco committed
    • [multiple changes] · 3ed218d4
      2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (patch_assignment): Don't verify final re-assignment here.
      	(java_complete_lhs): Verify assignments to finals calling
      	patch_assignment. Verify re-assignments to finals before calling
      	patch_assignment.
      
      2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
      	Fixes PR java/1413
      
      2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* lex.c (java_lex): new local found_hex_digits. Set and then used
      	in test to reject invalid hexadecimal numbers.
      	* parse.y (java_complete_tree): Prevent unwanted cast with
      	initialized floating point finals.
      	(patch_binop): Emit a warning when detecting a division by zero,
      	mark result not constant, don't simplify non integer division.
      
      (http://gcc.gnu.org/ml/java-patches/2001-q3/msg00343.html )
      
      From-SVN: r45345
      Alexandre Petit-Bianco committed
    • javaprims.h (_Jv_RegisterClassHook): New extern declaration. · dee45a7f
      
      	* gcj/javaprims.h (_Jv_RegisterClassHook):  New extern declaration.
      	(_Jv_RegisterClassHookDefault):  Likewise.
      	* java/lang/Class.h (_Jv_RegisterClassHookDefault):  Declare as friend.
      	* java/lang/natClassLoader.cc (_Jv_RegisterClassHook):  New variable.
      	(_Jv_RegisterClassHookDefault):  New.function.
      	(_Jv_RegisterClasses):  Call _Jv_RegisterClassHook.
      
      From-SVN: r45344
      Per Bothner committed
    • ClassLoader.java (system): Remove static field. · 8635bb79
      
      	* java/lang/ClassLoader.java (system):  Remove static field.
      	(getSystemClassLoader):  Get gnu.gcj.runtime.VMClassLoader.instance
      	directly instead of using it to set the system field.
      	(loadClass):  Use VMClassLoader.instance instead of system field.
      	(findSystemClass):   Similar.
      	* prims.cc (_Jv_RunMain):  Clear VMClassLoader::instance rather
      	than ClassLoader::system which no longer exists.
      	* java/lang/natClassLoader.java (_Jv_FindClass):  Simplify.
      
      From-SVN: r45343
      Per Bothner committed
    • BufferedReader.java, [...]: Re-merged with Classpath. · 788d7b94
      	* java/io/BufferedReader.java, java/io/ObjectInput.java,
      	java/io/ObjectInputValidation.java, java/io/ObjectOutput.java:
      	Re-merged with Classpath.
      
      From-SVN: r45342
      Tom Tromey committed
    • backport: ltcf-c.sh: Use $objext, not $ac_objext. · 898c7238
      Merged from gcc-3_0-branch:
      2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
      * ltcf-c.sh: Use $objext, not $ac_objext.
      2001-07-27  Mark Kettenis  <kettenis@gnu.org>
      * ltcf-cxx.sh: Add support for GNU.
      2001-07-22  Timothy Wall  <twall@redhat.com>
      * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
      default settings if using GNU tools with that configuration.
      * ltcf-cxx.sh: Ditto.
      * ltcf-gcj.sh: Ditto.
      2001-07-21  Michael Chastain  <chastain@redhat.com>
      * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
      HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
      * ltmain.sh: Mark as gcc-local.
      
      From-SVN: r45341
      Alexandre Oliva committed
    • gcc.c (handle_braces): Add explaination for abort. · 4049df42
      2001-08-31  Eric Christopher  <echristo@redhat.com>
      
      	* gcc.c (handle_braces): Add explaination for abort.
      
      From-SVN: r45340
      Eric Christopher committed
  2. 31 Aug, 2001 32 commits