1. 22 Dec, 1998 7 commits
    • Fix obvious typo that produced compile time warning. · cae8acdd
      From-SVN: r24397
      Nick Clifton committed
    • Warning fixes: · e833cb11
              * Makefile.in (cvt.o): Depend on toplev.h.
              * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes.
              * cvt.c: Include toplev.h.
              * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and
              definitions.
              * init.c (expand_vec_init): Initialize variable `itype'.
              * lex.c (yyerror): Cast the argument passed to a ctype function to
              an unsigned char.
              * method.c (build_mangled_C9x_name): Wrap prototype and definition
              in "HOST_BITS_PER_WIDE_INT >= 64".
              * typeck.c (build_binary_op): Mark parameter `convert_p' with
              ATTRIBUTE_UNUSED.
      
      From-SVN: r24395
      Kaveh R. Ghazi committed
    • cp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation. · 193306f7
      1998-12-22  Mark Mitchell  <mark@markmitchell.com>
      	* cp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation.
      	* tree.c (build_exception_variant): Don't crash on empty throw
      	specs.
      
      From-SVN: r24394
      Mark Mitchell committed
    • Delete handling of -dM as a preprocessor option · 2f0d2c99
      From-SVN: r24393
      Michael Meissner committed
    • Warning fixes: · 087aa398
              * argv.c (buildargv): Cast the result of alloca in assignment.
              * choose-temp.c: Include stdlib.h.
              * cplus-dem.c (demangle_arm_pt): Remove unused prototype.
              (snarf_numeric_literal): Constify first parameter.
              (code_for_qualifier): Avoid a gcc extension, make the parameter an
              int, not a char.
              (demangle_qualifier): Likewise.
              (demangle_signature): Cast the argument of a ctype function to
              unsigned char.
              (arm_pt): Add parens around assignment used as truth value.
              (demangle_arm_hp_template): Constify variable `args'.
              (do_hpacc_template_const_value): Cast the argument of a ctype
              function to unsigned char.
              (do_hpacc_template_literal): Remove unused variable `i'.
              (snarf_numeric_literal): Constify parameter `args'.
              Cast the argument of a ctype function to unsigned char.
              * floatformat.c (floatformat_to_double): Add explicit braces to
              avoid ambiguous `else'.
              * fnmatch.c (fnmatch): Change type of variables `c', `c1',
              `cstart' and `cend' to unsigned char.  Cast the argument of macro
              `FOLD', which uses ctype functions, to unsigned char.
              * objalloc.c (free): Add prototype.
      
      From-SVN: r24392
      Kaveh R. Ghazi committed
    • Daily bump. · 4510c86d
      From-SVN: r24391
      Jeff Law committed
  2. 21 Dec, 1998 4 commits
  3. 20 Dec, 1998 4 commits
  4. 19 Dec, 1998 5 commits
  5. 18 Dec, 1998 7 commits
  6. 17 Dec, 1998 12 commits
  7. 16 Dec, 1998 1 commit