aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-7/+7
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+5
2003-04-29re PR c++/10527 (confused error message with "new int()" parameter initializer)Mark Mitchell1-2/+10
2003-03-28error.c (dump_expr): Add 0x to printed hex numbers to make output match sourc...Mike Stump1-2/+2
2003-03-24Changelog commit escaped earlierNathan Sidwell1-1/+1
2003-03-21re PR c++/9898 (Template reference cast operator of template class)Nathan Sidwell1-4/+14
2003-03-07error.c (init_error): Use C90 prototype style.Gabriel Dos Reis1-222/+113
2003-02-16re PR c++/9459 (typeof in return type specification of template not supported)Kriang Lerdsuwanakij1-0/+2
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-0/+1
2003-01-23re PR c++/9328 (ICE with templates and namespace std members)Mark Mitchell1-0/+19
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-2/+1
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-10/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-05* error.c (dump_expr): Fix format specifier warning.Kaveh R. Ghazi1-1/+2
2002-12-04re PR c++/8799 (ICE: Error reporting routines re-entered.)Gabriel Dos Reis1-0/+3