aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-30call.c (build_over_call), [...]): Call check_function_arguments instead of ch...Joseph Myers1-3/+2
2004-06-30c-common.h (check_function_format): Remove first parameter.Joseph Myers1-1/+1
2004-06-30call.c (build_over_call): Use __builtin_memcpy for copying CLASS_AS_BASE rath...Richard Henderson1-22/+19
2004-06-28re PR c++/16174 (deducing top-level consts)Nathan Sidwell1-22/+23
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle1-19/+5
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-1/+1
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-4/+3
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-20/+19
2004-06-01re PR c++/15142 (Internal compiler error when passing a string where a char* ...Jason Merrill1-8/+11
2004-06-01revert accidental checkinJason Merrill1-6/+4
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-4/+6
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell1-0/+2
2004-05-31call.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-12/+8
2004-05-05re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini1-4/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-5/+5
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell1-8/+2
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell1-3/+9
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell1-2/+7
2004-03-11* call.c, cp-tree.h, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2004-03-09re PR c++/14397 (Access check for wrong copy constructor)Nathan Sidwell1-3/+4
2004-03-09* call.c (initialize_reference): Fix typo.Mark Mitchell1-1/+1
2004-03-09re PR c++/14230 (ICE in cp_expr_size)Mark Mitchell1-0/+10
2004-02-29passes.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-16re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a...Mark Mitchell1-16/+29
2004-02-13re PR c++/14083 (ICE in conditional expression operator with throw)Mark Mitchell1-4/+14
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-556/+842
2004-02-09* call.c, parser.c, tree.c: Fix comment typos.Kazu Hirata1-2/+2
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata1-2/+2
2004-02-05re PR c++/13932 (duplicate warning message for conversion)Mark Mitchell1-1/+1
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell1-9/+13
2004-01-30re PR c++/13683 (bogus warning about passing non-PODs through ellipsis)Giovanni Bajo1-5/+9
2004-01-26re PR c++/13833 (Conversion problem in template function)Mark Mitchell1-0/+15
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19re PR c++/13592 (C++ parser regression)Mark Mitchell1-137/+0
2004-01-16re PR c++/13178 (Bogus C++ error message referring to operator 1)Mark Mitchell1-0/+9
2004-01-16re PR c++/13478 (gcc uses wrong constructor to initialize a const reference)Mark Mitchell1-2/+6
2004-01-16re PR c++/13478 (gcc uses wrong constructor to initialize a const reference)Mark Mitchell1-2/+1
2004-01-04call.c (build_over_call): Don't create a save_expr of an aggregate, but rathe...Richard Henderson1-9/+15
2004-01-04re PR c++/12226 (g++ fails to enforce accessibility requirement for copy cons...Mark Mitchell1-45/+79
2003-12-29re PR c++/13009 (Implicitly-defined assignment operator writes to wrong memory)Mark Mitchell1-6/+15
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-12-16re PR c++/13387 (assignment to base class corrupts subclass)Nathan Sidwell1-1/+22
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-08re PR c++/11971 (ICE in cp_expr_size with variadic function call)Jason Merrill1-11/+43
2003-11-17init.c (build_new_1): Preevaluate placement args.Jason Merrill1-5/+9
2003-11-02re PR c++/9810 (Using-declaration for template functions does not work)Kriang Lerdsuwanakij1-1/+33
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-1/+1