aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-10/+9
2010-05-17call.c (struct z_candidate): Add explicit_targs field.Jason Merrill1-1/+6
2010-05-17re PR c++/44157 ([C++0x] GCC wrongly takes a std::initializer_list argument a...Jason Merrill1-4/+4
2010-05-17re PR c++/44158 ([C++0x] wrong overload resolution for copy-initialization fr...Jason Merrill1-2/+4
2010-05-14call.c (build_new_method_call): Change warning text.Jonathan Wakely1-2/+2
2010-05-13typeck.c (cp_build_array_ref): Factor out from...Jason Merrill1-1/+1
2010-05-13typeck.c (build_array_ref): Take complain parm.Jason Merrill1-1/+1
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-5/+5
2010-05-12re PR c++/20669 (Template candidates not listed in error message.)Jason Merrill1-11/+19
2010-05-12cp-tree.h (LOOKUP_LIST_ONLY): New.Jason Merrill1-24/+72
2010-05-12call.c (add_candidates): Distinguish between type(x) and x.operator type().Jason Merrill1-1/+14
2010-05-12call.c (add_candidates): Add first_arg and return_type parms.Jason Merrill1-215/+143
2010-05-06Add support for C++0x nullptr.Jason Merrill1-9/+20
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-1/+7
2010-05-05re PR c++/43787 (memory copy of empty class (sizeof is one))Jason Merrill1-13/+1
2010-05-04re PR c++/43705 (ICE: SIGSEGV with template specialization in non-namespace s...Paolo Carlini1-1/+1
2010-04-27re PR c++/41468 (SFINAE for expressions doesn't consider ambiguous conversion...Jason Merrill1-0/+2
2010-04-27re PR c++/41468 (SFINAE for expressions doesn't consider ambiguous conversion...Jason Merrill1-4/+4
2010-04-13call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of CLASS_TYPE_P.Jason Merrill1-1/+1
2010-04-12* call.c (type_decays_to): Call cv_unqualified for non-class type.Jason Merrill1-0/+2
2010-04-01decl.c (next_initializable_field): No longer static.Jason Merrill1-4/+8
2010-03-23Make lambda conversion op and op() non-static.Jason Merrill1-19/+5
2010-02-20re PR c++/35669 (NULL (__null) not considered different from 0 with C++)Manuel López-Ibáñez1-6/+8
2010-02-17re PR c++/43075 (20_util/bind/ref2.cc FAILs)Jason Merrill1-2/+22
2010-01-14re PR c++/42701 (ICE on error recovery)Jason Merrill1-3/+2
2010-01-14re PR c++/42655 (! causes the qualified types for rvalue)Jason Merrill1-1/+1
2010-01-05pt.c (unify_pack_expansion): Handle deduction from init-list.Jason Merrill1-1/+5
2009-12-23re PR c++/42260 (ICE looking up template conversion operator)Dodji Seketeli1-4/+6
2009-12-18re PR c++/42415 (Bad assembly generated for constructor call)Jason Merrill1-1/+19
2009-12-17call.c (build_over_call, [...]): Update cp_build_indirect_ref calls.Shujing Zhao1-2/+2
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-8/+8
2009-12-15[multiple changes]Paolo Bonzini1-17/+7
2009-12-02re PR c++/29917 (%s substituted with actual words can not be translated corre...Paolo Bonzini1-15/+42
2009-11-30re PR c++/40371 (ICE with template operator)Paolo Carlini1-11/+8
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-1/+1
2009-11-20re PR c++/29017 (%s substituted with different untranslated words can't be pr...Shujing Zhao1-1/+1
2009-11-20re PR c++/42115 (r154072 & r154073 break build of ppl, non-placement dealloca...Jason Merrill1-0/+12
2009-11-18re PR c++/40892 (maybe_warn_cpp0x i18n problems)Shujing Zhao1-1/+1
2009-11-17re PR c++/42061 ([c++0x] ICE with invalid initializer list for reference)Jakub Jelinek1-0/+2
2009-11-12re PR c++/42013 (cv-qualification of conditional expression type depending on...Jason Merrill1-5/+6
2009-11-12re PR c++/42013 (cv-qualification of conditional expression type depending on...Jason Merrill1-2/+7
2009-11-11call.c (build_op_delete_call): Downgrade error about placement/non-placement ...Jason Merrill1-2/+2
2009-11-10* call.c (build_op_delete_call): Tweak error.Jason Merrill1-2/+4
2009-11-10re PR c++/34158 (Template delete doesn't call if exception thrown in construc...Jason Merrill1-64/+80
2009-11-06re PR c++/9381 (attribute on member function pointer have no effect)Jason Merrill1-4/+1
2009-11-03re PR c++/41815 ([C++0x] GCC wrongly treats rvalues of non-class type cv-qual...Jason Merrill1-0/+3
2009-11-03re PR c++/40944 ([C++0x] rejects well-formed code: SFINAE, decltype, function...Jason Merrill1-11/+15
2009-11-01re PR c++/41754 (initializer list internal compiler segfault)Jason Merrill1-2/+3
2009-10-27Allow no-capture lambdas to convert to function pointer.Jason Merrill1-5/+20
2009-10-23Core issue 899Jason Merrill1-1/+2