]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to non-bugs
[thirdparty/gcc.git] / gcc / cp / pt.c
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-29  Jason MerrillRemove trailing whitespace in C++ front end.
2019-06-27  Martin LiskaRemove quite obvious dead assignments.
2019-06-23  Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-22  Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-06-21  Marek PolacekPR c++/60223 - ICE with T{} in non-deduced context.
2019-06-11  Martin LiskaDisable htable sanitization in pt.c (PR c++/87847).
2019-06-10  Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-06-05  Nina Dinka RannsPR c++/63149 - wrong auto deduction from braced-init...
2019-05-28  Marek PolacekPR c++/90548 - ICE with generic lambda and empty pack.
2019-05-28  Nathan Sidwell[PATCH] Commonize anon-name generation
2019-05-21  Nathan Sidwell[C++ PATCH] Using decls
2019-05-20  Marek Polacekpt.c (convert_template_argument): Add a diagnostic...
2019-05-20  Nathan Sidwell[C++ PATCH] Commonixe using directive finishing
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-15  Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-05-13  Jason MerrillUse releasing_vec more broadly.
2019-05-10  Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-08  Nathan Sidwell[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
2019-05-07  Jason MerrillA non-type template parm with a placeholder type is...
2019-05-06  Marek PolacekPR c++/90265 - ICE with generic lambda.
2019-04-29  Nathan Sidwell[C++ PATCH] some cleanups
2019-04-24  Jason MerrillPR c++/90227 - error with template parameter packs.
2019-04-20  Jason MerrillPR c++/90190 - CTAD with list-constructor.
2019-04-19  Paolo Carlinire PR c++/89900 (ICE: Segmentation fault (in check_inst...
2019-04-19  Jakub Jelinekre PR c++/90138 (ICE on invalid in contains_struct_check())
2019-04-18  Jason MerrillPR c++/90047 - ICE with enable_if alias template.
2019-04-05  Marek PolacekPR c++/87145 - bogus error converting class type in...
2019-04-05  Jason MerrillPR c++/89966 - error with non-type auto tparm.
2019-04-05  Jason MerrillPR c++/86986 - ICE with TTP with parameter pack.
2019-04-03  Jason MerrillPR c++/81866 - ICE with member template and default...
2019-04-03  Jason MerrillPR c++/89917 - ICE with lambda in variadic mem-init.
2019-04-01  Jason MerrillPR c++/86946 - ICE with function call in template argument.
2019-04-01  Paolo Carlinire PR c++/62207 (ICE: tree check: expected tree that...
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...
next