aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-28re PR c++/33213 (Broken diagnostic: 'type_pack_expansion' not supported by du...Paolo Carlini1-0/+1
2007-09-28re PR c++/33118 (#'argument_pack_select' not supported by dump_expr#<expressi...Paolo Carlini1-26/+7
2007-09-27re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)Paolo Carlini1-0/+5
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-8/+91
2007-09-18re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)Paolo Carlini1-0/+4
2007-09-18re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)Paolo Carlini1-0/+4
2007-09-18re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini1-0/+4
2007-08-28re PR c++/33209 (Broken diagnostic: 'template_type_parm' not supported by dum...Paolo Carlini1-0/+5
2007-08-28error.c (dump_expr): Handle COMPLEX_CST.Gabriel Dos Reis1-0/+1
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-13/+14
2007-08-24re PR c++/31941 ("confused by earlier errors" message without earlier error m...Jakub Jelinek1-2/+6
2007-08-17re PR c++/32112 (#'unbound_class_template' not supported by dump_decl#)Paolo Carlini1-0/+4
2007-08-10re PR c++/17763 (Wrong context in error message for template parameter)Paolo Carlini1-2/+2
2007-08-09c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin1-0/+4
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-0/+10
2007-07-12re PR c++/30854 (Wrong number of arguments printed for constructor)Jakub Jelinek1-1/+1
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-1/+1
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-1/+9
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