aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-25re PR c++/31431 (ICE with invalid parameter pack)Douglas Gregor1-0/+13
2007-04-27error.c (maybe_warn_variadic_templates): Variadic templates are now in C++0x,...Douglas Gregor1-1/+1
2007-04-15* cp-tree.h, error.c: Fix comment typos.Kazu Hirata1-1/+1
2007-03-23error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis1-0/+18
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-14/+66
2007-02-22dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz1-5/+17
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-18/+62
2007-01-31error.c (dump_type_suffix): Avoid use of cp_build_binary_op when calculating ...Roger Sayle1-9/+9
2006-12-03re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson1-1/+16
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-0/+4
2006-08-09re PR c++/28637 (ICE on invalid template parameter)Lee Millward1-1/+9
2006-07-28re PR c++/27668 (ICE with invalid template parameter)Lee Millward1-2/+8
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