]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
config-lang.in (gtfiles): Add cp/lex.c.
[thirdparty/gcc.git] / gcc / cp / pt.c
2017-06-30  Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-30  Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-30  Nathan Sidwellcall.c (build_new_method_call_1): Use constructo_name...
2017-06-29  Jason MerrillPR c++/81180 - ICE with C++17 deduction of member class...
2017-06-28  Jason MerrillPR c++/69300 - ICE with self-referential noexcept
2017-06-28  Jason MerrillPR c++/61022 - error with variadic template template...
2017-06-28  Jason MerrillPR c++/72801 - ICE with variadic partial specialization
2017-06-28  Jason MerrillPR c++/45976 - error with ::template in declarator.
2017-06-27  Nathan Sidwellpt.c (tsubst_decl <FUNCTION_DECL>): Move var decls...
2017-06-27  Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26  Jason MerrillPR c++/81215 - deduction failure with variadic TTP.
2017-06-23  Jason MerrillPR c++/79056 - C++17 ICE with invalid template syntax.
2017-06-22  Nathan SidwellReorder IDENTIFIER flags
2017-06-19  Jason MerrillPR c++/81073 - constexpr and static var in statement...
2017-06-19  Nathan Sidwellpt.c (coerce_template_parms): Fix indentation.
2017-06-17  Jason MerrillPR c++/81045 - Wrong type-dependence with auto return...
2017-06-17  Jason MerrillPR c++/81102 - Wrong error with partial specialization.
2017-06-17  Jason MerrillPR c++/80174 - ICE with partial specialization of membe...
2017-06-16  Nathan Sidwell* pt.c (tsubst_baselink): Fix & clarify formatting.
2017-06-16  Nathan SidwellMake keyed_classes a vector.
2017-06-11  Jason Merrilltree.h (id_equal): New.
2017-06-10  Jason MerrillMissing bits from N4268, constant evaluation for all...
2017-06-10  Jason MerrillOverhaul pointer-to-member conversion and template...
2017-06-09  Jason MerrillFix template argument of nullptr_t type.
2017-06-09  Jason MerrillFix array decay handling in constant expressions.
2017-06-09  Jason MerrillPR c++/80384 - ICE with dependent noexcept-specifier
2017-06-07  Jonathan WakelyPR c++/80990 use cv-qualifiers in class template argume...
2017-05-31  Jason MerrillPR c++/80840 - ICE with constexpr and reference
2017-05-30  Nathan Sidwellcp-tree.def (OVERLOAD): Fix comment.
2017-05-29  Nathan SidwellPR c++/80891 (#1,#5)
2017-05-29  Nathan SidwellPR c++/80891 (#1)
2017-05-29  Nathan SidwellPR c++/80891 (#3)
2017-05-26  Nathan Sidwellcp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
2017-05-26  Jakub Jelinekcp-tree.h (struct lang_decl_decomp): New type.
2017-05-25  Nathan SidwellKill OVL_CURRENT, OVL_NEXT.
2017-05-23  Jason MerrillPR c++/80396 - built-in for make_integer_sequence.
2017-05-23  Nathan Sidwellcp-tree.h (OVL_P): New.
2017-05-22  Nathan Sidwellname-lookup.h (parse_using_directive): Replace with ...
2017-05-19  Nathan Sidwellcall.c (add_list_candidates): Use OVL_FIRST.
2017-05-18  Nathan Sidwellcp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-18  Nathan Sidwellcp-tree.h (lookup_add): Swap args.
2017-05-17  Nathan Sidwellclass.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
2017-05-16  Nathan Sidwellcp-tree.h (OVL_NESTED_P, [...]): New.
2017-05-16  Nathan Sidwellcall.c (build_user_type_conversion_1): Use OVL_FIRST.
2017-05-16  Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-16  Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-16  Nathan Sidwellpt.c (tsubst_copy_and_build): Remove unnecessary COMPON...
2017-05-16  Nathan Sidwellcp-tree.h (SCOPE_DEPTH): New.
2017-05-11  Nathan Sidwellname-lookup.h (pushdecl): Add default friend parm.
2017-05-10  Nathan Sidwellpt.c (print_candidates_1): Separate TREE_LIST and OVERL...
2017-05-10  Nathan Sidwellcp-tree.h (build_new_function_call): Lose koenig_p...
2017-05-10  Jason MerrillHave other unify failure functions call unify_invalid.
2017-05-10  Jason MerrillCWG 1847 - Clarifying compatibility during partial...
2017-05-10  Jason Merrillpt.c (dependent_type_p): Make sure we aren't called...
2017-05-10  Jason MerrillPR c++/79549 - C++17 ICE with non-type auto template...
2017-05-10  Nathan Sidwellcp-tree.h (add_method, [...]): Change last arg to bool.
2017-05-09  Paolo Carlinire PR c++/80186 (ICE on C++ code with invalid construct...
2017-05-09  Jason MerrillPR c++/70167 - array prvalue treated as lvalue
2017-05-08  Nathan SidwellRevert _binding -> _value change.
2017-05-05  Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-05-04  Martin SeborPR translation/80280 - Missing closing quote (%>) c...
2017-05-04  Nathan SidwellMore global trees.
2017-05-02  Paolo Carlinipt.c (is_auto_or_concept): Remove.
2017-04-24  Volker Reicheltdecl.c (grokdeclarator): Use %qT instead of %<%T%> in
2017-04-17  Jason Merrill* pt.c (tsubst_init): Set TARGET_EXPR_DIRECT_INIT_P.
2017-04-11  Jakub Jelinekre PR c++/80370 (ICE when using structured bindings...
2017-04-09  Jason MerrillPR c++/80356 - ICE with reference to function template...
2017-04-09  Jason MerrillPR c++/80267 - ICE with nested capture of reference
2017-04-05  Jakub Jelinekre PR c++/80309 (ICE: canonical types differ for identi...
2017-04-03  Jonathan WakelyFix numerous typos in comments
2017-03-24  Jason MerrillPR c++/77339 - ICE with invalid use of alias template.
2017-03-23  Jason MerrillPR c++/80150 - ICE with overloaded variadic deduction.
2017-03-20  Jason MerrillPR c++/80096 - ICE with C++17 non-type auto.
2017-03-20  Jason MerrillPR c++/79640 - infinite recursion with generic lambda.
2017-03-10  Jason MerrillPR c++/79960 - alias templates and partial ordering
2017-03-06  Jason MerrillRevert "Allow deduction guides to look into primary...
2017-03-03  Jason MerrillUpdate overload resolution with deduction guides.
2017-03-03  Jason MerrillAllow deduction guides to look into primary template.
2017-03-02  Jason MerrillClass template argument deduction in new-expression
2017-02-28  Jason MerrillClass template argument deduction refinements
2017-02-27  Volker Reicheltinit.c: Include intl.h.
2017-02-23  Paolo Carlinire PR c++/79361 (ICE redefining a template function...
2017-02-22  Jason Merrill* pt.c (do_class_deduction): Handle 0 argument case.
2017-02-22  Marek Polacekre PR c++/79653 (ICE on invalid c++ code in cp_check_co...
2017-02-21  Jason MerrillPR c++/41727 - ICE with partial spec of partial instant...
2017-02-21  Jakub Jelinekre PR c++/79654 (ICE on invalid c++ code in register_dt...
2017-02-20  Jason MerrillPR c++/78282 - auto template and pack expansion
2017-02-20  Jason MerrillPR c++/79470 - partial ordering with reference parameters
2017-02-20  Jason MerrillPR c++/79500 - ICE with non-template deduction guide
2017-02-17  Jason MerrillPR c++/78690 - ICE with using and global type with...
2017-02-17  Jason MerrillPR c++/79549 - C++17 ICE with non-type auto template...
2017-02-17  Jason MerrillPR c++/79556 - C++17 ICE with non-type auto
2017-02-16  Jakub JelinekPR c++/79502 - lost nodiscard attribute
2017-02-10  Marek Polacekre PR c++/79435 (ICE on invalid C++ code (with member...
2017-02-10  Paolo Carlinire PR c++/71737 (ICE following 2x pack expansion in...
2017-02-09  Jakub Jelinekre PR c++/79143 ([new inheriting constructors] inheriti...
2017-02-09  Jason MerrillPR c++/79316 - default argument in deduction guide
2017-02-09  Chung-Lin Tanggimplify.c (gimplify_scan_omp_clauses): No special...
2017-02-06  Jakub Jelinekre PR c++/79372 (ICE on C++ code with illegal decomposi...
2017-02-03  Jason MerrillPR c++/79294 - ICE with invalid template argument
next