1. 05 May, 2004 5 commits
    • Patch from Bernard Giroud. · 87fac4e3
      * gcc/gcc/vmsdbgout.c (vms_func_node, vms_func_ref): New.
      (func_table): Change type from char ** to vms_func_ref.
      (write_rtnbeg):  Update to reflect func_table change.  Use
      fde->funcdef_number instead of rtnnum in output.
      (write_rtnend, vmxdbgout_begin_function, vmsdbgout_init): Likewise.
      
      From-SVN: r81505
      Bernard Giroud committed
    • re PR target/14899 (wrong code due to change in compatibility rules for vector types) · cc27e657
      gcc/ChangeLog:
      2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
                  Richard Henderson  <rth@redhat.com>
      
              PR target/14899
      
              * c-common.c (vector_types_convertible_p): New function.
              * c-typeck.c (comptypes): Recurse on vector types.
              (convert_for_assignment): Use vector_types_convertible_p.
              (digest_init): Use vector_types_convertible_p to check
              validness of constant vector initializers; otherwise treat
              them as scalars.
              * tree.c (make_or_reuse_type): New.
              (build_common_tree_nodes): Use it.
              * cp/call.c (standard_conversion): Likewise.
              * cp/typeck.c (comptypes): Recurse on vector types.
              (convert_for_assignment): Use vector_types_convertible_p.
              * config/rs6000/rs6000.c (build_opaque_vector_type):
              New function.
              (rs6000_init_builtins): Use it.
      
      
      gcc/testsuite/ChangeLog:
      2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
      
      	* g++.dg/ext/spe1.C: New testcase.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r81504
      Paolo Bonzini committed
    • Format.java: Cleaned up imports. · d70bd7ff
      2004-05-05  Tom Tromey  <tromey@redhat.com>
      
      	* java/text/Format.java: Cleaned up imports.
      	* java/text/DecimalFormat.java: Cleaned up imports.
      	* java/security/SecureRandom.java: Cleaned up imports.
      	(SecureRandom): Removed unused variable.
      	* java/security/UnresolvedPermission.java: Cleaned up imports.
      	* java/util/Date.java (parse): Removed unused variable.
      	* java/util/ResourceBundle.java: Cleaned up imports.
      	(getBundle): Removed unused variable.
      	(tryBundle): Likewise.
      	* java/util/regex/Pattern.java (Pattern): Removed unused constructor.
      
      From-SVN: r81503
      Tom Tromey committed
    • 2004-05-05 Guilhem Lavaux <guilhem@kaffe.org> · b335a549
      	* java/text/DecimalFormat.java
      	(MAXIMUM_INTEGER_DIGITS): New constant to keep the numeric value 309.
      	(applyPatternWithSymbols): Use MAXIMUM_INTEGER_DIGITS.
      	(parse): Fixed handling of exponentiation notation and grouping.
      
      From-SVN: r81502
      Guilhem Lavaux committed
    • Daily bump. · 07b23266
      From-SVN: r81498
      GCC Administrator committed
  2. 04 May, 2004 23 commits
  3. 03 May, 2004 12 commits