1. 22 Aug, 2000 37 commits
  2. 21 Aug, 2000 3 commits
    • ResourceBundle.java (trySomeGetBundle): Removed debugging prints. · 6c531b05
      	* java/util/ResourceBundle.java (trySomeGetBundle): Removed
      	debugging prints.
      
      From-SVN: r35859
      Tom Tromey committed
    • unroll.c (loop_find_equiv_value): If ret is modified between insn and… · 6315f068
      unroll.c (loop_find_equiv_value): If ret is modified between insn and loop_start, ret might not be equivalent to reg.
      
      	* unroll.c (loop_find_equiv_value): If ret is modified between
      	insn and loop_start, ret might not be equivalent to reg.
      
      	* gcc.c-torture/execute/20000819-1.x: Remove.
      
      From-SVN: r35857
      Jakub Jelinek committed
    • c-common.c (init_dollar_format_checking, [...]): New functions. · 5804a754
      	* c-common.c (init_dollar_format_checking,
      	maybe_read_dollar_number, finish_dollar_format_checking): New
      	functions.
      	(dollar_arguments_used, dollar_arguments_count,
      	dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
      	New variables.
      	(check_format_info): Support $ formats for scanf and printf width
      	and precision.  Always increment format_chars to advance past the
      	'*' of precision, not just when the format parameters are
      	available to check.
      
      testsuite:
      	* gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
      	gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
      	gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
      	gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
      	gcc.dg/format-xopen-1.c: New tests.
      
      From-SVN: r35856
      Joseph Myers committed