aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19re PR c++/49785 ([C++0x] ICE in coerce_template_parms)Jason Merrill1-9/+13
2011-07-16pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level.Jason Merrill1-9/+9
2011-07-16re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd1-182/+501
2011-07-12name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo1-1/+1
2011-07-12s/recurson/recursion/Jason Merrill1-2/+2
2011-07-11re PR c++/49672 ([C++0x] Internal error when passing variadic template args t...Jason Merrill1-18/+36
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill1-0/+39
2011-07-07re PR c++/49663 ([C++0x] ICE in lookup_base)Jason Merrill1-3/+9
2011-07-06re PR c++/48157 (Unable to match function call to member function template)Jason Merrill1-2/+6
2011-07-04error.c (dump_template_bindings): Don't print typenames for a partial instant...Jason Merrill1-1/+1
2011-07-01re PR c++/48261 (internal compiler error: in lookup_template_function, at cp/...Jason Merrill1-2/+6
2011-07-01re PR c++/48593 (Wrong return type when applying address operator to inherite...Jason Merrill1-1/+1
2011-07-01re PR c++/48883 (?: ternary operator fails in certain contexts - link error)Jason Merrill1-0/+1
2011-06-30* pt.c (iterative_hash_template_arg): Use cp_tree_operand_length.Jason Merrill1-1/+1
2011-06-29pt.c (tsubst_decl): In unevaluated operand, don't tsubst DECL_INITIAL unless ...Jason Merrill1-5/+4
2011-06-29re PR c++/49554 ([C++0x] lambda capture causes "cannot call member function ....Jason Merrill1-0/+2
2011-06-23re PR c++/35255 ([DR 115] gcc does not do partial ordering on overloaded addr...Jason Merrill1-1/+10
2011-06-23re PR c++/36435 (Partial ordering of explicit specialization should include r...Jason Merrill1-4/+4
2011-06-21call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...Jason Merrill1-1/+1
2011-06-20re PR c++/48138 (__attribute__((aligned)) should give an error when applied t...Jason Merrill1-4/+27
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill1-5/+11
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill1-1/+2
2011-06-17parser.c (cp_parser_lambda_expression): Clear LAMBDA_EXPR_THIS_CAPTURE after ...Jason Merrill1-2/+1
2011-06-17pt.c (tsubst_decl): Handle DECL_VALUE_EXPR on reference.Jason Merrill1-0/+5
2011-06-16re PR c++/49229 ([C++0x][SFINAE] ICE with variadics and depending non-type de...Jason Merrill1-0/+2
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-16/+38
2011-06-14pt.c (deduction_tsubst_fntype): Don't save input_location.Jason Merrill1-4/+0
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss1-1/+1
2011-06-09* pt.c (build_non_dependent_expr): Use fold_non_dependent_expr_sfinae.Jason Merrill1-1/+1
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-7/+76
2011-06-08pt.c (deduction_tsubst_fntype): Don't free the tinst entry if a pending_templ...Jason Merrill1-1/+4
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill1-124/+28
2011-06-07pt.c (deduction_tsubst_fntype): Use push_deduction_access_scope.Jason Merrill1-7/+11
2011-06-01pt.c (build_non_dependent_expr): Remove special handling of REFERENCE_REF_P.Jason Merrill1-6/+0
2011-06-01re PR c++/44175 ([C++0x] decltype sometimes cannot recurse)Jason Merrill1-1/+27
2011-05-27re PR c++/47687 ([C++0x] Crash on a lambda returning a lambda (using std::fun...Jason Merrill1-2/+9
2011-05-27re PR c++/49181 ([C++0x] Error reporting routines re-entered)Jason Merrill1-4/+4
2011-05-27re PR c++/47721 ([C++0x] Updated friendship rules?)Jason Merrill1-1/+2
2011-05-27DR 1004Jason Merrill1-1/+3
2011-05-27re PR c++/47956 ([C++0x] gcc accepts static data member declaration with init...Jason Merrill1-2/+0
2011-05-26re PR c++/48424 (C++0x parameter packs expansion problem)Jason Merrill1-3/+16
2011-05-25re PR c++/45698 (C++0x Variadic Templates: Infinite template recursion rather...Jason Merrill1-0/+3
2011-05-25re PR c++/46245 ([C++0x] rejects function with late-specified return type as ...Jason Merrill1-1/+6
2011-05-25re PR c++/45080 ([C++0x] Rejects lambda to function pointer conversion inside...Jason Merrill1-0/+3
2011-05-25re PR c++/48292 ([C++0x] "sorry, unimplemented: use of 'type_pack_expansion' ...Jason Merrill1-5/+10
2011-05-24re PR c++/49042 ([C++0x] wrong "protected" when using template and decltype)Jason Merrill1-4/+3
2011-05-24re PR c++/48884 (decltype's operand doesn't consider friend declaration)Jason Merrill1-3/+32
2011-05-23* pt.c (tsubst_copy_and_build): Use current_class_name.Jason Merrill1-2/+1
2011-05-23re PR c++/47544 ([C++0x] linker does not find =default constructor for explic...Jason Merrill1-1/+4
2011-05-23re PR c++/48617 ([C++0x] Problem with non-type template parameters and decltype)Jason Merrill1-0/+2