aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-24error.c (tree_formatting_info): New data type.Gabriel Dos Reis1-2/+188
2000-08-24diagnostic.c (finish_diagnostic): Define.Gabriel Dos Reis1-0/+1
2000-08-23error.c (cp_print_error_function): Don't use embedded '\n' in output_printf.Gabriel Dos Reis1-5/+3
2000-08-23decl.c (init_decl_processing): Remove bogus initialization.Gabriel Dos Reis1-0/+15
2000-08-22Makefile.in (error.o): Depends on diagnostic.hGabriel Dos Reis1-0/+169
2000-08-18cp-tree.h (enum_name_string): Remove prototype.Nathan Sidwell1-22/+42
2000-08-17cp-tree.h (CPTR_AGGR_TAG): New global tree node.Nathan Sidwell1-1/+1
2000-07-10init.c (build_new_1): Bail early if the call to new fails.Jason Merrill1-1/+9
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-1/+1
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-1/+1
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-2/+4
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-1/+6
2000-06-03cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.Mark Mitchell1-3/+8
2000-05-28cp-tree.h (ansi_opname): Make it a macro.Alex Samuel1-30/+10
2000-05-22cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.Mark Mitchell1-2/+1
2000-04-11cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr to has_in_char...Mark Mitchell1-2/+2
2000-03-28Put RTTI entries at negative offsets in new ABI.Mark Mitchell1-1/+1
2000-03-25Remove accidental commitMark Mitchell1-1/+1
2000-03-25Fix typo in ChangeLogMark Mitchell1-1/+1
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-6/+5
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-9/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-2/+3
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-3/+3