aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Fix up whitespacingMike Stump1-3/+3
2006-02-14call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt1-1/+1
2005-12-30c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis1-9/+2
2005-11-22re PR c++/22238 (Awful error messages with virtual functions)Gabriel Dos Reis1-0/+21
2005-11-14re PR c++/24817 (g++ accepts multiple function template declarations even if ...Mark Mitchell1-1/+2
2005-11-04cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.Joseph Myers1-2/+2
2005-11-03re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers1-0/+33
2005-10-12==> cp/ChangeLog <==Paolo Bonzini1-0/+3
2005-10-10re PR c++/24139 (Rejects definition of member of specialized inner class)Mark Mitchell1-6/+2
2005-10-04error.c (dump_type): Print reworded message.Alexandre Oliva1-1/+1
2005-09-15re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C)Nathan Sidwell1-1/+1
2005-09-09dbxout.c: Include expr.h.Richard Henderson1-1/+0
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-2/+19
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-123/+2
2005-06-30pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg1-13/+16
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR c++/20678 (Make process stopped)Nathan Sidwell1-1/+2
2005-06-15Canonicalize whitespace.Mike Stump1-197/+197
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-17/+17
2005-06-12re PR c++/21930 (pretty printer confusion)Roger Sayle1-9/+2
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-18/+18
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-1/+1
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-3/+3
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-23genpreds.c: Update copyright.Kazu Hirata1-1/+1
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell1-6/+2
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-0/+2
2004-12-21re PR c++/14075 (("foo") accepted as char[] initializer)Nathan Sidwell1-1/+8
2004-12-17re PR c++/17821 (Poor diagnostic for using . instead of ->)Nathan Sidwell1-13/+11
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell1-1/+4
2004-11-24cp-tree.h (context_as_string): Remove extern.Ben Elliston1-8/+0
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-2/+2
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-2/+2
2004-10-30re PR c++/17542 (Visibility attribute ignored when it precedes class head)Matt Austern1-4/+3
2004-10-21re PR c++/13560 (wrong file name in error message)Andrew Pinski1-0/+3
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell1-1/+1
2004-10-08re PR c++/17868 (RDIV_EXPR not supported by dump_expr)Volker Reichelt1-0/+1
2004-10-03Convert diagnostics to use quoting flag q 1/nGabriel Dos Reis1-2/+7
2004-09-27re PR c++/17681 (Bad message about constructor ordering (-Wall))Nathan Sidwell1-1/+1
2004-09-16error.c (dump_decl): Make sure there is lang_specific info before checking fo...Andrew MacLeod1-3/+3
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-16/+18
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-3/+3
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-3/+3
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher1-2/+2
2004-07-20re PR c++/16175 (Wrong type reported in diagnostic)Kriang Lerdsuwanakij1-0/+1
2004-07-18re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-6/+2
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-10/+14
2004-06-27re PR c++/14123 (odd number of parentheses in error message)Gabriel Dos Reis1-0/+4
2004-06-27error.c (pp_template_argument_list_start): Remove.Gabriel Dos Reis1-199/+210