aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-16re PR c++/51415 (Broken diagnostic: 'vec_init_expr' not supported by dump_expr)Jason Merrill1-0/+2
2012-01-27re PR c++/51370 (ICE with invalid template parameter)Paolo Carlini1-4/+7
2012-01-06* error.c (dump_expr): Print type of CONSTRUCTOR.Jason Merrill1-0/+2
2011-12-05Implement C++11 delegating constructors.Ville Voutilainen1-0/+5
2011-11-20re PR c++/51230 (Broken diagnostic: 'template_parm_index' not supported by du...Paolo Carlini1-0/+1
2011-11-08re PR middle-end/51010 (bad diagnostics: #'ssa_name' not supported by pp_c_ex...Richard Guenther1-0/+7
2011-11-08Fix context handling of alias-declarationDodji Seketeli1-0/+2
2011-11-07PR c++/45114 - Support C++11 alias-declarationDodji Seketeli1-8/+47
2011-10-31re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill1-11/+11
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-2/+13
2011-10-17Emit macro expansion related diagnosticsTom Tromey1-2/+3
2011-10-11re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)Jason Merrill1-0/+1
2011-09-27re PR c++/45487 (Request to change comma to semicolon in error message)Paolo Carlini1-6/+7
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-0/+5
2011-08-13re PR c++/50059 ([C++0x] Broken error message with __builtin_remquo & constexpr)Jason Merrill1-0/+4
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen1-0/+5
2011-07-16pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill1-20/+13
2011-07-04error.c (dump_template_bindings): Don't print typenames for a partial instant...Jason Merrill1-16/+37
2011-07-04* error.c (type_to_string): Avoid redundant akas.Jason Merrill1-0/+14
2011-06-16re PR c++/49420 ([C++0x] compiler segfault using result_of)Jason Merrill1-1/+3
2011-06-14* error.c (type_to_string): Print typedef-stripped version too.Jason Merrill1-0/+9
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-1/+4
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill1-23/+46
2011-05-27re PR c++/48284 ([C++0x] incorrect printing of decltype operand in diagnostic)Jason Merrill1-1/+4
2011-05-25re PR c++/49156 ([C++0x] Error reporting routines re-entered)Jason Merrill1-0/+5
2011-05-23re PR c++/47336 ([C++0x] ICE: "Error reporting routines re-entered")Jason Merrill1-0/+2
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd1-4/+2
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-1/+12
2011-03-21ChangeLog gcc/c-familyKai Tietz1-0/+2
2011-02-20re PR c++/47703 ([C++0x] ICE: std::sort chokes on simple lambda function)Jason Merrill1-1/+5
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-0/+36
2010-12-10decl.c (grokmethod): Test DECL_CLASS_SCOPE_P.Nathan Froyd1-1/+1
2010-12-07re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-2/+2
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-12-03re PR middle-end/46745 ('#'mem_ref' not supported by dump_expr#<expression er...Richard Guenther1-0/+28
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-24revert accidentally committed changesNathan Froyd1-1/+0
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-0/+1
2010-11-08Correct conversion/overflow behavior.Jason Merrill1-1/+3
2010-11-01semantics.c (call_stack, [...]): New.Jason Merrill1-0/+27
2010-10-27* error.c (dump_simple_decl): Print constexpr.Jason Merrill1-6/+13
2010-10-24In gcc/cp/: 2010-10-24 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+12
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+6
2010-10-07In gcc/testsuite/: 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+8
2010-09-24error.c (dump_expr): Print conversion between reference and pointer to the sa...Jason Merrill1-2/+15
2010-09-10re PR c++/43824 (C++0x feature "inline namespace" enabled under -std=c++98; n...Rodrigo Rivas Costa1-0/+5
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-06* error.c (dump_function_decl): Don't crash on null DECL_NAME.Jason Merrill1-1/+1
2010-06-22re PR c++/44627 (ICE in dump_expr, at cp/error.c:1735)Jakub Jelinek1-1/+3
2010-06-17re PR c++/44486 (missing space in __PRETTY_FUNCTION__ expansion in anonymous ...Manuel López-Ibáñez1-1/+1