]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/pt.c
extend.texi (Java Exceptions): Remove.
[thirdparty/gcc.git] / gcc / cp / pt.c
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...
2016-05-19  Jason MerrillFix handling of non-dependent calls with default templa...
2016-05-18  Jason Merrillpt.c (value_dependent_expression_p): Tweak new cases...
2016-05-13  Jason MerrillFix type-dependence and the current instantiation.
2016-05-02  Cesar Philippidisc-common.h (enum c_omp_region_type): Define.
2016-04-26  Jakub Jelinekre PR bootstrap/70704 (AIX bootstrap comparison failure)
2016-04-19  Jason MerrillPR c++/66543 - -Wunused-but-set* false positives
2016-04-19  Jason MerrillTiny C++ cleanups.
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-15  Jason Merrillre PR c++/70505 (Constexpr failure when template type...
2016-04-14  Jason Merrillre PR c++/70543 (wrong non-const error for enable_if...
2016-04-13  Paolo Carlinire PR c++/70635 (ICE on (and rejects) valid code on...
2016-04-13  Jason Merrillre PR c++/70634 (ICE on valid code on x86_64-linux...
2016-04-13  Jason Merrillconstexpr.c (potential_nondependent_constant_expression...
2016-04-02  Jason Merrillre PR c++/70449 (ICE with -Wall on valid code on x86_64...
2016-03-28  Jason Merrillre PR bootstrap/70422 (Bootstrap comparison failure)
2016-03-25  Jason Merrillre PR c++/64266 (Can GCC produce local mergeable symbol...
2016-03-23  Patrick PalkaFix PR c++/70332 (ICE due to aggregate initialization...
2016-03-23  Marek Polacekre PR c++/69884 (warning: ignoring attributes on templa...
2016-03-22  Patrick PalkaFix PR c++/70096 (wrong code for pointer-to-member...
2016-03-15  Jason Merrillre PR c++/70095 ([C++14] Link error on partially specia...
2016-03-15  Jason Merrillre PR c++/70141 (template parameter not deducible in...
2016-03-08  Jason MerrillP0036R0: Unary Folds and Empty Parameter Packs
2016-03-07  Patrick PalkaAdjust fix for PR c++/66786
2016-03-05  Patrick PalkaFix PR c++/66786 (ICE with nested lambdas in variable...
2016-03-04  Jason Merrillpt.c (tsubst_copy_and_build): Get LAMBDA_EXPR_RETURN_TY...
2016-03-04  Jason Merrillre PR c++/67164 (ICE: tree check: expected class ‘expre...
2016-03-01  Patrick PalkaFix PR c++/69961 (invalid ctor call with dependent...
2016-02-26  Jason Merrillre PR c++/69958 (sizeof... computes wrong size)
2016-02-25  Patrick Palkare PR c++/69736 ("error: too few arguments to function...
2016-02-24  Jason MerrillPR c++/69323 - valid
2016-02-20  Jason Merrillre PR c++/69743 (function overload with variadic argume...
2016-02-19  Patrick PalkaAdjust fix PR c++/68948
2016-02-17  Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-15  Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-02-12  Patrick PalkaFix PR c++/69098 (bogus errors with static data member...
2016-02-11  Paolo Carlinire PR c++/68726 (ice: tree check: expected tree_vec...
2016-02-10  Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-02-05  Patrick PalkaFix PR c++/68948 (wrong code generation due to invalid...
2016-02-04  Martin SeborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-02-03  Patrick PalkaFix PR c++/69056 (argument pack deduction failure durin...
2016-01-31  Jason Merrillre PR c++/69009 (ICE in instantiate_decl, at cp/pt...
2016-01-31  Jason MerrillFix abi-tag17.C.
2016-01-24  Patrick PalkaRevert "Fix the remaining PR c++/24666 blockers"
2016-01-21  Jason Merrillre PR c++/43407 (Specifying visibility attribute of...
2016-01-19  Jason Merrillre PR c++/59759 (internal compiler error: in unify...
2016-01-19  Marek Polacekre PR c++/68965 (`-Wunused-parameter` is reported in...
2016-01-19  Patrick PalkaFix the remaining PR c++/24666 blockers (arrays decay...
2016-01-16  Patrick PalkaFix PR c++/69091 (ICE with operator overload having...
2016-01-12  Jakub Jelinekre PR c++/66808 (tree check fail in symbol_table::decl_...
2016-01-05  Nathan Sidwellre PR c++/58583 ([c++11] ICE with invalid non-static...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-23  Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-22  Patrick PalkaFix read of uninitialized value in make_pack_expansion()
2015-12-20  Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-12-16  Paolo Carlinipt.c (comp_template_args): Remove.
2015-12-16  Jason Merrillre PR c++/68309 (ICE: Segmentation fault)
2015-12-16  Jason Merrillre PR c++/63628 ([c++1y] cannot use decltype on capture...
2015-12-15  Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-12-14  Jason Merrillre PR c++/68309 (ICE: Segmentation fault)
2015-12-07  Jason Merrillre PR c++/68170 (Declaring friend template class templa...
2015-12-07  Jason MerrillFix memclass5.C, memfriend10.C, var-templ19.C with...
next