aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-18fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering1-1/+1
2011-04-13pt.c (tsubst_copy_and_build): Don't complain about unqualified lookup failing...Jason Merrill1-1/+2
2011-04-11re PR c++/48535 ([C++0x][SFINAE] Hard errors during list-value-initialization)Jason Merrill1-1/+1
2011-04-08re PR c++/48481 (C++ overloading memory hog)Jason Merrill1-4/+4
2011-04-07re PR c++/48451 ([C++0x][SFINAE] Failures with n-ary initialization expressio...Jason Merrill1-56/+62
2011-04-07semantics.c (finish_decltype_type): Add complain parm.Jason Merrill1-1/+1
2011-03-29re PR c++/48265 ([C++0x] ICE: SIGSEGV (recursion in value_dependent_expressio...Jason Merrill1-2/+2
2011-03-29re PR c++/48319 ([C++0x] Segmentation fault in instantiation of std::is_const...Jason Merrill1-0/+5
2011-03-28re PR c++/48313 ([C++0x] std::bind with template function)Jason Merrill1-1/+4
2011-03-25re PR c++/48289 (-pedantic breaks std::move)Jason Merrill1-15/+8
2011-03-15pt.c (value_dependent_expression_p): Don't check value_dependent_expression_p...Jason Merrill1-3/+1
2011-03-12re PR c++/47125 (ICE occurs in combination with partial specialization and in...Jason Merrill1-4/+14
2011-03-10re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expa...Jason Merrill1-7/+0
2011-03-09re PR c++/44629 (ICE in unify, at cp/pt.c:15155)Jason Merrill1-0/+3
2011-03-08re PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/...Dodji Seketeli1-15/+11
2011-03-08re PR c++/47705 (internal compiler error: in convert_nontype_argument, at cp/...Jason Merrill1-9/+14
2011-03-08re PR c++/45651 (ICE in import_export_decl, at cp/decl2.c:2344)Jason Merrill1-2/+7
2011-03-08re PR c++/48003 (Regression in Template Constants from 4.5.2)Jason Merrill1-4/+12
2011-03-04re PR c++/47971 (ICE: in tsubst_copy, at cp/pt.c:11725 on valid code)Jason Merrill1-2/+4
2011-03-03re PR c++/47974 (ICE: tree check: expected tree_vec, have error_mark in tsubs...Paolo Carlini1-3/+8
2011-03-03re PR c++/47950 ([C++0x] Internal compiler error: non-dependent declaration a...Jason Merrill1-1/+5
2011-02-27re PR c++/47904 (ICE with DECL_PARM_INDEX (this) in cp_tree_equal)Jason Merrill1-1/+4
2011-02-25parser.c (cp_parser_constant_expression): Set non_integral_constant_expressio...Jason Merrill1-0/+1
2011-02-23re PR c++/47833 (ICE during GC in gt_ggc_mx_pending_template)Jakub Jelinek1-1/+1
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