summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* cp-tree.def (STATIC_ASSERT): New.Douglas Gregor2006-11-211-0/+4
* re PR c++/28637 (ICE on invalid template parameter)Lee Millward2006-08-091-1/+9
* re PR c++/27668 (ICE with invalid template parameter)Lee Millward2006-07-281-2/+8
* Fix up whitespacingMike Stump2006-06-061-3/+3
* call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt2006-02-141-1/+1
* c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis2005-12-301-9/+2
* re PR c++/22238 (Awful error messages with virtual functions)Gabriel Dos Reis2005-11-221-0/+21
* re PR c++/24817 (g++ accepts multiple function template declarations even if ...Mark Mitchell2005-11-141-1/+2
* cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.Joseph Myers2005-11-041-2/+2
* re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers2005-11-031-0/+33
* ==> cp/ChangeLog <==Paolo Bonzini2005-10-121-0/+3
* re PR c++/24139 (Rejects definition of member of specialized inner class)Mark Mitchell2005-10-101-6/+2
* error.c (dump_type): Print reworded message.Alexandre Oliva2005-10-041-1/+1
* re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C)Nathan Sidwell2005-09-151-1/+1
* dbxout.c: Include expr.h.Richard Henderson2005-09-091-1/+0
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-2/+19
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-123/+2
* pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg2005-06-301-13/+16
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/20678 (Make process stopped)Nathan Sidwell2005-06-151-1/+2
* Canonicalize whitespace.Mike Stump2005-06-151-197/+197
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-17/+17
* re PR c++/21930 (pretty printer confusion)Roger Sayle2005-06-121-9/+2
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-18/+18
* cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle2005-05-271-1/+1
* typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher2005-03-241-3/+3
* call.c, [...]: Fix comment typo(s).Volker Reichelt2005-02-241-1/+1
* genpreds.c: Update copyright.Kazu Hirata2005-02-231-1/+1
* re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell2005-02-231-6/+2
* re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor2005-02-211-0/+2
* re PR c++/14075 (("foo") accepted as char[] initializer)Nathan Sidwell2004-12-211-1/+8
* re PR c++/17821 (Poor diagnostic for using . instead of ->)Nathan Sidwell2004-12-171-13/+11
* re PR c++/18368 (C++ error message regression)Mark Mitchell2004-11-291-1/+4
* cp-tree.h (context_as_string): Remove extern.Ben Elliston2004-11-241-8/+0
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-2/+2
* Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis2004-11-011-2/+2
* re PR c++/17542 (Visibility attribute ignored when it precedes class head)Matt Austern2004-10-301-4/+3
* re PR c++/13560 (wrong file name in error message)Andrew Pinski2004-10-211-0/+3
* re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell2004-10-101-1/+1
* re PR c++/17868 (RDIV_EXPR not supported by dump_expr)Volker Reichelt2004-10-081-0/+1
* Convert diagnostics to use quoting flag q 1/nGabriel Dos Reis2004-10-031-2/+7
* re PR c++/17681 (Bad message about constructor ordering (-Wall))Nathan Sidwell2004-09-271-1/+1
* error.c (dump_decl): Make sure there is lang_specific info before checking fo...Andrew MacLeod2004-09-161-3/+3
* call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell2004-08-301-16/+18
* call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell2004-08-271-3/+3
* call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-08-161-3/+3
* cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher2004-07-201-2/+2
* re PR c++/16175 (Wrong type reported in diagnostic)Kriang Lerdsuwanakij2004-07-201-0/+1
* re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij2004-07-181-6/+2
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-1/+1