aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-23* call.c (initialize_reference): Tweak error message.Jason Merrill1-1/+1
2009-10-14re PR c++/39866 ([c++0x] deleted functions not removed from "no match" error ...Jason Merrill1-3/+19
2009-10-02call.c (convert_arg_to_ellipsis): Avoid promoting decimal32 to double.Janis Johnson1-1/+2
2009-09-18c.opt: Add -fno-deduce-init-list.Jason Merrill1-0/+22
2009-08-26call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTING if we're co...Jason Merrill1-2/+10
2009-08-26call.c (build_conditional_expr): Fix logic errors.Jason Merrill1-29/+9
2009-08-24re PR c++/41109 (Argument flagged as unused despite use in sizeof())Jason Merrill1-1/+1
2009-08-16Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill1-1/+1
2009-08-04re PR c++/16696 (Strange message when operator++ not found)Manuel López-Ibáñez1-6/+16
2009-07-31call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill1-6/+27
2009-07-31call.c (reference_binding): Rename lvalue_p to is_lvalue.Jason Merrill1-13/+16
2009-07-24Core issue 901Jason Merrill1-0/+4
2009-07-24Core issue 702Jason Merrill1-15/+10
2009-07-21Core issue 934Jason Merrill1-3/+19
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-3/+5
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-30/+20
2009-07-14builtins.c (can_trust_pointer_alignment): New fn.Jason Merrill1-3/+3
2009-07-12cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.Jason Merrill1-1/+1
2009-06-25call.c (avoid_sign_compare_warnings): New static function.Ian Lance Taylor1-0/+26
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-1/+1