PR c++/80891 (#1)
[gcc.git] / gcc / cp / pt.c
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
2017-01-31 Nathan Sidwellre PR c++/67273 (Incorrect -Wshadow warning with generi...
2017-01-31 Nathan Sidwellcp-tree.h (instantiate_decl): Make defer_ok bool.
2017-01-27 Jason MerrillPR c++/78771 - ICE with inherited constructor.
2017-01-26 Jakub Jelinekre PR c++/68727 (invalid offsetof expressions accepted)
2017-01-23 Nathan SidwellPR c++/71710 - template using directive of field
2017-01-20 Jason MerrillUS 20 - forwarding references and class template argume...
2017-01-20 Jason MerrillUS 19 - deduction guides and constructors
2017-01-18 Jason MerrillPR c++/68666 - member variable template-id
2017-01-18 Jason MerrillPR c++/78894 - ICE with class deduction and default arg
2017-01-17 Nathan Sidwellre PR c++/61636 (generic lambda: segfault / "cannot...
2017-01-09 Jason MerrillImplement P0195R2, C++17 variadic using.
2017-01-05 Nathan Sidwellre PR c++/78765 (ICE on invalid C++ code on x86_64...
2017-01-04 Nathan Sidwellre PR c++/66735 ([C++14] lambda init-capture fails...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-22 Jason MerrillPR c++/78906 - ICE with member variable template
2016-12-22 Jason MerrillPR c++/78898 - ICE on constructor with TTP
2016-12-21 Jason MerrillImplement P0522R0, matching of template template arguments.
2016-12-21 Jason MerrillPR c++/42329 - deducing base template for template...
2016-12-21 Jason MerrillFix handling of explicit function template arguments...
2016-12-21 Jason MerrillCheck that a partial specialization is more specialized.
2016-12-21 Jason MerrillFixes for P0127R2 implementation.
2016-12-15 Nathan Sidwellre PR c++/77585 (g++ incorrectly decides that member...
2016-12-15 Martin SeborPR c++/78774 - [6/7 Regression] ICE in constexpr string...
2016-12-14 Nathan Sidwellre PR c++/78701 (ICE: unexpected expression N of kind...
2016-12-13 Nathan Sidwellre PR c++/69481 (ICE with C++11 alias using with templates)
2016-12-07 Nathan Sidwellpt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>): Simplify...
2016-12-07 Nathan Sidwellcp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIE...
2016-12-02 Jakub Jelinekre PR c++/78649 (ICE on invalid C++ code on x86_64...
2016-11-23 Jakub Jelinekre PR c++/71450 (ICE on invalid C++11 code on x86_64...
2016-11-18 Richard SandifordAdd SET_DECL_MODE
next