summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd2010-12-141-0/+36
* decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.Nathan Froyd2010-12-101-1/+1
* re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd2010-12-071-2/+2
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* re PR middle-end/46745 ('#'mem_ref' not supported by dump_expr#<expression er...Richard Guenther2010-12-031-0/+28
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* revert accidentally committed changesNathan Froyd2010-11-241-1/+0
* cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd2010-11-241-0/+1
* Correct conversion/overflow behavior.Jason Merrill2010-11-081-1/+3
* semantics.c (call_stack, [...]): New.Jason Merrill2010-11-011-0/+27
* * error.c (dump_simple_decl): Print constexpr.Jason Merrill2010-10-271-6/+13
* In gcc/cp/: 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-241-0/+12
* re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther2010-10-141-0/+6
* In gcc/testsuite/: 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-071-0/+8
* error.c (dump_expr): Print conversion between reference and pointer to the sa...Jason Merrill2010-09-241-2/+15
* re PR c++/43824 (C++0x feature "inline namespace" enabled under -std=c++98; n...Rodrigo Rivas Costa2010-09-101-0/+5
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* * error.c (dump_function_decl): Don't crash on null DECL_NAME.Jason Merrill2010-07-061-1/+1
* re PR c++/44627 (ICE in dump_expr, at cp/error.c:1735)Jakub Jelinek2010-06-221-1/+3
* re PR c++/44486 (missing space in __PRETTY_FUNCTION__ expansion in anonymous ...Manuel López-Ibáñez2010-06-171-1/+1
* re PR c++/44366 ([C++0x] g++ crashes when declaring a lambda expression using...Jason Merrill2010-06-081-1/+3
* Implement noexcept-specification (15.4)Jason Merrill2010-06-041-1/+17
* * error.c (dump_type): Improve typedef handling.Jason Merrill2010-06-021-0/+19
* 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