summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic.c: Don't include flags.h.Joseph Myers2010-05-241-5/+6
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-3/+9
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill2010-05-131-7/+4
* cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill2010-05-131-4/+6
* Add support for C++0x nullptr.Jason Merrill2010-05-061-0/+6
* re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Manuel López-Ibáñez2010-04-281-30/+59
* re PR c++/23510 (skip some instantation contexts if there are too many)Manuel López-Ibáñez2010-02-211-24/+77
* Fix PRs c++/42758, c++/42634, c++/42797Dodji Seketeli2010-01-291-43/+13
* Revert fix of PR c++/Dodji Seketeli2010-01-191-3/+4
* re PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973)Dodji Seketeli2010-01-181-4/+3
* Revert commit of PR c++/42634, which was commit r155868Dodji Seketeli2010-01-151-3/+4
* re PR c++/42634 (ICE with -g -O2 -std=c++0x in copy_fn_p, at cp/decl.c:9973)Dodji Seketeli2010-01-131-4/+3
* PR c++/9050, DR 147, DR 318Jason Merrill2009-11-211-4/+5
* re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao2009-11-181-3/+40
* PR c++/13950, DR 176Jason Merrill2009-11-161-1/+2
* re PR c++/15946 (Unhelpful error message when "typename" is omitted)Jason Merrill2009-11-061-3/+11
* re PR c++/38888 ([C++0x] badly readable diagnostic output with variadic templ...Jason Merrill2009-10-171-1/+7
* merge in cxx0x-lambdas-branch@152308Jason Merrill2009-09-291-1/+25
* * error.c (find_typenames_r): Also add decltypes.Jason Merrill2009-09-101-2/+4
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-5/+12
* re PR debug/39706 (namespaces represented incorrectly in debug_pubnames)Dodji Seketeli2009-08-041-1/+4
* re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill2009-07-291-1/+4
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-1/+5
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1/+2
* re PR middle-end/40502 (crash in cp_diagnostic_starter)Jakub Jelinek2009-07-101-1/+1
* cp-tree.h (struct lang_decl): Overhaul.Jason Merrill2009-07-031-1/+1
* re PR c++/40274 (Revision 145566 caused ICE in tsubst, at cp/pt.c:9289)Jason Merrill2009-06-291-6/+5
* * error.c (dump_decl): Do say "typedef" for the injected class name.Jason Merrill2009-06-241-1/+1
* diagnostic.c (diagnostic_build_prefix): Always print columns.Aldy Hernandez2009-06-011-6/+17
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-2/+2
* Fix for PR c++/PR39754Dodji Seketeli2009-05-281-1/+1
* pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers2009-05-101-37/+63
* c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers2009-05-011-77/+78
* re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez2009-04-201-0/+19
* re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2009-04-081-3/+11
* re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2009-04-071-2/+3
* re PR c++/14912 (Do not print default template arguments in error messages)Jason Merrill2009-04-051-14/+53
* re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2009-04-041-18/+29
* re PR c++/25185 (deep typedef substitution in error message)Jason Merrill2009-04-021-3/+64
* re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill2009-03-311-9/+10
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-33/+0
* re PR c++/33492 (Broken diagnostic: 'must_not_throw_expr' not supported by du...Paolo Carlini2009-03-061-2/+3
* re PR c++/33465 (Broken diagnostic: 'fix_trunc_expr' and 'float_expr' not sup...Paolo Carlini2009-01-301-0/+4
* re PR c++/35335 (Broken diagnostic: 'expr_stmt' not supported by dump_expr)Jakub Jelinek2009-01-091-1/+2
* re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Jakub Jelinek2008-12-051-0/+1
* re PR c++/35405 (Internal compiler error)Dodji Seketeli2008-11-191-2/+4
* re PR c++/35334 (Broken diagnostic for complex cast)Jakub Jelinek2008-11-121-0/+1
* re PR c++/37719 (incorrect type on warning of mismatched exception specificat...Paolo Carlini2008-10-031-1/+6
* c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor2008-08-261-2/+7