aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-12-03re PR c++/8720 (ICE with bitwise or (3 operands))Mark Mitchell1-1/+4
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-1/+2
2002-10-05re PR c++/7804 (bad printing of fp constant in warning message)Kriang Lerdsuwanakij1-7/+1
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-8/+8
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-1/+5
2002-08-05Index: ChangeLogGeoffrey Keating1-3/+2
2002-07-25error.c (print_whitespace): Remove.Neil Booth1-5/+0
2002-07-07error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and de...Roger Sayle1-0/+3
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-1/+2
2002-06-06* error.c (cp_error_at): Fix typo.Gabriel Dos Reis1-1/+1
2002-06-05toplev.h (report_error_function): Remove.Gabriel Dos Reis1-92/+84
2002-05-19* error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.Kriang Lerdsuwanakij1-1/+1
2002-04-14diagnostic.h (output_buffer_state): Redefine.Gabriel Dos Reis1-2/+2
2002-04-06re PR c++/4934 (Seg fault on legal code)Jason Merrill1-1/+1