Do not update SSA in lto-stremaer-in
[gcc.git] / gcc / cp / error.c
2019-11-27 Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-27 Andrew SuttonDiagnose certain constraint errors as hard errors,...
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-10-22 Richard Sandiford[C++] Avoid exposing internal details in aka types
2019-10-17 Paolo Carlinidecl.c (grokfndecl): Remove redundant use of in_system_...
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-05-31 Nathan Sidwell[C++PATCH] Lambda names are anonymous
2019-05-28 Nathan Sidwell[PATCH] Commonize anon-name generation
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-02-19 Jakub Jelinekre PR c++/89390 (ICE in get_string, at spellcheck-tree...
2019-01-17 Alexandre Oliva[PR86648] use auto identifier for class placeholder...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-29 David MalcolmC++: namespaces and scopes for enum values (PR c++...
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-09-28 Richard Bienertree.h (BLOCK_ORIGIN): New.
2018-09-17 David MalcolmAdd range_idx param to range_label::get_text
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15 David Malcolmdiagnostics: add labeling of source ranges
2018-08-02 David MalcolmFix memory leak of pretty_printer prefixes
2018-08-01 Martin SeborPR tree-optimization/86650 - -Warray-bounds missing...
2018-07-28 David MalcolmC++: clean up cp_printer
2018-06-20 Marek Polacekre PR c++/86240 (ice: unexpected expression absu_expr)
2018-06-19 Jason Merrilltree.c (cp_expr_location): New.
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-14 Paolo Carlinicp-tree.h (TYPE_REF_P): New.
2018-04-18 Alexandre Oliva[PR c++/80290] recycle tinst garbage sooner
2018-04-09 Jason MerrillPR c++/85279 - dump_expr doesn't understand decltype.
2018-02-21 Jason MerrillPR c++/84454 - ICE with pack expansion in signature.
2018-01-10 David MalcolmPreserving locations for variable-uses and constants...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-11-22 David MalcolmC/C++: fix quoting of "aka" typedef information (PR...
2017-11-21 Martin LiskaAdd quotes for constexpr keyword.
2017-11-21 Marc GlisseNew POINTER_DIFF_EXPR
2017-10-31 Nathan Sidwell[C++ PATCH] overloaded operator fns [2/N]
2017-10-04 Jakub Jelinekre PR c++/82373 (syntax error in error message)
2017-08-14 Martin SeborPR c/81117 - Improve buffer overflow checking in strncp...
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-07-16 Volker Reicheltparser.c (cp_parser_cast_expression): Use %q#T instead...
2017-06-29 Jason Merrill* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXP...
2017-06-22 Nathan SidwellReorder IDENTIFIER flags
2017-06-11 Jason Merrill* error.c (dump_expr): Use is_this_parameter.
2017-05-30 David MalcolmC++ template type diff printing
2017-05-30 Nathan Sidwellcp-tree.def (OVERLOAD): Fix comment.
2017-05-24 Jason Merrill-Wunused and C++17 structured bindings
2017-05-19 Nathan Sidwellcall.c (add_list_candidates): Use OVL_FIRST.
2017-05-16 Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-05 David MalcolmEliminate report_diagnostic macro
2017-04-27 Volker Reicheltparser.c (cp_parser_cast_expression): Add target type...
2017-04-18 Marek PolacekPR c++/80241 - ICE with alignas pack expansion.
2017-04-11 Jakub Jelinekre PR c++/80363 (#'vec_cond_expr' not supported by...
2017-02-09 Jason MerrillPR c++/79316 - default argument in deduction guide
2017-01-31 Jakub Jelinekre PR c++/79304 (diagnostic shows bogus expression...
2017-01-20 David MalcolmC++: fix fix-it hints for misspellings within explicit...
2017-01-09 Jason MerrillImplement P0195R2, C++17 variadic using.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-13 Nathan Sidwellre PR c++/69481 (ICE with C++11 alias using with templates)
2016-12-07 Martin JamborUse dump_function_name rather than emit <built-in>
2016-11-15 Jason MerrillAllow references in constant-expressions.
2016-11-14 Jason MerrillImprove various diagnostic issues.
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-21 Jason Merrillre PR c++/77656 (64-bit integral template parameter...
2016-10-07 Jakub JelinekImplement LWG2296 helper intrinsic c-family/
2016-10-04 Jason MerrillImplement P0091R2, Template argument deduction for...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-16 Jakub Jelinekre PR c++/77482 (Segfault when compiling ill-formed...
2016-09-01 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-09 Jason MerrillImplement C++17 constexpr lambda.
2016-08-04 Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-21 Andrew SuttonImproving concepts performance and diagnostics.
2016-06-17 Paolo Carlinidecl.c (validate_constexpr_redeclaration): Change pair...
2016-04-22 Szabolcs Nagy[PATCH 1/2] (header usage fix) remove unused system...
2016-04-14 Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13 Jason MerrillWarn about empty parameter ABI with -Wabi=9.
2016-02-11 Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-02-04 Martin SeborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-01-26 David MalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-15 Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-12-07 Jakub Jelinekre PR c++/68760 (ICE in pp_string (pretty-print.c:909))
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-06 David MalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-10-31 Jason MerrillImplement multiple 'auto' feature from Concepts TS.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-12 Jason Merrillre PR c++/67108 (ICE: in cxx_eval_call_expression,...
2015-08-12 Jason Merrillre PR c++/67161 (ICE with a static_assert using our...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-10 Patrick Palkare PR c++/30044 (ICE in tsubst, at cp/pt.c:7359)
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-27 Marek Polacekcall.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-17 Andrew MacLeodtree.h (merge_dllimport_decl_attributes, [...]): Remove...
next