aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-2/+7
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-1/+1
2008-08-19re PR debug/37156 (Hang with -g -O2 (or higher) (discovered with malloc.c in...Jakub Jelinek1-1/+3
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-1/+1
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-1/+1
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-1/+1
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-4/+14
2008-05-12typeck2.c (digest_init): Use CONVERT_EXPR_P.Tomas Bily1-2/+1
2008-03-26re PR c++/35332 (Broken diagnostics for builtins)Jakub Jelinek1-0/+8
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-1/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-2/+0
2008-02-25re PR c++/35333 (Broken diagnostic for complex builtin)Paolo Carlini1-0/+3
2008-02-24error.c (dump_expr): Don't deal directly with NEW_EXPR (and VEC_NEW_EXPR), fo...Paolo Carlini1-37/+2
2008-01-26re PR c++/34965 (Broken diagnostic: 'truth_and_expr' not supported by dump_expr)Jakub Jelinek1-0/+10
2008-01-22re PR c++/34918 (Broken diagnostic: 'vector_cst' not supported by dump_expr)Jakub Jelinek1-1/+2
2008-01-21re PR c++/34850 (Recursive BLOCK tree causes compilation to hang during diagn...Richard Guenther1-1/+3
2008-01-21re PR c++/34891 (Broken diagnostic: 'view_convert_expr' not supported by dump...Paolo Carlini1-0/+1
2008-01-15re PR c++/34314 (ICE on invalid code (with variadic templates): tree check: e...Douglas Gregor1-4/+20
2008-01-04re PR c++/34611 (Broken diagnostic: 'tree_list' not supported by dump_expr)Paolo Carlini1-1/+6
2007-12-10re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by du...Jakub Jelinek1-0/+2
2007-12-10re PR c++/34394 (Broken diagnostic: 'abs_expr' not supported by dump_expr)Jakub Jelinek1-0/+1
2007-12-02re PR c++/34273 (Broken diagnostic: 'tree_binfo' not supported by dump_decl)Paolo Carlini1-0/+1
2007-11-30re PR c++/34275 (Broken diagnostic: 'obj_type_ref' not supported by dump_expr)Jakub Jelinek1-0/+4
2007-11-02re PR c++/33495 (Broken diagnostic: Trouble pretty-printing statement express...Paolo Carlini1-0/+6
2007-11-01re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini1-17/+5
2007-10-27error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope to current_functi...Jakub Jelinek1-1/+1
2007-10-27re PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported b...Jakub Jelinek1-0/+5
2007-10-27re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)Jakub Jelinek1-0/+4
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