aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-16c.opt: Add -Wnoexcept.Jason Merrill1-1/+1
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-5/+5
2010-06-09call.c (build_call_n): Call XALLOCAVEC instead of alloca.Nathan Froyd1-6/+5
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-06-07revert: pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIA...Jason Merrill1-4/+3
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill1-5/+3
2010-06-07pt.c (lookup_template_class): Don't mess with DECL_TEMPLATE_INSTANTIATIONS ex...Jason Merrill1-3/+4
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1