typeck2.c (build_functional_cast): Don't try to avoid calling build_value_init.
[gcc.git] / gcc / cp / pt.c
2011-08-23 Jason Merrilltypeck2.c (build_functional_cast): Don't try to avoid...
2011-08-23 Jason MerrillCore 975
2011-08-23 Jason Merrillre PR c++/50024 ([C++0x] [4.7 Regression] crash when...
2011-08-18 Dodji SeketeliPR c++/45625 - Template parm name doesn't hide outer...
2011-08-16 Jason Merrillre PR c++/50086 ([C++0x] Error on lookup of template...
2011-08-16 Jason Merrillpt.c (instantiate_class_template_1): If DECL_PRESERVE_P...
2011-08-05 Jason Merrill* pt.c (unify) [TEMPLATE_TYPE_PARM]: Allow VLA for...
2011-08-02 Jason Merrillre PR c++/49593 ([C++0x] cannot use T{t}... as pack...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-29 Jason Merrillre PR c++/49808 (GCC adds an address-of somewhere!)
2011-07-27 Jeffrey YasskinPropagate the source location of a template's function_...
2011-07-19 Jason Merrillre PR c++/49785 ([C++0x] ICE in coerce_template_parms)
2011-07-17 Jason Merrillpt.c (tinst_level_tick, [...]): Replace with last_error...
2011-07-17 Nathan Froydre PR c++/45329 (When printing a list of candidate...
2011-07-12 Diego Novilloname-lookup.h (cp_binding_level): Rename from cxx_scope.
2011-07-12 Jason Merrills/recurson/recursion/
2011-07-11 Jason Merrillre PR c++/49672 ([C++0x] Internal error when passing...
2011-07-11 Jason Merrillre PR c++/44609 (Invalid template code causes infinite...
2011-07-07 Jason Merrillre PR c++/49663 ([C++0x] ICE in lookup_base)
2011-07-06 Jason Merrillre PR c++/48157 (Unable to match function call to membe...
2011-07-04 Jason Merrillerror.c (dump_template_bindings): Don't print typenames...
2011-07-01 Jason Merrillre PR c++/48261 (internal compiler error: in lookup_tem...
2011-07-01 Jason Merrillre PR c++/48593 (Wrong return type when applying addres...
2011-07-01 Jason Merrillre PR c++/48883 (?: ternary operator fails in certain...
2011-07-01 Jason Merrill* pt.c (iterative_hash_template_arg): Use cp_tree_opera...
2011-06-29 Jason Merrillpt.c (tsubst_decl): In unevaluated operand, don't tsubs...
2011-06-29 Jason Merrillre PR c++/49554 ([C++0x] lambda capture causes "cannot...
2011-06-24 Jason Merrillre PR c++/35255 ([DR 115] gcc does not do partial order...
2011-06-23 Jason Merrillre PR c++/36435 (Partial ordering of explicit specializ...
2011-06-21 Jason Merrillcall.c (add_builtin_candidates): Use cv_unqualified...
2011-06-21 Jason Merrillre PR c++/48138 (__attribute__((aligned)) should give...
2011-06-20 Jason Merrillre PR c++/43321 ([c++0x] ICE on valid auto)
2011-06-17 Jason Merrillre PR c++/43912 ([C++0x] lambda debug info does not...
2011-06-17 Jason Merrillparser.c (cp_parser_lambda_expression): Clear LAMBDA_EX...
2011-06-17 Jason Merrillpt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.
2011-06-16 Jason Merrillre PR c++/49229 ([C++0x][SFINAE] ICE with variadics...
2011-06-15 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-15 Jason Merrillpt.c (deduction_tsubst_fntype): Don't save input_location.
2011-06-10 David Kraussre PR c++/49118 (Endless operator-> chain causes infini...
2011-06-10 Jason Merrill* pt.c (build_non_dependent_expr): Use fold_non_depende...
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-06-08 Jason Merrillpt.c (deduction_tsubst_fntype): Don't free the tinst...
2011-06-07 Jason Merrillre PR c++/48969 (ICE with -std=c++0x)
2011-06-07 Jason Merrillpt.c (deduction_tsubst_fntype): Use push_deduction_acce...
2011-06-01 Jason Merrillpt.c (build_non_dependent_expr): Remove special handlin...
2011-06-01 Jason Merrillre PR c++/44175 ([C++0x] decltype sometimes cannot...
2011-05-27 Jason Merrillre PR c++/47687 ([C++0x] Crash on a lambda returning...
2011-05-27 Jason Merrillre PR c++/49181 ([C++0x] Error reporting routines re...
2011-05-27 Jason Merrillre PR c++/47721 ([C++0x] Updated friendship rules?)
2011-05-27 Jason MerrillDR 1004
2011-05-27 Jason Merrillre PR c++/47956 ([C++0x] gcc accepts static data member...
2011-05-26 Jason Merrillre PR c++/48424 (C++0x parameter packs expansion problem)
2011-05-25 Jason Merrillre PR c++/45698 (C++0x Variadic Templates: Infinite...
2011-05-25 Jason Merrillre PR c++/46245 ([C++0x] rejects function with late...
2011-05-25 Jason Merrillre PR c++/45080 ([C++0x] Rejects lambda to function...
2011-05-25 Jason Merrillre PR c++/48292 ([C++0x] "sorry, unimplemented: use...
2011-05-24 Jason Merrillre PR c++/49042 ([C++0x] wrong "protected" when using...
2011-05-24 Jason Merrillre PR c++/48884 (decltype's operand doesn't consider...
2011-05-24 Jason Merrill* pt.c (tsubst_copy_and_build): Use current_class_name.
2011-05-23 Jason Merrillre PR c++/47544 ([C++0x] linker does not find =default...
2011-05-23 Jason Merrillre PR c++/48617 ([C++0x] Problem with non-type template...
2011-05-20 Jason Merrillre PR c++/24163 (dependent Base class scope examined...
2011-05-18 Jason Merrillre PR c++/48948 ([C++0x] constexpr friend function...
2011-05-16 Jason Merrillre PR c++/48969 (ICE with -std=c++0x)
2011-05-14 Ville VoutilainenImplement final on class.
2011-05-13 Jason Merrillre PR c++/48969 (ICE with -std=c++0x)
2011-05-11 Jason Merrillre PR c++/48948 ([C++0x] constexpr friend function...
2011-05-11 Jason Merrillpt.c (build_non_dependent_expr): Don't check null_ptr_c...
2011-05-11 Jason Merrillre PR c++/48745 ([C++0x] Segmentation fault with list...
2011-05-10 Jason Merrillre PR c++/48736 ([C++0x] ICE during list-initialization...
2011-05-10 Nathan Froydmark EXPR_PACK_EXPANSION as typed only
2011-05-06 Nathan Froydintroduce {class,type}_of_this_parm functions
2011-05-05 Jason Merrillcp-tree.h (REFERENCE_REF_P): Just check the type.
2011-05-02 Lawrence CrowlUpgrade the utility of timevars.
2011-04-27 Jason Merrillclass.c (resolve_address_of_overloaded_function): Don...
2011-04-26 Jason Merrillre PR c++/48530 ([C++0x][SFINAE] Hard errors with delet...
2011-04-25 Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-25 Jason Merrillre PR c++/48707 ([c++0x] ICE initializing static const...
2011-04-18 Jim Meyeringfix doubled-word typos in comments and strings: e.g...
2011-04-13 Jason Merrillpt.c (tsubst_copy_and_build): Don't complain about...
2011-04-11 Jason Merrillre PR c++/48535 ([C++0x][SFINAE] Hard errors during...
2011-04-08 Jason Merrillre PR c++/48481 (C++ overloading memory hog)
2011-04-08 Jason Merrillre PR c++/48451 ([C++0x][SFINAE] Failures with n-ary...
2011-04-07 Jason Merrillsemantics.c (finish_decltype_type): Add complain parm.
2011-03-30 Jason Merrillre PR c++/48265 ([C++0x] ICE: SIGSEGV (recursion in...
2011-03-29 Jason Merrillre PR c++/48319 ([C++0x] Segmentation fault in instanti...
2011-03-29 Jason Merrillre PR c++/48313 ([C++0x] std::bind with template function)
2011-03-25 Jason Merrillre PR c++/48289 (-pedantic breaks std::move)
2011-03-15 Jason Merrillpt.c (value_dependent_expression_p): Don't check value_...
2011-03-12 Jason Merrillre PR c++/47125 (ICE occurs in combination with partial...
2011-03-10 Jason Merrillre PR c++/48029 (ICE in finish_member_declaration(...
2011-03-09 Jason Merrillre PR c++/44629 (ICE in unify, at cp/pt.c:15155)
2011-03-08 Dodji Seketelire PR c++/47705 (internal compiler error: in convert_no...
2011-03-08 Jason Merrillre PR c++/47705 (internal compiler error: in convert_no...
2011-03-08 Jason Merrillre PR c++/45651 (ICE in import_export_decl, at cp/decl2...
2011-03-08 Jason Merrillre PR c++/48003 (Regression in Template Constants from...
2011-03-04 Jason Merrillre PR c++/47971 (ICE: in tsubst_copy, at cp/pt.c:11725...
2011-03-03 Paolo Carlinire PR c++/47974 (ICE: tree check: expected tree_vec...
2011-03-03 Jason Merrillre PR c++/47950 ([C++0x] Internal compiler error: non...
2011-02-27 Jason Merrillre PR c++/47904 (ICE with DECL_PARM_INDEX (this) in...
next