]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
Make __PRETTY_FUNCTION__-like functions mergeable string csts (PR c++/64266).
[thirdparty/gcc.git] / gcc / cp / pt.c
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.
2018-06-06  mpolacek PR c++/85977
2018-06-06  jason PR c++/85710 - ICE with -Wmemset-elt-size.
2018-06-04  jason PR c++/61806 - missed SFINAE with partial specialization.
2018-06-04  jason PR c++/85765 - SFINAE and non-type default template...
2018-06-01  jason PR c++/58281 - explicit instantiation of constexpr
2018-06-01  jason * pt.c (instantiate_decl): Any defaulted function...
2018-05-24  jason PR c++/85842 - -Wreturn-type, constexpr if and generic...
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-24  jason PR c++/85864 - literal template and default template...
2018-05-23  jason PR c++/85866 - error with .* in default template arg.
2018-05-19  jasonAvoid ICE on unsupported use of __integer_pack.
2018-05-14  jason Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  jason * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p.
2018-05-10  jasonMake sure we aren't trying to do a nested instantiation...
2018-05-10  jason * decl.c (make_typename_type): s/parameters/arguments/.
2018-05-09  jason PR c++/85706 - class deduction under decltype
2018-05-07  nathan[C++ PATCH] Kill -fno-for-scope
2018-04-27  nathan[C++ PATCH] some cleanups
2018-04-23  jason PR c++/69560 - wrong alignof(double) on x86.
2018-04-20  jakub PR c++/85462
2018-04-19  paolo/cp
2018-04-18  paolo/cp
2018-04-18  aoliva[PR c++/80290] recycle tinst garbage sooner
2018-04-12  jason PR c++/85356 - ICE with pointer to member function.
2018-04-10  jason PR c++/85285 - ICE with flexible array after substitution.
2018-04-06  jason PR c++/85214 - ICE with alias, generic lambda, constex...
2018-04-06  jakub PR c++/85210
2018-04-05  jakub PR c++/85209
2018-04-05  jason PR c++/82152 - ICE with class deduction and inherited...
2018-04-05  jason PR c++/85228 - ICE with lambda in enumerator.
2018-04-05  jason PR c++/85200 - ICE with constexpr if in generic lambda.
2018-04-05  aoliva[PR c++/84979] reject auto in explicit tmpl args for...
2018-04-04  jakub PR c++/85146
2018-04-04  jason PR c++/85006 - -fconcepts ICE with A<auto...> return...
2018-04-03  paolo/cp
2018-04-03  jason PR c++/85149 - generic lambda and constexpr if.
2018-04-03  jakub PR c++/85147
2018-03-29  jason PR c++/85093 - too many template args with pack expansion.
2018-03-29  jason * pt.c (build_non_dependent_expr): Propagate expr...
2018-03-28  paolo/cp
2018-03-26  jason PR c++/85049 - ICE with __integer_pack.
2018-03-23  jason PR c++/78489 - wrong SFINAE behavior.
2018-03-23  jakub PR c++/84942
2018-03-23  aoliva[PR c++/84789] do not fail to resolve typename into...
2018-03-20  jason PR c++/84937 - ICE with class deduction and auto.
2018-03-19  mpolacek PR c++/84925
2018-03-19  jason PR c++/71834 - template-id with too few arguments.
2018-03-19  nathan[PR c++/84835] ICE with generic lambda in extern "C"
2018-03-16  jakub PR c/84910
2018-03-16  jason PR c++/84720 - ICE with rvalue ref non-type argument.
2018-03-15  jason PR c++/84801 - ICE with unexpanded pack in lambda.
2018-03-15  jason PR c++/81236 - auto variable and auto function
2018-03-14  jason PR c++/83916 - ICE with template template parameters.
2018-03-13  jason PR c++/82565 - ICE with concepts and generic lambda.
2018-03-13  jason PR c++/84720 - ICE with rvalue ref non-type argument.
2018-03-13  jason PR c++/84839 - ICE with decltype of parameter pack.
2018-03-12  jason PR c++/84355 - ICE with deduction for member class...
2018-03-10  jason PR c++/84770 - ICE with typedef and parameter pack.
2018-03-10  jason PR c++/84785 - ICE with alias template and default...
2018-03-09  paolo/cp
2018-03-05  nathan[PR c++/84702] ICE with default tmpl arg of overload set
2018-03-02  jakub PR c++/84662
2018-03-02  jason Fix MIPS16 ICE.
2018-03-01  jason PR c++/71569 - ICE with redundant args on member varia...
2018-02-28  jason PR c++/71784 - ICE with ref-qualifier and explicit...
2018-02-28  jakub PR c++/83871
2018-02-27  mseborAvoid including <string> directly.
2018-02-27  mseborPR c++/83871 - wrong code for attribute const and pure...
2018-02-27  jason PR c++/84489 - dependent default template argument
2018-02-26  paolo/cp
next