aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-31diagnostic.c (print_error_function): Remove.Neil Booth1-6/+5
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-23* error.c (dump_type): Be careful about implicit typenames.Gabriel Dos Reis1-1/+2
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg1-4/+0
2002-03-20Makefile.in: Update.Neil Booth1-2/+2
2002-02-04* error.c (dump_type): Be more helpful about VECTOR_TYPE.Jason Merrill1-1/+8
2002-02-01error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.Jason Merrill1-3/+2
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-4/+4
2002-01-17error.c (dump_type_suffix): Print the exception specs before recursing.Jason Merrill1-4/+4
2002-01-07errors.c: Update copyright date.Graham Stott1-37/+12
2001-12-18call.c (build_new_method_call): Use '%#V'.Nathan Sidwell1-2/+2
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-3/+3
2001-12-12cp-tree.h (DESTRUCTOR_DECL_PREFIX, [...]): Delete.Jakub Jelinek1-18/+9
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-0/+7
2001-09-24top level:Zack Weinberg1-743/+137
2001-09-15Make-lang.in (cp/error.o): Depend on real.hGabriel Dos Reis1-0/+1
2001-08-31error.c (dump_template_decl): Output template parameters together with their ...Kriang Lerdsuwanakij1-4/+11
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-16/+4
2001-06-28diagnostic.c (default_print_error_function): Tweak.Gabriel Dos Reis1-7/+9
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis1-1/+1
2001-06-26diagnostic.h (struct diagnostic_context): Add new field.Gabriel Dos Reis1-5/+4
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-1/+1
2001-03-26error.c: Also undefine 'A' macro used for cp_printers definition.Phil Edwards1-0/+1
2001-03-21collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'.Jason Merrill1-9/+1
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-8/+4
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-9/+1
2001-02-12Remove old ABI support.Mark Mitchell1-1/+1
2001-01-10error.c (dump_template_parameter): Use parm to determine how to print default...Nathan Sidwell1-1/+1
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-0/+18
2000-12-09error.c (dump_function_name): Don't let the user see __comp_ctor.Jason Merrill1-0/+5
2000-12-04* error.c (dump_tree): Use output_add_string not OB_PUTS.Richard Henderson1-1/+1
2000-12-04mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill1-11/+7
2000-12-04error.c (dump_function_decl): Use DECL_VIRTUAL_P, not TYPE_POLYMORPHIC_P.Nathan Sidwell1-1/+1
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-11-01error.c (dump_template_decl): Separate template hearders with space not comma.Gabriel Dos Reis1-1/+1
2000-10-31memtemp77.C (main): Adjust comparison against.Gabriel Dos Reis1-204/+163
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell1-16/+17
2000-10-26error.c (dump_function_decl): Print no space between `ptr-operator' the `type...Gabriel Dos Reis1-6/+7
2000-10-22decl2.c (arg_assoc_type): Handle VECTOR_TYPE.Geoff Keating1-0/+11
2000-10-20tree.c (walk_tree): Don't walk into default args.Jason Merrill1-2/+1
2000-09-29error.c: Remove direct obstack manipulation.Gabriel Dos Reis1-321/+292
2000-09-21errfn.c: Move declaration of cp_printer and cp_printers to ...Andreas Jaeger1-87/+85
2000-09-12error.c (TFF_PLAIN_IDENTIFIER, [...]): New macros.Gabriel Dos Reis1-19/+648
2000-09-11* error.c (cp_tree_printer, case 'P'): Append break.Nathan Sidwell1-0/+1
2000-09-06error.c (dump_typename): New function, broken out of ...Nathan Sidwell1-3/+20
2000-09-04tweakJason Merrill1-0/+1
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-15/+15
2000-08-25* error.c (cp_tree_printer): Rework.Gabriel Dos Reis1-33/+40