summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-2/+0
* re PR c++/35333 (Broken diagnostic for complex builtin)Paolo Carlini2008-02-251-0/+3
* error.c (dump_expr): Don't deal directly with NEW_EXPR (and VEC_NEW_EXPR), fo...Paolo Carlini2008-02-241-37/+2
* re PR c++/34965 (Broken diagnostic: 'truth_and_expr' not supported by dump_expr)Jakub Jelinek2008-01-261-0/+10
* re PR c++/34918 (Broken diagnostic: 'vector_cst' not supported by dump_expr)Jakub Jelinek2008-01-221-1/+2
* re PR c++/34850 (Recursive BLOCK tree causes compilation to hang during diagn...Richard Guenther2008-01-211-1/+3
* re PR c++/34891 (Broken diagnostic: 'view_convert_expr' not supported by dump...Paolo Carlini2008-01-211-0/+1
* re PR c++/34314 (ICE on invalid code (with variadic templates): tree check: e...Douglas Gregor2008-01-151-4/+20
* re PR c++/34611 (Broken diagnostic: 'tree_list' not supported by dump_expr)Paolo Carlini2008-01-041-1/+6
* re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by du...Jakub Jelinek2007-12-101-0/+2
* re PR c++/34394 (Broken diagnostic: 'abs_expr' not supported by dump_expr)Jakub Jelinek2007-12-101-0/+1
* re PR c++/34273 (Broken diagnostic: 'tree_binfo' not supported by dump_decl)Paolo Carlini2007-12-021-0/+1
* re PR c++/34275 (Broken diagnostic: 'obj_type_ref' not supported by dump_expr)Jakub Jelinek2007-11-301-0/+4
* re PR c++/33495 (Broken diagnostic: Trouble pretty-printing statement express...Paolo Carlini2007-11-021-0/+6
* re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini2007-11-011-17/+5
* error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope to current_functi...Jakub Jelinek2007-10-271-1/+1
* re PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported b...Jakub Jelinek2007-10-271-0/+5
* re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)Jakub Jelinek2007-10-271-0/+4
* re PR c++/33213 (Broken diagnostic: 'type_pack_expansion' not supported by du...Paolo Carlini2007-09-281-0/+1
* re PR c++/33118 (#'argument_pack_select' not supported by dump_expr#<expressi...Paolo Carlini2007-09-281-26/+7
* re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)Paolo Carlini2007-09-271-0/+5
* builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2007-09-271-8/+91
* re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)Paolo Carlini2007-09-181-0/+4
* re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)Paolo Carlini2007-09-181-0/+4
* re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini2007-09-181-0/+4
* re PR c++/33209 (Broken diagnostic: 'template_type_parm' not supported by dum...Paolo Carlini2007-08-281-0/+5
* error.c (dump_expr): Handle COMPLEX_CST.Gabriel Dos Reis2007-08-281-0/+1
* decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini2007-08-251-13/+14
* re PR c++/31941 ("confused by earlier errors" message without earlier error m...Jakub Jelinek2007-08-241-2/+6
* re PR c++/32112 (#'unbound_class_template' not supported by dump_decl#)Paolo Carlini2007-08-171-0/+4
* re PR c++/17763 (Wrong context in error message for template parameter)Paolo Carlini2007-08-101-2/+2
* c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin2007-08-091-0/+4
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-4/+3
* typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor2007-07-271-0/+10
* re PR c++/30854 (Wrong number of arguments printed for constructor)Jakub Jelinek2007-07-121-1/+1
* re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin2007-06-071-1/+1
* re PR c++/7412 ([DR 106] References to references)Russell Yanofsky2007-05-311-1/+9
* re PR c++/31431 (ICE with invalid parameter pack)Douglas Gregor2007-05-251-0/+13
* error.c (maybe_warn_variadic_templates): Variadic templates are now in C++0x,...Douglas Gregor2007-04-271-1/+1
* * cp-tree.h, error.c: Fix comment typos.Kazu Hirata2007-04-151-1/+1
* error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis2007-03-231-0/+18
* re PR c++/20599 (variadic template support)Douglas Gregor2007-03-101-14/+66
* dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz2007-02-221-5/+17
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-18/+62
* error.c (dump_type_suffix): Avoid use of cp_build_binary_op when calculating ...Roger Sayle2007-01-311-9/+9
* re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson2006-12-031-1/+16
* 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