aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)Author
2018-07-18 PR c++/86480 - nested variadic lambda and constexpr if.jason
2018-07-13[PR c++/86374] Name lookup failure in enclosing templatenathan
2018-06-27 PR c++/80290 - memory-hog with std::pair.jason
2018-06-21 PR c++/86182 - ICE with anonymous union passed to template.jason
2018-06-19 PR c++/86200 - ICE with unexpanded pack in lambda parameter.jason
2018-06-19 PR c++/81060 - ICE with unexpanded parameter pack.jason
2018-06-15 PR c++/82882 - ICE with lambda in template default argument.jason
2018-06-11 PR c++/85963 - -Wunused-but-set with ?: in template.jason
2018-06-11 PR c++/61806 - missed SFINAE with partial specialization.jason
2018-06-11 PR c++/85765 - SFINAE and non-type default template arg.jason
2018-05-24 PR c++/85842 - -Wreturn-type, constexpr if and generic lambda.jason
2018-05-24 PR c++/85864 - literal template and default template arg.jason
2018-05-23 PR c++/85866 - error with .* in default template arg.jason
2018-05-09 PR c++/85706 - class deduction under decltypejason
2018-04-23 PR c++/69560 - wrong alignof(double) on x86.jason
2018-04-20 PR c++/85462jakub
2018-04-19/cppaolo
2018-04-18/cppaolo
2018-04-18[PR c++/80290] recycle tinst garbage sooneraoliva
2018-04-12 PR c++/85356 - ICE with pointer to member function.jason
2018-04-10 PR c++/85285 - ICE with flexible array after substitution.jason
2018-04-06 PR c++/85214 - ICE with alias, generic lambda, constexpr if.jason
2018-04-06 PR c++/85210jakub
2018-04-05 PR c++/85209jakub
2018-04-05 PR c++/82152 - ICE with class deduction and inherited ctor.jason
2018-04-05 PR c++/85228 - ICE with lambda in enumerator.jason
2018-04-05 PR c++/85200 - ICE with constexpr if in generic lambda.jason
2018-04-05[PR c++/84979] reject auto in explicit tmpl args for tmpl-fnaoliva
2018-04-04 PR c++/85146jakub
2018-04-04 PR c++/85006 - -fconcepts ICE with A<auto...> return typejason
2018-04-03/cppaolo
2018-04-03 PR c++/85149 - generic lambda and constexpr if.jason
2018-04-03 PR c++/85147jakub
2018-03-29 PR c++/85093 - too many template args with pack expansion.jason
2018-03-29 * pt.c (build_non_dependent_expr): Propagate expr location.jason
2018-03-28/cppaolo
2018-03-26 PR c++/85049 - ICE with __integer_pack.jason
2018-03-23 PR c++/78489 - wrong SFINAE behavior.jason
2018-03-23 PR c++/84942jakub
2018-03-23[PR c++/84789] do not fail to resolve typename into template-independentaoliva
2018-03-20 PR c++/84937 - ICE with class deduction and auto.jason
2018-03-19 PR c++/84925mpolacek
2018-03-19 PR c++/71834 - template-id with too few arguments.jason
2018-03-19[PR c++/84835] ICE with generic lambda in extern "C"nathan
2018-03-16 PR c/84910jakub
2018-03-16 PR c++/84720 - ICE with rvalue ref non-type argument.jason
2018-03-15 PR c++/84801 - ICE with unexpanded pack in lambda.jason
2018-03-15 PR c++/81236 - auto variable and auto functionjason
2018-03-14 PR c++/83916 - ICE with template template parameters.jason
2018-03-13 PR c++/82565 - ICE with concepts and generic lambda.jason