aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09Implement P0195R2, C++17 variadic using.Jason Merrill1-4/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell1-6/+4
2016-12-07Use dump_function_name rather than emit <built-in>Martin Jambor1-2/+3
2016-11-15Allow references in constant-expressions.Jason Merrill1-14/+32
2016-11-13Improve various diagnostic issues.Jason Merrill1-1/+3
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-0/+7
2016-10-21re PR c++/77656 (64-bit integral template parameter gets incorrectly sized as...Jason Merrill1-0/+4
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+4
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill1-6/+10
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-3/+0
2016-09-16re PR c++/77482 (Segfault when compiling ill-formed constexpr code)Jakub Jelinek1-8/+7
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-3/+3
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-2/+2
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-0/+2
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-3/+3
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-10/+28
2016-06-17decl.c (validate_constexpr_redeclaration): Change pair of errors to error + i...Paolo Carlini1-1/+5
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill1-22/+0
2016-04-13Warn about empty parameter ABI with -Wabi=9.Jason Merrill1-0/+22
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor1-2/+2
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-3/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-1/+1
2015-12-07re PR c++/68760 (ICE in pp_string (pretty-print.c:909))Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-2/+3
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-1/+3
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+8
2015-08-12re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe...Jason Merrill1-0/+5
2015-08-12re PR c++/67161 (ICE with a static_assert using our internal __not/__or/__and...Jason Merrill1-1/+2
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+46
2015-07-10re PR c++/30044 (ICE in tsubst, at cp/pt.c:7359)Patrick Palka1-0/+8
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-1/+1
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02cp-tree.h (init_error): Remove declaration.Patrick Palka1-12/+2
2015-05-16re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-6/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01re PR sanitizer/63956 ([UBSAN] ICE segfault in cxx_eval_call_expression ../.....Marek Polacek1-0/+9
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-1/+3
2014-11-20* error.c (dump_expr): Avoid printing (*&i) for references.Jason Merrill1-1/+7