1. 27 Nov, 2001 12 commits
  2. 26 Nov, 2001 23 commits
  3. 25 Nov, 2001 5 commits
    • verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for switch. · fa88ce26
      	* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use
      	java_opcode as type for switch.
      	[op_wide]: Likewise.
      	(_Jv_BytecodeVerifier::verify_instructions_0): Likewise.
      	[op_invokevirtual]: Likewise.
      	* include/java-insns.h (java_opcode): Give enum a name.
      
      From-SVN: r47330
      Tom Tromey committed
    • re PR libgcj/4583 (problems BigDecimal(double) ctor.) · 200f4143
      	Fix for PR libgcj/4583:
      	* java/math/BigDecimal.java (BigDecimal(double)): Rewrote.
      	(BigDecimal(String)): Likewise.
      
      From-SVN: r47329
      Tom Tromey committed
    • Makefile.in: Fix non-portable use of `$<' in z_log.c's rule. · a021c473
      2001-11-25  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* libF77/Makefile.in: Fix non-portable use of `$<' in z_log.c's rule.
      
      From-SVN: r47328
      Toon Moene committed
    • c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New. · 7e5fb12f
      	* c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
      	(format_types): Use it for scanf.
      	(dollar_arguments_pointer_p): New.
      	(init_dollar_format_checking): Store details of which arguments
      	are pointers.
      	(maybe_read_dollar_number): Reallocate dollar_arguments_pointer_p.
      	(finish_dollar_format_checking): Take extra parameter
      	pointer_gap_ok.  Treat unused arguments differently if
      	pointer_gap_ok and the unused arguments are pointers.
      	(check_format_info_main): Pass extra argument to
      	finish_dollar_format_checking.
      	* doc/invoke.texi (-Wno-format-extra-args): Document behavior when
      	unused arguments are present between used arguments with operand
      	numbers.
      
      testsuite:
      	* gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
      	from Austin Group draft 7.
      	* gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
      	scanf format arguments.
      	* gcc.dg/format/no-exargs-2.c: New test.
      
      From-SVN: r47327
      Joseph Myers committed
    • df.c: Add prototypes for hybrid_search_bitmap and hybrid_search_sbitmap. · a6253d46
      2001-11-25  Daniel Berlin  <dan@cgsoftware.com>
      
      	* df.c: Add prototypes for hybrid_search_bitmap and
      	hybrid_search_sbitmap.
      	(hybrid_search_bitmap): New function.
      	(hybrid_search_sbitmap): New function.
      	(iterative_dataflow_sbitmap): Change to use hybrid_search_sbitmap.
      	(iterative_dataflow_bitmap): Ditto.
      
      From-SVN: r47326
      Daniel Berlin committed