summaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-311-1/+1
* 2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-10-291-5/+7
* pt.c (unify_pack_expansion): Initialize bad_old_arg and bad_new_arg.Paolo Carlini2011-10-281-1/+1
* re PR c++/50864 (ICE with decltype and "declval" from another namespace)Paolo Carlini2011-10-281-7/+5
* re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini2011-10-261-5/+5
* re PR c++/50858 (segfault at ../../gcc/libiberty/hashtab.c:981)Paolo Carlini2011-10-251-0/+3
* re PR c++/50531 ([C++0x] ICE on defaulted template destructor)Jason Merrill2011-10-181-0/+2
* [multiple changes]Benjamin Kosnik2011-10-181-0/+12
* pt.c (tsubst_decl): Use void_zero_node instead of error_mark_node as a placeh...Jason Merrill2011-10-141-2/+2
* re PR c++/50614 ([C++0x] ICE: tree check: expected field_decl, have identifie...Jason Merrill2011-10-131-0/+10
* re PR c++/50437 ([C++0x] [4.7 regression] ICE for trivial use of lambda in te...Jason Merrill2011-10-131-2/+2
* re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)Jason Merrill2011-10-111-1/+23
* re PR c++/50611 (Error reporting routines re-entered)Paolo Carlini2011-10-111-1/+5
* pt.c (reregister_specialization): Use htab_find instead of htab_find_slot wit...Jakub Jelinek2011-10-091-21/+24
* pt.c (tsubst_pack_expansion): Re-use ARGUMENT_PACK_SELECTs.Jason Merrill2011-10-031-21/+28
* re PR c++/35722 ([C++0x] Variadic templates expansion into non-variadic class...Jason Merrill2011-10-021-317/+289
* re PR c++/45012 (Invalid ambiguity on partial class specialization matching)Jason Merrill2011-09-261-1/+1
* * pt.c (tsubst_copy) [PARM_DECL]: Handle 'this' in NSDMI.Jason Merrill2011-09-261-0/+7
* pt.c (convert_nontype_argument): Handle NULLPTR_TYPE.Paolo Carlini2011-09-261-0/+10
* init.c (perform_member_init): Instantiate NSDMI here.Jason Merrill2011-09-241-5/+8
* re PR c++/50371 ([C++0x] std::nullptr_t rejected as non-type template-parameter)Paolo Carlini2011-09-221-0/+2
* re PR c++/50391 ([C++0x] ICE on invalid code, pair with incomplete type)Paolo Carlini2011-09-141-1/+1
* c++/48320 - Template parameter packs cannot be expanded in default template a...Dodji Seketeli2011-09-131-47/+68
* pt.c (type_unification_real): Fix handling of DEDUCE_CONV with no deducible t...Jason Merrill2011-09-121-4/+12
* pt.c (type_unification_real): Correct complain arg for tsubsting default temp...Jason Merrill2011-09-071-5/+6
* * pt.c (tsubst_aggr_type): Check TYPE_P before tsubsting.Jason Merrill2011-09-071-3/+2
* Core DR 342 PR c++/48582Jason Merrill2011-08-281-0/+19
* typeck2.c (build_functional_cast): Don't try to avoid calling build_value_init.Jason Merrill2011-08-231-10/+0
* Core 975Jason Merrill2011-08-231-8/+23
* re PR c++/50024 ([C++0x] [4.7 Regression] crash when using braced initializat...Jason Merrill2011-08-231-0/+4
* PR c++/45625 - Template parm name doesn't hide outer class scope's member nameDodji Seketeli2011-08-181-2/+7
* re PR c++/50086 ([C++0x] Error on lookup of template function address with va...Jason Merrill2011-08-161-20/+13
* pt.c (instantiate_class_template_1): If DECL_PRESERVE_P is set on a member fu...Jason Merrill2011-08-161-0/+6
* * pt.c (unify) [TEMPLATE_TYPE_PARM]: Allow VLA for C++0x 'auto'.Jason Merrill2011-08-051-4/+5
* re PR c++/49593 ([C++0x] cannot use T{t}... as pack expansion)Jason Merrill2011-08-021-0/+1
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-6/+52
* re PR c++/49808 (GCC adds an address-of somewhere!)Jason Merrill2011-07-291-21/+29
* Propagate the source location of a template's function_decl to the template_d...Jeffrey Yasskin2011-07-271-0/+1
* re PR c++/49785 ([C++0x] ICE in coerce_template_parms)Jason Merrill2011-07-191-9/+13
* pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill2011-07-161-9/+9
* re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd2011-07-161-182/+501
* name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo2011-07-121-1/+1
* s/recurson/recursion/Jason Merrill2011-07-121-2/+2
* re PR c++/49672 ([C++0x] Internal error when passing variadic template args t...Jason Merrill2011-07-111-18/+36
* re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill2011-07-111-0/+39
* re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill2011-07-071-3/+9
* re PR c++/48157 (Unable to match function call to member function template)Jason Merrill2011-07-061-2/+6
* error.c (dump_template_bindings): Don't print typenames for a partial instant...Jason Merrill2011-07-041-1/+1
* re PR c++/48261 (internal compiler error: in lookup_template_function, at cp/...Jason Merrill2011-07-011-2/+6
* re PR c++/48593 (Wrong return type when applying address operator to inherite...Jason Merrill2011-07-011-1/+1