OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / cp / pt.c
2011-12-19 paolo/cp
2011-12-19 jason PR c++/51530
2011-12-14 dodjiPR c++/51476 - ICE on PTRMEM_CST as template argument...
2011-12-12 torvaldSupport noexcept-specifications for transaction stateme...
2011-12-12 torvaldAdd condition to MUST_NOT_THROW_EXPR.
2011-12-09 dodjiPR c++/51289 - ICE with alias template for bound templa...
2011-12-08 jason PR c++/51459
2011-12-06 jakub PR c++/51430
2011-12-01 paolo/cp
2011-11-25 paolo/cp
2011-11-21 torvaldFix instantiation of transaction expressions.
2011-11-21 jason * pt.c (tsubst_pack_expansion): Fix SFINAE.
2011-11-21 jason PR c++/48322
2011-11-21 jason * pt.c (type_unification_real): Set input_location
2011-11-20 paolo/cp
2011-11-20 dodjiPR c++/51194 - ICE with invalid alias template
2011-11-18 paolo/cp
2011-11-18 dodjiPR c++/51191 - ICE on alias of alias template instantiation
2011-11-11 jason PR c++/50372
2011-11-10 paolo/cp
2011-11-09 jason PR c++/50972
2011-11-09 jason * pt.c (invalid_nontype_parm_type_p): Avoid printing...
2011-11-09 jason * pt.c (convert_nontype_argument): Only integral arguments
2011-11-09 paolo/cp
2011-11-08 aldyhMerge from transactional-memory branch.
2011-11-08 jason PR c++/50848
2011-11-07 jason PR c++/50870
2011-11-07 paolo2011-11-07 Paolo Carlini <paolo.carlini@oracle.com>
2011-11-07 dodjiPR c++/45114 - Support C++11 alias-declaration
2011-11-07 jason PR c++/35688
2011-10-31 jason PR c++/50920
2011-10-29 paolo2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
2011-10-28 paolo2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
2011-10-28 paolo/cp
2011-10-26 paolo2011-10-26 Paolo Carlini <paolo.carlini@oracle.com>
2011-10-25 paolo/cp
2011-10-18 jason PR c++/50531
2011-10-18 bkoz2011-10-17 Michael Spertus <mike_spertus@symantec...
2011-10-14 jason * pt.c (tsubst_decl) [FIELD_DECL]: Use void_zero_node
2011-10-13 jason PR c++/50614
2011-10-13 jason PR c++/50437
2011-10-11 jason PR c++/49855
2011-10-11 paolo2011-10-11 Paolo Carlini <paolo.carlini@oracle.com>
2011-10-09 jakub * pt.c (reregister_specialization): Use htab_find...
2011-10-03 jason * pt.c (tsubst_pack_expansion): Re-use ARGUMENT_PACK_S...
2011-10-02 jason PR c++/35722
2011-09-27 jason PR c++/45102
2011-09-26 jason * pt.c (tsubst_copy) [PARM_DECL]: Handle 'this' in...
2011-09-26 paolo/cp
2011-09-25 jason * init.c (perform_member_init): Instantiate NSDMI...
2011-09-22 paolo/cp
2011-09-14 paolo/cp
2011-09-13 dodjic++/48320 - Template parameter packs cannot be expanded...
2011-09-12 jason * pt.c (type_unification_real): Fix handling of DEDUCE...
2011-09-07 jason * pt.c (type_unification_real): Correct complain arg...
2011-09-07 jason * pt.c (tsubst_aggr_type): Check TYPE_P before tsubsting.
2011-08-28 jason Core DR 342
2011-08-23 jason * typeck2.c (build_functional_cast): Don't try to...
2011-08-23 jason Core 975
2011-08-23 jason PR c++/50024
2011-08-18 dodjiPR c++/45625 - Template parm name doesn't hide outer...
2011-08-16 jason PR c++/50086
2011-08-16 jason * pt.c (instantiate_class_template_1): If DECL_PRESERV...
2011-08-05 jason * pt.c (unify) [TEMPLATE_TYPE_PARM]: Allow VLA for...
2011-08-02 jason PR c++/49593
2011-08-02 jakubMerge from gomp-3_1-branch branch:
2011-07-29 jason PR c++/49808
2011-07-27 jyasskinPropagate the source location of a template's function_...
2011-07-19 jason PR c++/49785
2011-07-17 jasongcc/cp/
2011-07-17 jason PR c++/45329
2011-07-12 dnovillo * name-lookup.h (cp_binding_level): Rename from cxx_scope.
2011-07-12 jasons/recurson/recursion/
2011-07-11 jason PR c++/49672
2011-07-11 jason PR c++/44609
2011-07-07 jason PR c++/49663
2011-07-06 jason PR c++/48157
2011-07-04 jason * error.c (dump_template_bindings): Don't print typenames
2011-07-01 jason PR c++/48261
2011-07-01 jason PR c++/48593
2011-07-01 jason PR c++/48883
2011-07-01 jason * pt.c (iterative_hash_template_arg): Use cp_tree_oper...
2011-06-29 jason * pt.c (tsubst_decl) [VAR_DECL]: In unevaluated operand,
2011-06-29 jason PR c++/49554
2011-06-24 jason PR c++/35255
2011-06-23 jason PR c++/36435
2011-06-21 jason * call.c (add_builtin_candidates): Use cv_unqualified...
2011-06-21 jason PR c++/48138
2011-06-20 jason PR c++/43321
2011-06-17 jason PR c++/43912
2011-06-17 jason * parser.c (cp_parser_lambda_expression): Clear
2011-06-17 jason * pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.
2011-06-16 jason PR c++/49229
2011-06-15 jason PR c++/49107
2011-06-15 jason * pt.c (deduction_tsubst_fntype): Don't save input_loc...
2011-06-10 jason PR c++/49118
2011-06-10 jason * pt.c (build_non_dependent_expr): Use fold_non_depend...
2011-06-08 jason PR c++/49107
2011-06-08 jason * pt.c (deduction_tsubst_fntype): Don't free the tinst...
2011-06-07 jason PR c++/48969
next