aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-10/+14
2004-06-27re PR c++/14123 (odd number of parentheses in error message)Gabriel Dos Reis1-0/+4
2004-06-27error.c (pp_template_argument_list_start): Remove.Gabriel Dos Reis1-199/+210
2004-06-10re PR c++/15875 (rejects pointer to member in template)Jason Merrill1-2/+6
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-6/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-9/+3
2004-03-29error.c (dump_function_name): If T's DECL_LANG_SPECIFIC is null, just print t...Zack Weinberg1-1/+12
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis1-69/+27
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-1/+1
2004-03-01re PR c++/14369 (errenous reject of well-formed code)Gabriel Dos Reis1-0/+5
2004-02-15re PR c++/14085 (when compiling template functors)Gabriel Dos Reis1-0/+7
2004-02-14re PR c++/13927 (duplicated error message on bad redeclaration of anon union)Giovanni Bajo1-0/+1
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-31class.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-6/+6
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill1-1/+1
2003-10-08cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.Giovanni Bajo1-2/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-18c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis1-35/+4
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis1-4/+9
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-1/+0
2003-08-29re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis1-3/+4
2003-08-15cp-tree.def (NON_DEPENDENT_EXPR): Add operand.Nathan Sidwell1-3/+1
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis1-35/+2
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-33/+12
2003-08-10re PR c++/11670 (ICE in convert_like_real on illegal code)Nathan Sidwell1-3/+21
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis1-113/+21
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-14/+3
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-360/+313
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-11/+6
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-8/+0
2003-07-14re PR c++/11510 (Error message with operator __imag__ is missing spaces)Gabriel Dos Reis1-0/+8
2003-07-14* error.c (dump_expr): Handle EMPTY_CLASS_EXPR.Gabriel Dos Reis1-0/+6
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell1-1/+1
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-1/+9
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-0/+2
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-02Fix a typo.Wolfgang Bangerth1-1/+1
2003-07-02* error.c (locate_error): %P takes an `int', not a `tree'.Kaveh R. Ghazi1-1/+1
2003-07-01re PR c++/8046 (ICE on illegal code involving destructor being treated as bit...Giovanni Bajo1-0/+7
2003-06-30re PR c++/4933 (tree_list not supported by dump_expr)Giovanni Bajo1-4/+15
2003-06-30re PR c++/11106 (Error message gives partially mangled operator name)Giovanni Bajo1-1/+1
2003-06-29cp-tree.h (language_to_string): Adjust declaration.Gabriel Dos Reis1-35/+32
2003-06-29error.c (print_integer): Remove.Gabriel Dos Reis1-10/+2
2003-06-28error.c (print_instantiation_partial_context): Take a location_t.Nathan Sidwell1-10/+12
2003-06-28diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell1-34/+11
2003-05-21c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi1-10/+3
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-24/+18