]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / pt.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-30  Paolo Carlinidecl2.c (delete_sanity): Add location_t parameter and...
2019-12-20  Jakub Jelinekre PR c++/92965 ("note: 'x' is not public" emitted...
2019-12-18  Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-17  Jakub Jelinekre PR c++/59655 (incorrect diagnostic on templatized...
2019-12-11  Jason MerrillPR c++/92446 - deduction of class NTTP.
2019-12-09  Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-06  Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-12-05  Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-11-27  Jason MerrillImplement P1814R0, CTAD for alias templates.
2019-11-27  Jason MerrillFix constrained alias template transparency.
2019-11-27  Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-27  Andrew Suttonre PR c++/92236 ([concepts] Explain non-satisfaction...
2019-11-27  Andrew SuttonDiagnose certain constraint errors as hard errors,...
2019-11-27  Jason MerrillRemember the location of a variable template-id.
2019-11-22  Jakub Jelinekre PR c++/92458 (Constraints do not work with precompil...
2019-11-19  Andrew Suttonre PR c++/89913 (ICE with invalid using declaration)
2019-11-19  Andrew Suttonre PR c++/92078 (error: 'struct std::ptr<Iter>' redecla...
2019-11-19  Andrew SuttonSuppress diagnostics substituting into a requires-expre...
2019-11-15  Jason MerrillImplement P1816R0, class template argument deduction...
2019-11-14  Jakub Jelinekc-parser.c (c_parser_omp_context_selector): Don't requi...
2019-11-14  Jakub Jelinekomp-general.c (omp_context_name_list_prop): New function.
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-07  Jason MerrillImplement D1907R1 "structural type".
2019-11-07  Jason MerrillPR c++/92150 - partial specialization with class NTTP.
2019-11-07  Jason MerrillUse satisfaction with nested requirements.
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-05  Jason MerrillVarious small C++ changes.
2019-11-05  Jakub Jelinekdecl.c (omp_declare_variant_finalize_one): Call declare...
2019-10-31  Jeff Chapman IIPR c++/84810 - constraints on lambdas
2019-10-31  Jason MerrillPR c++/92268 - hard error satisfying return-type-requir...
2019-10-24  Nathan Sidwell[C++ PATCH] Template parm index fix
2019-10-24  Andrew SuttonFinish moving constraint and logic functionality of...
2019-10-21  Marek PolacekPR c++/92062 - ODR-use ignored for static member of...
2019-10-17  Paolo Carlinidecl.c (grokfndecl): Remove redundant use of in_system_...
2019-10-11  Marek PolacekPR c++/92049 - extra error with -fchecking=2.
2019-10-11  Paolo Carlinitypeck.c (cp_build_binary_op): Do not handle RROTATE_EX...
2019-10-09  Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-07  Paolo Carlinicall.c (resolve_args): Use cp_expr_loc_or_input_loc...
2019-10-02  Jason MerrillAdd some hash_map_safe_* functions like vec_safe_*.
2019-09-28  Marek PolacekPR c++/91923 - failure-to-SFINAE with class type NTTP...
2019-09-27  Jason Merrillcp-tree.h (class iloc_sentinel): New.
2019-09-23  Paolo Carlinipt.c (check_explicit_specialization): Use cp_expr_loc_o...
2019-09-16  Paolo Carlinidecl.c (grokdeclarator): Use declspecs->locations and...
2019-09-15  Marek PolacekPR c++/91740 - ICE with constexpr call and ?: in ARRAY_REF.
2019-09-15  Jason MerrillChange C++ to C comments.
2019-09-15  Nathan Sidwell[C++ PATCH] simplify clone predicate
2019-09-06  Martin LiskaRemove support for repo files (PR c++/91125).
2019-09-05  Marek PolacekPR c++/91644 - ICE with constinit in function template.
2019-09-04  Marek PolacekRemove -fdeduce-init-list.
2019-08-31  Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-29  Paolo Carlinidecl.c (check_var_type): Add location_t parameter and...
2019-08-28  Marek PolacekPR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-13  Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-08-07  Marek PolacekPR c++/91346 - Implement P1668R1, allow unevaluated...
2019-08-07  Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-06  Jason MerrillPR c++/91378 - ICE with noexcept and auto return type.
2019-08-06  Jakub Jelinektree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-08-05  Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-08-02  Marek PolacekPR c++/91230 - wrong error with __PRETTY_FUNCTION__...
2019-07-31  Jason MerrillPR c++/90538 - multiple expansions of capture packs
2019-07-20  Jason MerrillReduce memory consumption for push/pop_access_scope.
2019-07-20  Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-19  Jason MerrillPR c++/90101 - dependent class non-type parameter.
2019-07-19  Jason MerrillPR c++/90098 - partial specialization and class non...
2019-07-12  Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
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...
next