aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-17re PR c++/38888 ([C++0x] badly readable diagnostic output with variadic templ...Jason Merrill1-1/+7
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-1/+25
2009-09-10* error.c (find_typenames_r): Also add decltypes.Jason Merrill1-2/+4
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-5/+12
2009-08-04re PR debug/39706 (namespaces represented incorrectly in debug_pubnames)Dodji Seketeli1-1/+4
2009-07-29re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill1-1/+4
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-1/+5
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+2
2009-07-10re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek1-1/+1
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-1/+1
2009-06-29re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289)Jason Merrill1-6/+5
2009-06-24* error.c (dump_decl): Do say "typedef" for the injected class name.Jason Merrill1-1/+1
2009-06-01diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez1-6/+17
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor1-2/+2
2009-05-28Fix for PR c++/PR39754Dodji Seketeli1-1/+1
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-37/+63
2009-05-01c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers1-77/+78
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-0/+19
2009-04-08re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-3/+11
2009-04-07re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-2/+3
2009-04-05re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill1-14/+53
2009-04-04re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-18/+29
2009-04-02re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-3/+64
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-9/+10
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-33/+0
2009-03-06re PR c++/33492 (Broken diagnostic: 'must_not_throw_expr' not supported by du...Paolo Carlini1-2/+3
2009-01-30re PR c++/33465 (Broken diagnostic: 'fix_trunc_expr' and 'float_expr' not sup...Paolo Carlini1-0/+4
2009-01-09re PR c++/35335 (Broken diagnostic: 'expr_stmt' not supported by dump_expr)Jakub Jelinek1-1/+2
2008-12-05re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Jakub Jelinek1-0/+1
2008-11-19re PR c++/35405 (Internal compiler error)Dodji Seketeli1-2/+4
2008-11-12re PR c++/35334 (Broken diagnostic for complex cast)Jakub Jelinek1-0/+1
2008-10-03re PR c++/37719 (incorrect type on warning of mismatched exception specificat...Paolo Carlini1-1/+6
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