* pt.c (lookup_template_class_1): Use coerce_innermost_template_parms.
[gcc.git] / gcc / cp / pt.c
2015-04-14 Jason Merrill* pt.c (lookup_template_class_1): Use coerce_innermost_...
2015-04-01 Paolo Carlinire PR c++/56100 (spurious -Wshadow warning with local...
2015-03-24 Jason Merrillre PR c++/65498 (ICE in cxx_eval_call_expression when...
2015-03-10 Jason Merrillre PR c++/65333 (error: incomplete type used in nested...
2015-02-13 Jason Merrillre PR c++/65054 (internal compiler error: in maybe_cons...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-27 Jason Merrillre PR c++/63889 (Ice with redundant static in class...
2015-01-16 Paolo Carlinire PR c++/58614 ([c++11] ICE with undeclared variable...
2015-01-13 Jason Merrillre PR c++/64514 (Error in template instantiation in...
2015-01-13 Jason Merrillre PR c++/64520 (ICE with std::initializer_list)
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-06 Jason Merrillre PR c++/64455 (A constexpr variable template can...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-25 Jason Merrillpt.c (check_default_tmpl_args): Uses the parameter...
2014-12-21 Jason Merrillre PR c++/64359 (alias_template_specialization_p &...
2014-12-19 Kai Tietzre PR c++/61198 (Crash when selecting specializations...
2014-12-18 Jason Merrillre PR c++/64352 (No SFINAE with deleted function)
2014-12-18 Paolo Carlinire PR c++/60955 (Erroneous warning about taking address...
2014-12-12 Jason Merrillpt.c (do_auto_deduction): In direct-init context, ...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-11-26 Jason MerrillAllow partial specialization of variable templates.
2014-11-25 Jason Merrill* pt.c (lookup_template_variable): Always unknown_type_...
2014-11-21 Jason Merrillre PR c++/63588 (ICE (segfault) on arm-linux-gnueabihf)
2014-11-21 Jason Merrillre PR c++/63658 (Using class reference as template...
2014-11-20 Jason Merrillre PR c++/56041 (Constexpr conversion function definiti...
2014-11-19 Jason Merrillre PR c++/57979 (G++ accepts constant expression define...
2014-11-18 Jason Merrill* pt.c (instantiate_template_1): Use tsubst_aggr_type...
2014-11-17 Jason Merrillre PR c++/50473 ([C++0x] ICE in type_has_nontrivial_cop...
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-11-12 Paolo CarliniDR 1510 PR c++/60420
2014-11-11 Paolo Carlinire PR c++/63265 (Constexpr variables can trigger spurio...
2014-11-08 Jason MerrillDR 1558
2014-10-15 Jason Merrillre PR c++/63528 (A variadic variable template cannot...
2014-10-13 H.J. LuCast size and elements to long for %l
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-10-10 Jason Merrillre PR c++/63207 (ICE in expand_expr_real_l when instant...
2014-10-09 Jason Merrillre PR c++/63415 (internal compiler error: unexpected...
2014-10-08 Jason Merrillre PR c++/63405 (ICE in cp_perform_integral_promotions...
2014-10-02 Paolo Carlinire PR c++/53025 ([C++11] noexcept operator depends...
2014-10-01 Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-30 Paolo Carlinire PR c++/16564 (g++ seems to go into an infinite loop...
2014-09-22 Paolo Carlinire PR c++/62219 ([c++11] Spurious error for lambda...
2014-09-18 Jakub Jelinekre PR c++/63248 (Crash when OpenMP target's array secti...
2014-09-16 Jason Merrillpt.c (lookup_template_class_1): Splice out abi_tag...
2014-09-12 Jason Merrillre PR c++/63201 (Full specialization of a member variab...
2014-09-11 Jason Merrillre PR c++/63139 (Class-scope typedef overwrites typedef...
2014-09-10 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-09-09 Jason Merrilltypeck.c (build_class_member_access_expr): Move -Winval...
2014-09-09 Jason Merrillre PR c++/62255 (Introducing an unrelated template...
2014-09-02 Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-26 Jason Merrillre PR middle-end/58624 (gcc internal compiler error...
2014-08-26 Jason Merrillpt.c (check_explicit_specialization): Don't complain...
2014-08-25 Jason Merrilldecl.c (start_decl): Look through member variable template.
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-23 Jason MerrillAllow non-constexpr variable templates.
2014-08-15 Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-08-15 Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-08-15 Paolo Carlinire PR c++/62072 (No SFINAE performed for function type)
2014-08-14 Paolo Carlinire PR c++/54377 (Consider default arguments in "wrong...
2014-08-13 Andrew Suttonpt.c (lookup_template_variable): Make dependent variabl...
2014-08-12 Ville VoutilainenReject virt-specifiers on friends and member templates
2014-08-08 Jason Merrill* pt.c (lookup_template_class_1): Copy abi_tag.
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-07 Trevor Saundersconvert the rest of the users of pointer_map to hash_map
2014-08-07 Jason Merrillpt.c (check_explicit_specialization): Don't test DECL_D...
2014-08-05 Braden ObrzutImplement constexpr variable templates
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-08-01 Paolo Carlinipt.c (lookup_template_class_1): Use DECL_TYPE_TEMPLATE_P.
2014-07-30 Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-30 Paolo Carlinire PR c++/57397 (Off-by-one error in diagnostic when...
2014-07-30 Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-14 Jason Merrillre PR c++/61445 ([C++11] ice in instantiate_decl at...
2014-07-09 Paolo CarliniDR 1584 PR c++/57466
2014-07-02 Paolo Carlinipt.c (convert_template_argument): Use inform instead...
2014-06-30 Jason Merrillre PR c++/61647 (internal compiler error: in push_acces...
2014-06-30 Jason Merrilldecl.c (build_ptrmemfunc_type): Don't give a PMF RECORD...
2014-06-30 Jason Merrillre PR c++/61539 (ICE: in unify_one_argument, at cp...
2014-06-18 Jason Merrillre PR c++/61507 (GCC does not compile function with...
2014-06-17 Jason Merrillre PR c++/60605 (incorrect diagosis of default template...
2014-06-16 Jason Merrillre PR c++/61488 (Regression in template argument substi...
2014-06-03 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-06-03 Jason Merrillre PR c++/61134 ([C++11] bogus "no matching function...
2014-06-03 Paolo Carlinipt.c (tsubst_function_type): Initialize arg_types.
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-30 Jason Merrillre PR c++/56947 (Bogus 'XX' was not declared in this...
2014-05-30 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-05-28 Jason Merrillpt.c (tsubst): Check for array of array of unknown...
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-20 Richard Sandifordre PR bootstrap/61210 (bootstrap failure with clang)
2014-05-19 Jason Merrillre PR c++/58761 (ICE with a lambda capturing this in...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-09 Paolo Carlinipt.c (convert_nontype_argument_function): Add tsubst_fl...
2014-05-07 Paolo Carlinire PR c++/61083 ([C++11] Ambiguous member pointer resul...
2014-05-07 Paolo Carlinire PR c++/61080 (Spurious no return statement warning...
2014-05-06 Paolo Carlinire PR c++/60999 (ICE when static_cast from constexpr...
2014-05-03 Paolo Carlinire PR c++/58582 ([c++11] ICE defining and instantiating...
2014-05-02 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-04-14 Paolo Carlinipt.c (mark_template_parm): Use template_parm_level_and_...
2014-04-09 Fabien Chênept.c (check_template_variable): Check for the return...
next