1. 16 Aug, 2000 9 commits
    • Daily bump. · cbd273a8
      From-SVN: r35741
      Jeff Law committed
    • New test. · 2b8b1ab6
      From-SVN: r35740
      Richard Henderson committed
    • combine.c (simplify_shift_const): Bound shift count when combining shifts. · 3e626beb
              * combine.c (simplify_shift_const): Bound shift count when
              combining shifts.
      
      From-SVN: r35739
      Richard Henderson committed
    • codecvt.h: New file. · 8e7c93fe
      
      2000-08-15  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* bits/codecvt.h: New file.
      	* src/codecvt.cc: New file.
      	* bits/std_locale.h: Add include here.
      	* src/Makefile.am (headers): Add codecvt.h
      	(sources): Add codecvt.cc.
      	* src/Makefile.in: Regenerate.
      	* bits/locale_facets.h (codecvt): Re-implement. Rename _Codecvt to
      	__codecvt_abstract_base in an attempt to point some light this way...
      	Move __enc_traits and codecvt bits to codecvt.h.
      	* src/locale-inst.cc: Remove codecvt<wchar_t, wchar_t, mbstate_t>
      	explicit instantiation. Separate out codecvt instantations, simplify.
      	* src/locale.cc: Move codecvt bits to codecvt.cc
      
      From-SVN: r35738
      Benjamin Kosnik committed
    • codecvt.h: New file. · 63511623
      
      2000-08-15  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* bits/codecvt.h: New file.
      	* src/codecvt.cc: New file.
      	* bits/std_locale.h: Add include here.
      	* src/Makefile.am (headers): Add codecvt.h
      	(sources): Add codecvt.cc.
      	* src/Makefile.in: Regenerate.
      	* bits/locale_facets.h (codecvt): Re-implement. Rename _Codecvt to
      	__codecvt_abstract_base in an attempt to point some light this way...
      	Move __enc_traits and codecvt bits to codecvt.h.
      	* src/locale-inst.cc: Remove codecvt<wchar_t, wchar_t, mbstate_t>
      	explicit instantiation. Separate out codecvt instantations, simplify.
      	* src/locale.cc: Move codecvt bits to codecvt.cc
      
      From-SVN: r35737
      Benjamin Kosnik committed
    • * java/io/ByteArrayOutputStream.java: Merged with Classpath. · fec1ce0a
      From-SVN: r35736
      Tom Tromey committed
    • calls.c (ECF_SP_DEPRESSED): New macro. · 0cba764e
      	* calls.c (ECF_SP_DEPRESSED): New macro.
      	(calls_function_1): Treat calling sp-depressed function as alloca.
      	(emit_call_1): Don't adjust SP if calling sp-depressed function.
      	(expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
      	If sp-depressed, ensure block saves and restores SP.
      	* fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
      	for INTEGER_TYPE.
      	* function.c (keep_stack_depressed): New function.
      	(thread_prologue_and_epilogue_insns): Call it.
      	* print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
      	to print DECL_OFFSET_ALIGN.
      	Print no-force-blk and transparent-union flags properly.
      	* stmt.c (expand_goto_internal): Don't restore stack if last block
      	and function returns with sp depressed.
      	(fixup_gotos): Likewise.
      	(save_stack_pointer): New function, from code in expand_decl.
      	(expand_decl): Call new function.
      	* tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
      	(TYPE_RETURNS_STACK_DEPRESSED): New macro.
      	(save_stack_pointer): New declaration.
      
      From-SVN: r35735
      Richard Kenner committed
    • calls.c (ECF_SP_DEPRESSED): New macro. · 7393c642
      	* calls.c (ECF_SP_DEPRESSED): New macro.
      	(calls_function_1): Treat calling sp-depressed function as alloca.
      	(emit_call_1): Don't adjust SP if calling sp-depressed function.
      	(expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
      	If sp-depressed, ensure block saves and restores SP.
      	* fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
      	for INTEGER_TYPE.
      	* function.c (keep_stack_depressed): New function.
      	(thread_prologue_and_epilogue_insns): Call it.
      	* print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
      	to print DECL_OFFSET_ALIGN.
      	Print no-force-blk and transparent-union flags properly.
      	* stmt.c (expand_goto_internal): Don't restore stack if last block
      	and function returns with sp depressed.
      	(fixup_gotos): Likewise.
      	(save_stack_pointer): New function, from code in expand_decl.
      	(expand_decl): Call new function.
      	* tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
      	(TYPE_RETURNS_STACK_DEPRESSED): New macro.
      	(save_stack_pointer): New declaration.
      
      From-SVN: r35734
      Richard Kenner committed
    • jcf-write.c (generate_bytecode_conditional): Re-installed lost Jan 6 2000 patch. · 81baa09a
      2000-08-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
              * jcf-write.c (generate_bytecode_conditional): Re-installed lost
              Jan 6 2000 patch.
              (generate_bytecode_insns): Check `nargs' before emitting it.
              * verify.c (merge_type_state): Fixed typo.
              * ChangeLog: Fixed typo in some jcf-write.c entries mentioning
              generate_bytecode_{conditional,insns}.
      
      (http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00617.html)
      
      From-SVN: r35733
      Alexandre Petit-Bianco committed
  2. 15 Aug, 2000 30 commits
  3. 14 Aug, 2000 1 commit