]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / pt.c
2019-03-30  Jason MerrillPR c++/89744 - ICE with specialization of member class...
2019-03-28  Marek PolacekPR c++/89612 - ICE with member friend template with...
2019-03-27  Jason MerrillPR c++/89241 - ICE with lambda in template parameter...
2019-03-27  Jason MerrillPR c++/86932 - missed SFINAE with empty pack.
2019-03-25  Jason MerrillPR c++/87748 - substitution failure error with decltype.
2019-03-22  Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-20  Jason MerrillPR c++/87480 - decltype of member access in default...
2019-03-18  Jason MerrillPR c++/89761 - ICE with sizeof... in pack expansion.
2019-03-18  Jason MerrillPR c++/89682 - wrong access error in default argument.
2019-03-17  Jason MerrillPR c++/89571 - ICE with ill-formed noexcept on constructor.
2019-03-11  Martin LiskaWrap apostrophes in gcc internal format with %'.
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-07  Jason MerrillPR c++/88820 - ICE with CTAD and member template used...
2019-03-02  Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-03-01  Jason MerrillPR c++/88183 - ICE with .* fold-expression.
2019-03-01  Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-02-27  Jason MerrillPR c++/86969 - ICE with constexpr if and recursive...
2019-02-23  Marek PolacekPR c++/88294 - ICE with non-constant noexcept-specifier.
2019-02-22  Jason MerrillPR c++/88869 - C++17 ICE with CTAD and explicit special...
2019-02-21  Jason MerrillPR c++/89422 - ICE with -g and lambda in default arg...
2019-02-21  Jason MerrillPR c++/88419 - C++17 ICE with class template arg deduction.
2019-02-21  Jason MerrillPR c++/87921 - wrong error with inline static data...
2019-02-20  Paolo Carlinire PR c++/84536 (ICE with non-type template parameter)
2019-02-20  Jason MerrillPR c++/88368 - wrong 'use of deleted function'
2019-02-18  Jason MerrillImprove diagnostic for redundant template arguments...
2019-02-13  Alexandre Oliva[PR87322] move cp_evaluated up to tsubst all lambda...
2019-02-13  Paolo Carlinire PR c++/88986 (ICE: tree check: expected tree that...
2019-02-11  Jason MerrillPR c++/89241 - ICE with __func__ in lambda in template.
2019-02-11  Marek PolacekPR c++/89212 - ICE converting nullptr to pointer-to...
2019-02-11  Jakub Jelinekre PR c++/88977 (__builtin_is_constant_evaluated()...
2019-02-05  Alexandre Oliva[PR87770] test partial specializations for type dependence
2019-01-31  Jason MerrillPR c++/88752 - ICE with lambda and constexpr if.
2019-01-30  Marek PolacekPR c++/89119 - ICE with value-initialization in template.
2019-01-30  Jason MerrillPR c++/86943 - wrong code converting lambda to function...
2019-01-27  Marek PolacekPR c++/88815 - narrowing conversion lost in decltype.
2019-01-18  Jason MerrillPR c++/86205 - ICE with ?: of throw and template-id.
2019-01-17  Alexandre Oliva[PR86648] use auto identifier for class placeholder...
2019-01-16  Marek PolacekPR c++/78244 - narrowing conversion in template not...
2019-01-15  David MalcolmFix ICE on class-template argument deduction (PR c...
2019-01-11  Jason MerrillPR c++/88312 - pack expansion of decltype.
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-07  Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-21  Marek PolacekPR c++/88196 - ICE with class non-type template parameter.
2018-12-19  David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-19  Alexandre Oliva[PR87012] canonicalize ref type for tmpl arg
2018-12-15  Jason MerrillSmall lambda instantiation tweak.
2018-12-14  Alexandre Oliva[PR c++/87814] undefer deferred noexcept on tsubst...
2018-12-13  Marek PolacekPR c++/88216 - ICE with class type in non-type template...
2018-12-06  Alexandre Oliva[PR86747] tsubst friend tpl ctxt before looking it...
2018-12-06  Segher Boessenkoolasm inline
2018-12-04  Marek PolacekPR c++/88184 - ICE when treating name as template-name.
2018-11-16  Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-16  Nathan SidwellRemove ovl_used, it is no longer needed
2018-11-13  Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-13  Jason MerrillAvoid double substitution with complete explicit templa...
2018-11-13  Jason MerrillImplement P0780R2, pack expansion in lambda init-capture.
2018-11-13  Jason Merrillcp-tree.h (struct cp_evaluated): New.
2018-11-09  Martin SeborPR middle-end/81824 - Warn for missing attributes with...
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05  Jason MerrillImplement P0732R2, class types in non-type template...
2018-11-01  Marek PolacekImplement P0846R0, ADL and function templates.
2018-11-01  Martin LiskaMake __PRETTY_FUNCTION__-like functions mergeable strin...
2018-10-30  Marek PolacekImplement P0892R2, explicit(bool).
2018-10-09  Paolo Carlinire PR c++/84423 ([concepts] ICE with invalid using...
2018-10-08  Paolo Carlinire PR c++/71128 ([concepts] ICE on ill-formed explicit...
2018-09-18  Paolo Carlinire PR c++/85065 ([concepts] ICE with invalid use of...
2018-09-07  Marek PolacekPR c++/87152 - range-based for loops with initializer...
2018-08-29  Jakub Jelinekre PR c++/87122 (ICE in tsubst_decomp_names)
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-13  Marek Polacekre PR c++/57891 (No diagnostic of narrowing conversion...
2018-08-08  Jakub JelinekP0595R1 - is_constant_evaluated
2018-08-08  Jakub Jelinekre PR c++/86836 (internal compiler error on structured...
2018-07-17  Jason MerrillPR c++/86480 - nested variadic lambda and constexpr if.
2018-07-16  Paolo Carliniclass.c (resolve_address_of_overloaded_function): Don...
2018-07-13  Nathan Sidwell[PR c++/86374] Name lookup failure in enclosing template
2018-07-10  Jakub Jelinekre PR c++/86443 (ICEs on #pragma omp distribute paralle...
2018-06-27  Jason MerrillPR c++/80290 - memory-hog with std::pair.
2018-06-22  Jason MerrillPR c++/86219 - ICE with erroneous initializer in template.
2018-06-21  Jason Merrill* pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE_PARM...
2018-06-20  Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20  Nathan Sidwell[PR c++/85634] Fix tsubst ICE
2018-06-19  Jason MerrillPR c++/86192 - ICE with anonymous union passed to template.
2018-06-19  Jason Merrilltree.c (cp_expr_location): New.
2018-06-19  Jason MerrillPR c++/86200 - ICE with unexpanded pack in lambda param...
2018-06-19  Jason MerrillPR c++/81060 - ICE with unexpanded parameter pack.
2018-06-18  Jason MerrillPR c++/86171 - ICE with recursive alias instantiation.
2018-06-15  Jason Merrillpt.c (tsubst_default_argument): Use push_to/pop_from_to...
2018-06-15  Jason MerrillPR c++/82882 - ICE with lambda in template default...
2018-06-11  Jason MerrillPR c++/85963 - -Wunused-but-set with ?: in template.
2018-06-06  Marek Polacekre PR c++/85977 (Incorrect handling of array reference...
2018-06-06  Jason MerrillPR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-04  Jason MerrillPR c++/61806 - missed SFINAE with partial specialization.
2018-06-04  Jason MerrillPR c++/85765 - SFINAE and non-type default template...
2018-06-01  Jason MerrillPR c++/58281 - explicit instantiation of constexpr
2018-06-01  Jason Merrill* pt.c (instantiate_decl): Any defaulted function is...
2018-05-24  Jason MerrillPR c++/85842 - -Wreturn-type, constexpr if and generic...
2018-05-24  Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-05-24  Jason MerrillPR c++/85864 - literal template and default template...
next