re PR c++/16175 (Wrong type reported in diagnostic)
[gcc.git] / gcc / cp / error.c
2004-07-20 Kriang Lerdsuwanakijre PR c++/16175 (Wrong type reported in diagnostic)
2004-07-18 Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-27 Gabriel Dos Reisre PR c++/14123 (odd number of parentheses in error...
2004-06-27 Gabriel Dos Reiserror.c (pp_template_argument_list_start): Remove.
2004-06-10 Jason Merrillre PR c++/15875 (rejects pointer to member in template)
2004-06-01 Kriang Lerdsuwanakijre PR c++/13092 (Accepts invalid pointer-to-member...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-03-29 Zack Weinbergerror.c (dump_function_name): If T's DECL_LANG_SPECIFIC...
2004-03-21 Gabriel Dos Reispretty-print.c (pp_base_maybe_space): New function.
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-01 Gabriel Dos Reisre PR c++/14369 (errenous reject of well-formed code)
2004-02-15 Gabriel Dos Reisre PR c++/14085 (when compiling template functors)
2004-02-14 Giovanni Bajore PR c++/13927 (duplicated error message on bad redecl...
2004-02-04 Kazu Hirataalloc-pool.h, [...]: Update copyright.
2004-01-31 Kazu Hirataclass.c: Fix comment typos.
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-08 Jason MerrillGive the anonymous namespace a null DECL_NAME.
2003-10-08 Giovanni Bajocp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.
2003-09-22 Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-18 Gabriel Dos Reisc-pretty-print.h (pp_type_specifier_seq): Fix thinko.
2003-09-07 Gabriel Dos Reisre PR c++/11762 (namespace aliasing ICE in warn_extern_...
2003-09-01 Josef Zlomekc-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
2003-08-29 Gabriel Dos Reisre PR c++/11811 (Weird message with default template...
2003-08-15 Nathan Sidwellcp-tree.def (NON_DEPENDENT_EXPR): Add operand.
2003-08-10 Gabriel Dos Reispretty-print.c (pp_base_indent): Rename from pp_indent.
2003-08-10 Nathan Sidwellcp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL...
2003-08-10 Nathan Sidwellre PR c++/11670 (ICE in convert_like_real on illegal...
2003-08-05 Gabriel Dos Reispretty-print.h (pp_set_line_maximum_length): Make macro.
2003-07-28 Nathan Sidwellcp-tree.h (begin_compound_stmt): No scope arg is a...
2003-07-25 Gabriel Dos ReisRemove pedwarn_with_decl, warning_with_decl and error_w...
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-16 Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-14 Gabriel Dos Reisre PR c++/11510 (Error message with operator __imag__...
2003-07-14 Gabriel Dos Reis* error.c (dump_expr): Handle EMPTY_CLASS_EXPR.
2003-07-10 Mark Mitchellre PR c++/10032 (-pedantic converts some errors to...
2003-07-09 Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-08 Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06 Kazu Hiratacall.c: Fix comment formatting.
2003-07-02 Wolfgang BangerthFix a typo.
2003-07-02 Kaveh R. Ghazi* error.c (locate_error): %P takes an `int', not a...
2003-07-01 Giovanni Bajore PR c++/8046 (ICE on illegal code involving destructo...
2003-06-30 Giovanni Bajore PR c++/4933 (tree_list not supported by dump_expr)
2003-06-30 Giovanni Bajore PR c++/11106 (Error message gives partially mangled...
2003-06-29 Gabriel Dos Reiscp-tree.h (language_to_string): Adjust declaration.
2003-06-29 Gabriel Dos Reiserror.c (print_integer): Remove.
2003-06-28 Nathan Sidwellerror.c (print_instantiation_partial_context): Take...
2003-06-28 Nathan Sidwelldiagnostic.h (diagnostic_set_info): Replace file and...
2003-05-21 Kaveh R. Ghazic-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_...
2003-05-17 Kaveh R. Ghazibuiltins.c (validate_arglist): Eliminate libiberty...
2003-05-03 Nathan Sidwellclass.c (finish_struct): Use location_t and input_locat...
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-29 Mark Mitchellre PR c++/10527 (confused error message with "new int...
2003-03-28 Mike Stumperror.c (dump_expr): Add 0x to printed hex numbers...
2003-03-24 Nathan SidwellChangelog commit escaped earlier
2003-03-21 Nathan Sidwellre PR c++/9898 (Template reference cast operator of...
2003-03-07 Gabriel Dos Reiserror.c (init_error): Use C90 prototype style.
2003-02-16 Kriang Lerdsuwanakijre PR c++/9459 (typeof in return type specification...
2003-01-30 Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-23 Mark Mitchellre PR c++/9328 (ICE with templates and namespace std...
2003-01-16 Mark Mitchellcp-tree.h (lang_type_class): Remove is_partial_instanti...
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-28 Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-05 Kaveh R. Ghazi* error.c (dump_expr): Fix format specifier warning.
2002-12-04 Gabriel Dos Reisre PR c++/8799 (ICE: Error reporting routines re-entered.)
2002-12-03 Mark Mitchellre PR c++/8720 (ICE with bitwise or (3 operands))
2002-10-16 Richard Hendersonreal.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAI...
2002-10-05 Kriang Lerdsuwanakijre PR c++/7804 (bad printing of fp constant in warning...
2002-09-14 Kazu Hirataerror.c: Fix comment formatting.
2002-08-09 Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-05 Geoffrey KeatingIndex: ChangeLog
2002-07-25 Neil Bootherror.c (print_whitespace): Remove.
2002-07-07 Roger Sayleerror.c (dump_function_name): Use DECL_TEMPLATE_RESULT...
2002-06-25 Mark Mitchellcall.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2002-06-06 Gabriel Dos Reis* error.c (cp_error_at): Fix typo.
2002-06-05 Gabriel Dos Reistoplev.h (report_error_function): Remove.
2002-05-19 Kriang Lerdsuwanakij* error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis...
2002-04-14 Gabriel Dos Reisdiagnostic.h (output_buffer_state): Redefine.
2002-04-06 Jason Merrillre PR c++/4934 (Seg fault on legal code)
2002-03-31 Neil Boothdiagnostic.c (print_error_function): Remove.
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-23 Gabriel Dos Reis* error.c (dump_type): Be careful about implicit typenames.
2002-03-23 Zack Weinbergreal.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
2002-03-20 Neil BoothMakefile.in: Update.
2002-02-05 Jason Merrill* error.c (dump_type): Be more helpful about VECTOR_TYPE.
2002-02-01 Jason Merrillerror.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
2002-01-23 Craig Rodriguescall.c, [...]: Change my_fancy_abort() to abort().
2002-01-17 Jason Merrillerror.c (dump_type_suffix): Print the exception specs...
2002-01-07 Graham Stotterrors.c: Update copyright date.
2001-12-18 Nathan Sidwellcall.c (build_new_method_call): Use '%#V'.
2001-12-18 Zack Weinbergcp-tree.h: Delete #defines for cp_error, cp_warning...
2001-12-12 Jakub Jelinekcp-tree.h (DESTRUCTOR_DECL_PREFIX, [...]): Delete.
2001-10-23 Kriang Lerdsuwanakijcp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2001-09-24 Zack Weinbergtop level:
2001-09-15 Gabriel Dos ReisMake-lang.in (cp/error.o): Depend on real.h
2001-08-31 Kriang Lerdsuwanakijerror.c (dump_template_decl): Output template parameter...
next