aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-07re PR c++/47022 (ICE: in tsubst_copy, at cp/pt.c:11682)Jakub Jelinek1-2/+1
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-1/+1
2010-12-18pt.c (most_specialized_class): Use ngettext to determine "candidates are:" / ...Joseph Myers1-1/+1
2010-12-17re PR c++/46670 (ICE in dependent_type_p, at cp/pt.c:17553)Jason Merrill1-0/+4
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-11-24Propagate the source location from a template function's definition toJeffrey Yasskin1-0/+2
2010-11-13decl.c (cp_finish_decl): Use resolve_nondeduced_context for auto.Jason Merrill1-6/+15
2010-11-11re PR c++/46420 ([C++0X][4.6 regression] ICE: in tsubst_copy, at cp/pt.c:11677)Jason Merrill1-0/+7
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-05re PR c++/46304 (g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770)Jason Merrill1-0/+1
2010-11-03Remove unused tf_no_class_instantiations enum memberDodji Seketeli1-2/+1
2010-11-02Fix PR c++/46170, c++/46162Dodji Seketeli1-6/+10
2010-11-02Restore canonical type comparison for dependent type(def)sDodji Seketeli1-85/+447
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-79/+71
2010-11-01semantics.c (constexpr_call): New datatype.Gabriel Dos Reis1-2/+1
2010-11-01decl2.c (decl_constant_var_p): New fn.Jason Merrill1-2/+8
2010-10-27call.c (build_integral_nontype_arg_conv): New.Jason Merrill1-12/+9
2010-10-26revert: pt.c (lookup_template_class): push_tinst_level around call to coerce_...Jason Merrill1-11/+7
2010-10-26pt.c (lookup_template_class): push_tinst_level around call to coerce_template...Jason Merrill1-7/+11
2010-10-26Implement opaque-enum-specifiers for C++0x.Rodrigo Rivas Costa1-6/+23
2010-10-22re PR c++/46129 (ICE: in tsubst_copy, at cp/pt.c:11375)Jason Merrill1-11/+6
2010-10-19re PR c++/46046 (internal compiler error with SFINAE expression in a template...Paolo Carlini1-1/+4
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+1
2010-10-13re PR c++/45984 (ICE: canonical types differ for identical types)Jason Merrill1-0/+1
2010-10-11pt.c (tsubst_default_argument): Handle DEFAULT_ARG.Jason Merrill1-68/+59
2010-10-11re PR lto/45959 (ICE: tree code 'template_type_parm' is not supported in gimp...Jason Merrill1-0/+11
2010-10-07In gcc/testsuite/: 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+8
2010-10-06In gcc/cp/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+13
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-9/+9
2010-09-24decl.c (compute_array_index_type): Remember type dependence of array bound.Jason Merrill1-9/+4
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-2/+16
2010-09-09re PR c++/45588 (unused-but-set-variable false trigger building gold)Jakub Jelinek1-0/+1
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-1/+2
2010-09-06pt.c (fold_non_dependent_expr_sfinae): Split out from...Jason Merrill1-16/+29
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-13/+8
2010-08-09re PR c++/45236 ([C++0x] Can't access nested type of a partial class speciali...Jason Merrill1-5/+10
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-1/+2
2010-07-27pt.c (tsubst_expr): Handle getting an AGGR_INIT_EXPR from build_value_init.Jason Merrill1-8/+12
2010-07-20re PR c++/44641 (Generated constructors and destructors get wrong debug locat...Jeffrey Yasskin1-1/+2
2010-07-20re PR c++/44967 ([C++0x] decltype of method call dependent on pack expansion ...Jason Merrill1-16/+16
2010-07-20re PR c++/44967 ([C++0x] decltype of method call dependent on pack expansion ...Jason Merrill1-4/+13
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Jason Merrill1-22/+34
2010-07-16re PR c++/32505 (Partial specialization halfway accepted after instantiation)Jason Merrill1-3/+22
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-24/+24
2010-07-06re PR c++/44778 (? Behaviour change with pointers to members)Jason Merrill1-2/+7
2010-07-05pt.c (tsubst): Early declare code = TREE_CODE (t) and use it throughout.Paolo Carlini1-25/+20
2010-07-02re PR c++/44039 (ICE: Segmentation fault on error recovery)Paolo Carlini1-0/+2
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-4/+4
2010-06-29pt.c (dependent_scope_ref_p): Remove.Jason Merrill1-40/+21
2010-06-29re PR c++/44587 (ICE in instantiate_decl)Jason Merrill1-1/+47