aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-02* error.c (dump_type): Improve typedef handling.Jason Merrill1-0/+19
2010-05-24diagnostic.c: Don't include flags.h.Joseph Myers1-5/+6
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-3/+9
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-7/+4
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-4/+6
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+6
2010-04-28re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Manuel López-Ibáñez1-30/+59
2010-02-21re PR c++/23510 (skip some instantation contexts if there are too many)Manuel López-Ibáñez1-24/+77
2010-01-29Fix PRs c++/42758, c++/42634, c++/42797Dodji Seketeli1-43/+13
2010-01-19Revert fix of PR c++/Dodji Seketeli1-3/+4
2010-01-18re PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973)Dodji Seketeli1-4/+3
2010-01-15Revert commit of PR c++/42634, which was commit r155868Dodji Seketeli1-3/+4
2010-01-13re PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973)Dodji Seketeli1-4/+3
2009-11-21PR c++/9050, DR 147, DR 318Jason Merrill1-4/+5
2009-11-18re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao1-3/+40
2009-11-16PR c++/13950, DR 176Jason Merrill1-1/+2
2009-11-06re PR c++/15946 (Unhelpful error message when "typename" is omitted)Jason Merrill1-3/+11
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