PR c++/79500 - ICE with non-template deduction guide
[gcc.git] / gcc / cp / pt.c
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
2016-11-14 Jakub JelinekImplement P0217R3 - C++17 structured bindings
2016-11-13 Jason MerrillDR 374 - specialization in outer namespace
2016-11-10 Jason MerrillPR c++/77337 - auto return and lambda
2016-11-09 Jason MerrillFix C++17 template placeholder for template template...
2016-11-09 Jason MerrillImplement P0127R2, Declaring non-type parameters with...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-07 Jason MerrillC++ cleanups before C++17 noexcept in types.
2016-11-07 Jason MerrillAdd template instantiations to the announce_function...
2016-11-04 Paolo Carlinire PR c++/67980 (left shift count is negative [-Wshift...
2016-11-02 Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-31 Jakub Jelinekre PR c++/77886 (-Wimplicit-fallthrough: breaks duff...
2016-10-25 Jakub Jelinekinternal-fn.def (LAUNDER): New internal function.
2016-10-21 Jason Merrillre PR c++/77656 (64-bit integral template parameter...
2016-10-13 Jason MerrillImplement P0386R2 - C++17 inline variables
2016-10-10 Jason MerrillC++17 class deduction issues
2016-10-07 Jakub JelinekImplement LWG2296 helper intrinsic c-family/
2016-10-05 Marek PolacekImplement P0305R1, Selection statements with initializer.
2016-10-05 Jason MerrillPR c++/77852 - class deduction from list-init
2016-10-04 Jason MerrillImplement P0091R2, Template argument deduction for...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-08-26 Jason MerrillPR c++/57728 - explicit instantiation and defaulted...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-10 Jason MerrillImplement C++17 constexpr if.
2016-08-09 Jason MerrillPR c++/68703 - bogus error with dependent vector length
2016-08-09 Jason MerrillImplement C++17 constexpr lambda.
2016-08-05 Nathan Sidwellre PR c++/68724 (ice in unify, at cp/pt.c:19902)
2016-08-04 Patrick PalkaFix ICE on invalid variable template instantiation...
2016-08-04 Jason MerrillPR c++/72415 - member template with fold-expression...
2016-08-04 Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-27 Jason MerrillPR c++/71747 - ICE with self-referential partial spec
2016-07-25 Jason MerrillPR c++/71837 - pack expansion in init-capture
2016-07-25 Jason MerrillPR c++/71833 - member template with two parameter packs
2016-07-24 Jason MerrillPR c++/71515 - typename in partial specialization
2016-07-24 Jason MerrillPR c++/70778 - member template template parameter
2016-07-24 Jason MerrillPR c++/71738 - nested template friend
2016-07-24 Jason MerrillPR c++/71748 - call to base destructor in template.
2016-07-22 Jason MerrillPR c++/71630 - extern variable template
2016-07-21 Andrew SuttonImproving concepts performance and diagnostics.
2016-07-20 Jason MerrillPR c++/67164 - clean up dead code
2016-07-18 Jakub Jelinekre PR c++/71826 (ICE on valid C++ code with ambiguous...
2016-07-15 Jason MerrillPR c++/71513 - alignas on member enum in template
2016-07-15 Jason MerrillPR c++/71711 - mangle C++1z fold-expressions.
2016-07-15 Jason MerrillPR c++/71718 - infinite recursion and alias template
2016-07-08 Jason MerrillUse lvalue_p instead of real_lvalue_p.
2016-06-21 Jason MerrillFix type_dependent_expression_p of member templates.
2016-06-14 Jason MerrillP0145R2: Refining Expression Order for C++.
2016-06-08 Paolo Carlinipt.c (tsubst, [...]): Don't delay checking the return...
2016-06-08 Jakub Jelinekre PR c++/71442 (r232569 breaks -Wunused-*)
2016-05-31 Jason Merrill* pt.c (instantiate_decl): Avoid recalculation.
2016-05-31 Jason MerrillPR c++/60095 - partial specialization of variable templates
2016-05-31 Jason MerrillPR c++/71227 - specializing hidden friend
2016-05-26 Patrick PalkaFix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
2016-05-24 Martin SeborPR c++/71147 - [6 Regression] Flexible array member...
2016-05-23 Jason MerrillPR c++/70735 - generic lambda and local static variable
2016-05-23 Paolo Carlinipt.c (check_for_bare_parameter_packs): Improve error...
2016-05-19 Marek Polacekre PR c++/71075 (Broken diagnostic: 'integer_cst' not...
next