]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
PR c++/90138
[thirdparty/gcc.git] / gcc / cp / pt.c
2019-04-19  jakub PR c++/90138
2019-04-18  jason PR c++/90047 - ICE with enable_if alias template.
2019-04-05  mpolacek PR c++/87145 - bogus error converting class type in...
2019-04-05  jason PR c++/89966 - error with non-type auto tparm.
2019-04-05  jason PR c++/86986 - ICE with TTP with parameter pack.
2019-04-03  jason PR c++/81866 - ICE with member template and default...
2019-04-03  jason PR c++/89917 - ICE with lambda in variadic mem-init.
2019-04-01  jason PR c++/86946 - ICE with function call in template...
2019-04-01  paolo/cp
2019-03-30  jason PR c++/89744 - ICE with specialization of member class...
2019-03-28  mpolacek PR c++/89612 - ICE with member friend template with...
2019-03-27  jason PR c++/89241 - ICE with lambda in template parameter...
2019-03-27  jason PR c++/86932 - missed SFINAE with empty pack.
2019-03-25  jason PR c++/87748 - substitution failure error with decltype.
2019-03-22  jakub PR c++/60702
2019-03-20  jason PR c++/87480 - decltype of member access in default...
2019-03-18  jason PR c++/89761 - ICE with sizeof... in pack expansion.
2019-03-18  jason PR c++/89682 - wrong access error in default argument.
2019-03-17  jason PR c++/89571 - ICE with ill-formed noexcept on constru...
2019-03-11  marxinWrap apostrophes in gcc internal format with %'.
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-07  jason PR c++/88820 - ICE with CTAD and member template used...
2019-03-02  jakub PR c++/71446
2019-03-01  jason PR c++/88183 - ICE with .* fold-expression.
2019-03-01  jason PR c++/86969 - ICE with constexpr if and recursive...
2019-02-27  jason PR c++/86969 - ICE with constexpr if and recursive...
2019-02-23  mpolacek PR c++/88294 - ICE with non-constant noexcept-specifier.
2019-02-22  jason PR c++/88869 - C++17 ICE with CTAD and explicit specia...
2019-02-21  jason PR c++/89422 - ICE with -g and lambda in default arg...
2019-02-21  jason PR c++/88419 - C++17 ICE with class template arg deduc...
2019-02-21  jason PR c++/87921 - wrong error with inline static data...
2019-02-20  paolo/cp
2019-02-20  jason PR c++/88368 - wrong 'use of deleted function'
2019-02-18  jason Improve diagnostic for redundant template arguments...
2019-02-13  aoliva[PR87322] move cp_evaluated up to tsubst all lambda...
2019-02-13  paolo/cp
2019-02-11  jason PR c++/89241 - ICE with __func__ in lambda in template.
2019-02-11  mpolacek PR c++/89212 - ICE converting nullptr to pointer-to...
2019-02-11  jakub PR c++/88977
2019-02-05  aoliva[PR87770] test partial specializations for type dependence
2019-01-31  jason PR c++/88752 - ICE with lambda and constexpr if.
2019-01-30  mpolacek PR c++/89119 - ICE with value-initialization in template.
2019-01-30  jason PR c++/86943 - wrong code converting lambda to functio...
2019-01-27  mpolacek PR c++/88815 - narrowing conversion lost in decltype.
2019-01-18  jason PR c++/86205 - ICE with ?: of throw and template-id.
2019-01-17  aoliva[PR86648] use auto identifier for class placeholder...
2019-01-16  mpolacek PR c++/78244 - narrowing conversion in template not...
2019-01-15  dmalcolmFix ICE on class-template argument deduction (PR c...
2019-01-11  jason PR c++/88312 - pack expansion of decltype.
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-07  jakub PR c++/85052
2019-01-01  jakub Update copyright years.
2018-12-21  mpolacek PR c++/88196 - ICE with class non-type template parameter.
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-19  aoliva[PR87012] canonicalize ref type for tmpl arg
2018-12-15  jasonSmall lambda instantiation tweak.
2018-12-14  aoliva[PR c++/87814] undefer deferred noexcept on tsubst...
2018-12-13  mpolacek PR c++/88216 - ICE with class type in non-type templat...
2018-12-06  aoliva[PR86747] tsubst friend tpl ctxt before looking it...
2018-12-06  segherasm inline
2018-12-04  mpolacek PR c++/88184 - ICE when treating name as template...
2018-11-16  jason Implement P0479R5, [[likely]] and [[unlikely]].
2018-11-16  nathan Remove ovl_used, it is no longer needed
2018-11-13  jason Implement P0315R4, Lambdas in unevaluated contexts.
2018-11-13  jasonAvoid double substitution with complete explicit templa...
2018-11-13  jason Implement P0780R2, pack expansion in lambda init-capture.
2018-11-13  jason * cp-tree.h (struct cp_evaluated): New.
2018-11-09  mseborPR middle-end/81824 - Warn for missing attributes with...
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-11-05  jason Implement P0732R2, class types in non-type template...
2018-11-01  mpolacek Implement P0846R0, ADL and function templates.
2018-11-01  marxinMake __PRETTY_FUNCTION__-like functions mergeable strin...
2018-10-30  mpolacek Implement P0892R2, explicit(bool).
2018-10-09  paolo/cp
2018-10-08  paolo/cp
2018-09-18  paolo/cp
2018-09-07  mpolacek PR c++/87152 - range-based for loops with initializer...
2018-08-29  jakub PR c++/87122
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-13  mpolacek PR c++/57891
2018-08-08  jakub P0595R1 - is_constant_evaluated
2018-08-08  jakub PR c++/86836
2018-07-17  jason PR c++/86480 - nested variadic lambda and constexpr if.
2018-07-16  paolo/cp
2018-07-13  nathan[PR c++/86374] Name lookup failure in enclosing template
2018-07-10  jakub PR c++/86443
2018-06-27  jason PR c++/80290 - memory-hog with std::pair.
2018-06-22  jason PR c++/86219 - ICE with erroneous initializer in template.
2018-06-21  jason * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Use TEMPLATE...
2018-06-20  cesarUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-06-19  jason PR c++/86192 - ICE with anonymous union passed to...
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-06-19  jason PR c++/86200 - ICE with unexpanded pack in lambda...
2018-06-19  jason PR c++/81060 - ICE with unexpanded parameter pack.
2018-06-18  jason PR c++/86171 - ICE with recursive alias instantiation.
2018-06-15  jason * pt.c (tsubst_default_argument): Use push_to/pop_from...
2018-06-15  jason PR c++/82882 - ICE with lambda in template default...
2018-06-11  jason PR c++/85963 - -Wunused-but-set with ?: in template.
next