Skip to content
Snippets Groups Projects
  1. Dec 14, 2002
  2. Dec 13, 2002
    • Alexandre Oliva's avatar
      mn10300.c (print_operand): Check operand's range. · a58be199
      Alexandre Oliva authored
      * config/mn10300/mn10300.c (print_operand) <case N>: Check
      operand's range.  Print value directly, without aid from
      output_address.
      <case U>: New.
      <case S>: Make sure argument to fprintf has the right type.
      * config/mn10300/mn10300.h (OK_FOR_T): New macro.
      (EXTRA_CONSTRAINT): Adjust.
      * config/mn10300/mn10300.md: Add new all-QImode pattern for
      bclr.  Use %U for immediate operands of bset and bclr.
      (iorqi3): New expand, with insns for AM33 and mn10300.
      
      From-SVN: r60109
      a58be199
    • Jason Merrill's avatar
      Makefile.in (check-gcc-c++): Renamed from check-c++. · 0edcfdcb
      Jason Merrill authored
              * Makefile.in (check-gcc-c++): Renamed from check-c++.  Don't run
              library tests.
              (check-c++): Just depend on it and check-target-libstdc++-v3.
      
      From-SVN: r60107
      0edcfdcb
    • Gabriel Dos Reis's avatar
      re PR c++/8031 (ICE in comptypes, at cp/typeck.c:913) · 75c525d7
      Gabriel Dos Reis authored
      PR C++/8031
      * cvt.c (convert_to_pointer_force): Don't try comparing	against
      erronous type.
      
      From-SVN: r60106
      75c525d7
    • Geoffrey Keating's avatar
      cp-tree.h: Have the multiple-include guards around the entire file. · 8c6ae51f
      Geoffrey Keating authored
      	* cp-tree.h: Have the multiple-include guards around
      	the entire file.
      
      From-SVN: r60104
      8c6ae51f
    • J"orn Rennecke's avatar
      *** empty log message *** · d9da94a1
      J"orn Rennecke authored
      From-SVN: r60103
      d9da94a1
    • Devang Patel's avatar
      Fix type. · 42e903c9
      Devang Patel authored
      From-SVN: r60102
      42e903c9
    • Jim Wilson's avatar
      Doc fix for PR 1621. · 580fb356
      Jim Wilson authored
      	* doc/extend.texi (Complex Numbers): Update info on debug info.
      
      From-SVN: r60101
      580fb356
    • Casey Marshall's avatar
      SecurityRandom (digest): Removed field. · b4f145f3
      Casey Marshall authored
      
      2002-12-13  Casey Marshall  <rsdio@metastatic.org>
      	    Mark Wielaard  <mark@klomp.org>
      
      	* java/security/SecurityRandom (digest): Removed field.
      	(SecureRandom): Check all providers for case-insensitive SecureRandom
      	implementation. Don't ignore classname == null. Fallback to SHA1PRNG
      	if necessary.
      	(getInstance(String,Provider,boolean): New method.
      	(getInstance(String)): Use new method.
      	(getInstance(String,String)): Likewise.
      	(getInstance(String,Provider)): Likewise.
      
      2002-12-13  Casey Marshall  <rsdio@metastatic.org>
      
      	* java/security/Security.java (loadProviders): Increment i only once.
      
      Co-Authored-By: default avatarMark Wielaard <mark@klomp.org>
      
      From-SVN: r60099
      b4f145f3
    • Kazu Hirata's avatar
      h8300.md (addhi3_h8300): Remove the last alternative. · 697d8028
      Kazu Hirata authored
      	* config/h8300/h8300.md (addhi3_h8300): Remove the last
      	alternative.
      
      From-SVN: r60098
      697d8028
    • Mark Wielaard's avatar
      ClassLoader.java (resolveClass0): Transform ClassNotFoundException to NoClassDefFoundError. · f0caaa23
      Mark Wielaard authored
      	* java/lang/ClassLoader.java (resolveClass0): Transform
      	ClassNotFoundException to NoClassDefFoundError. Transform all other
      	throwables to LinkageError.
      
      From-SVN: r60097
      f0caaa23
    • GCC Administrator's avatar
      Daily bump. · 9d051273
      GCC Administrator authored
      From-SVN: r60096
      9d051273
    • Tom Tromey's avatar
      loader.exp (gcj_loader_test_one): Use libjava_prune_warnings. · 19eaa5a3
      Tom Tromey authored
      	* libjava.loader/loader.exp (gcj_loader_test_one): Use
      	libjava_prune_warnings.
      	(gcj_loader_run): Likewise.
      	* libjava.mauve/mauve.exp (test_mauve): Use
      	libjava_prune_warnings.
      	(test_mauve_sim): Likewise.
      	* libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Use
      	libjava_prune_warnings.
      	(gcj_jni_build_header): Likewise.
      	* lib/libjava.exp (libjava_prune_warnings): New proc.
      	(gcj_link): Use it.
      	(test_libjava_from_source): Likewise.
      	(test_libjava_from_javac): Likewise.
      
      From-SVN: r60089
      19eaa5a3
    • Devang Patel's avatar
      dd05b1b4
    • Jim Wilson's avatar
      re PR debug/1621 (Debugging with complex numbers) · 24aacafb
      Jim Wilson authored
      Fix for PR 1621.
      	* dbxout.c (dbxout_fptype_value): New.
      	(dbxout_type, case COMPLEX_TYPE): Call it.  Use 'R' instead of 'r'.
      
      From-SVN: r60087
      24aacafb
    • Kazu Hirata's avatar
      c-decl.c: Fix a comment typo. · 09da1532
      Kazu Hirata authored
      	* c-decl.c: Fix a comment typo.
      	* cfg.c: Likewise.
      	* cfgcleanup.c: Likewise.
      	* cfglayout.c: Likewise.
      	* cfgrtl.c: Likewise.
      	* c-typeck.c: Likewise.
      	* dominance.c: Likewise.
      	* dwarf2asm.c: Likewise.
      	* dwarfout.c: Likewise.
      	* expmed.c: Likewise.
      	* expr.c: Likewise.
      	* final.c: Likewise.
      	* flow.c: Likewise.
      	* function.c: Likewise.
      	* gcc.c: Likewise.
      	* genautomata.c: Likewise.
      	* integrate.c: Likewise.
      	* loop.c: Likewise.
      	* loop.h: Likewise.
      	* output.h: Likewise.
      	* profile.c: Likewise.
      	* ra.h: Likewise.
      	* reload1.c: Likewise.
      	* reload.c: Likewise.
      	* sched-rgn.c: Likewise.
      	* stmt.c: Likewise.
      	* tree.h: Likewise.
      	* vmsdbgout.c: Likewise.
      
      From-SVN: r60085
      09da1532
  3. Dec 12, 2002
  4. Dec 11, 2002
Loading