Skip to content
Snippets Groups Projects
  1. May 28, 2003
  2. May 27, 2003
    • Jason Merrill's avatar
      tree.c (expr_first, [...]): New fns. · 066f50a9
      Jason Merrill authored
              * tree.c (expr_first, expr_length): New fns.
              * tree.h: Declare them.
      
              * tree.c (iterative_hash_expr): Hash commutative expressions
              consistently.
      
      From-SVN: r67201
      066f50a9
    • Brendan Kehoe's avatar
      locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of... · f85716e0
      Brendan Kehoe authored
      locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the...
      
      2003-05-26  Brendan Kehoe  <brendan@zen.org>
      
          * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
          make sure the number of digits required after the decimal-point
          (if any) is exactly the value returned by frac_digits().
          * testsuite/22_locale/money_get/get/char/9.cc: New.
          * testsuite/22_locale/money_get/get/wchar_t/9.cc: New.
      
      From-SVN: r67196
      f85716e0
    • Steve Ellcey's avatar
      os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX. · ed0d100f
      Steve Ellcey authored
      	* config/os/hpux/os_defines.h: Define _LIBUNWIND_STD_ABI if we are
      	on IA64 HP-UX.
      	* libsupc++/eh_throw.cc: Don't call _Unwind_Resume_or_Rethrow if
      	_LIBUNWIND_STD_ABI is set.
      
      From-SVN: r67193
      ed0d100f
    • Brendan Kehoe's avatar
      locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of... · 87a7c5a1
      Brendan Kehoe authored
      locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the...
      
      2003-05-26  Brendan Kehoe  <brendan@zen.org>
      
          * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
          make sure the number of digits required after the decimal-point
          (if any) is exactly the value returned by frac_digits().
      
      From-SVN: r67192
      87a7c5a1
    • Jason Merrill's avatar
      revert change on wrong branch · 87192773
      Jason Merrill authored
      From-SVN: r67191
      87192773
    • Richard Kenner's avatar
      tree.h (contains_placeholder_p): Now returns bool. · 7a6cdb44
      Richard Kenner authored
      	* tree.h (contains_placeholder_p): Now returns bool.
      	(CONTAINS_PLACEHOLDER_P): New macro.
      	(type_contains_placeholder_p): New function.
      	* tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
      	(contains_placeholder_p): Now returns bool.
      	Rework to use CONTAINS_PLACEHOLDER_P macro.
      	(type_contains_placeholder_p): New function.
      	* fold-const.c (fold, case COMPONENT_REF): Don't fold if
      	type_contains_placeholder_p.
      	(fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
      	Use CONTAINS_PLACEHOLDER_P macro.
      	* builtins.c (fold_builtin): Likewise.
      	* calls.c (initialize_argument_information): Likewise.
      	* emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
      	* explow.c (expr_size): Likewise.
      	* expr.c (store_constructor, get_inner_reference): Likewise.
      	* function.c (assign_parms): Likewise.
      	* stor-layout.c (variable_size): Likewise.
      
      From-SVN: r67189
      7a6cdb44
    • Jason Merrill's avatar
      c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the source location of its first line. · 86982c71
      Jason Merrill authored
              * c-simplify.c (simplify_switch_stmt): A SWITCH_EXPR also gets the
              source location of its first line.
      
      From-SVN: r67188
      86982c71
    • Jonathan Wakely's avatar
      std_istream.h, [...]: Typo in comment. · 0f35d192
      Jonathan Wakely authored
      2003-05-27  Jonathan Wakely  <redi@gcc.gnu.org>
      
      	* include/std/std_istream.h, include/std/std_ostream.h: Typo in comment.
      
      From-SVN: r67187
      0f35d192
    • Gerald Pfeifer's avatar
      gcc_release (build_diffs): Add diagnostics in case we cannot generate a specific diff file. · 0a1c5051
      Gerald Pfeifer authored
      	* gcc_release (build_diffs): Add diagnostics in case we cannot
      	generate a specific diff file.
      
      From-SVN: r67186
      0a1c5051
    • Michael Koch's avatar
      2003-05-27 Michael Koch <konqueror@gmx.de> · 98ad5807
      Michael Koch authored
      	* java/util/zip/Deflater.java
      	(FILTERED): Merged documentation from classpath.
      	* java/util/zip/DeflaterOutputStream.java
      	(DeflaterOutputStream): Merged documentation and argument validity
      	check from classpath.
      	(deflate): Merged documentation from classpath.
      	(finish): Likewise.
      	* java/util/zip/Inflater.java
      	(Inflater): Merged class documentation from classpath.
      	(zstream): Reordered.
      	(is_finished): Reordered.
      	(dict_needed): Reordered.
      	(Inflater): Reordered, merged documentation from classpath.
      	(end): Likewise.
      	(finalize): Merged documentation from classpath.
      	(finished): Likewise.
      	(getAdler): Likewise.
      	(getRemaining): Likewise.
      	(getTotalIn): Likewise.
      	(getTotalOut): Likewise.
      	(inflate): Likewise.
      	(needsDictionary): Likewise.
      	(needsInput): Likewise.
      	(reset): Likewise.
      	(setDictionary): Likewise.
      	(setInput): Likewise.
      
      From-SVN: r67185
      98ad5807
    • Michael Koch's avatar
      2003-05-27 Michael Koch <konqueror@gmx.de> · 5191f392
      Michael Koch authored
      	* java/net/URLConnection.java
      	(getHeaderFieldInt): Merged with classpath.
      
      From-SVN: r67184
      5191f392
    • Michael Koch's avatar
      2003-05-27 Michael Koch <konqueror@gmx.de> · c414a2c3
      Michael Koch authored
      	* java/io/PrintStream.java
      	(PrintStream): Reformatted.
      	(PrintStream): New method, merged from classpath.
      	(write): Reformatted.
      
      From-SVN: r67183
      c414a2c3
    • Michael Koch's avatar
      System.java: Explicitely import needed classes. · 91adbcf7
      Michael Koch authored
      2003-05-27  Michael Koch  <konqueror@gmx.de>
      
      	* java/lang/System.java:
      	Explicitely import needed classes.
      
      From-SVN: r67182
      91adbcf7
    • David Billinghurst's avatar
      re PR fortran/10843 (g77 -ffree-form rejects "GO TO".) · d6a9f13b
      David Billinghurst authored
      2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
      
      	PR fortran/10843
      	* g77.dg/ffixed-form-1.f: New test
      	* g77.dg/ffixed-form-2.f: New test
      	* g77.dg/ffree-form-2.f: New test - XFAIL pending fix
      	* g77.dg/ffree-form-3.f: New test
      
      From-SVN: r67181
      d6a9f13b
    • GCC Administrator's avatar
      Daily bump. · 87bd5437
      GCC Administrator authored
      From-SVN: r67179
      87bd5437
  3. May 26, 2003
  4. May 25, 2003
  5. May 24, 2003
Loading