aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-20re PR c++/46394 ([C++0X] [4.6 Regression] no matching function with default t...Dodji Seketeli1-7/+39
2011-02-18re PR c++/47208 ([C++0x] ICE: in decl_constant_var_p, at cp/decl2.c:3563 with...Dodji Seketeli1-1/+5
2011-02-17re PR c++/47172 ([C++0x] cannot call member function without object)Dodji Seketeli1-2/+5
2011-02-16re PR c++/47326 ([C++0x] ICE in tsubst_copy (triggered by dependency of retur...Dodji Seketeli1-3/+10
2011-02-16re PR c++/47704 ([C++0x] Java-related error message when trying to instantiat...Jakub Jelinek1-0/+2
2011-02-11Revert "Fix PR c++/47172"Dodji Seketeli1-5/+2
2011-02-11re PR c++/47172 ([C++0x] cannot call member function without object)Dodji Seketeli1-2/+5
2011-01-29re PR preprocessor/47311 ([C++0x] ICE in tsubst @cp/pt.c:10502)Dodji Seketeli1-19/+17
2011-01-21re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill1-5/+6
2011-01-19re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek1-1/+1
2011-01-14re PR c++/47289 ([C++0x] ICE in tsubst_pack_expansion (triggered by decltype))Jason Merrill1-2/+2
2011-01-12cp-tree.h (begin_for_scope): New prototype.Rodrigo Rivas Costa1-2/+2
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