aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-3/+3
2004-10-28re PR c++/17435 (Binding a temporary of derived type to reference of base)Mark Mitchell1-2/+7
2004-10-21re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell1-15/+11
2004-10-20* call.c, typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2004-10-19call.c (struct conversion): Add base_p.Mark Mitchell1-15/+51
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-6/+6
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-1/+1
2004-10-03Convert diagnostics to use quoting flag q 1/nGabriel Dos Reis1-54/+55
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-2/+3
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-2/+2
2004-09-18call.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-8/+10
2004-09-10re PR c++/17386 (libstdc++ iostreams miscompilation)Richard Henderson1-17/+0
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-39/+41
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-44/+38
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+5
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-26/+26
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-9/+6
2004-08-12re PR c++/16853 (pointer-to-member initialization from incompatible one accep...Mark Mitchell1-0/+2
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-08-02re PR c++/16338 (ICE when throwing a compound literal)Mark Mitchell1-1/+5
2004-08-01call.c (z_candidate::template_decl): Rename from template.Gabriel Dos Reis1-7/+8
2004-07-18re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill1-1/+5
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-13/+14
2004-07-12call.c (build_operator_new_call): Avoid using push_to_top_level.Mark Mitchell1-5/+11
2004-07-07re PR c++/16334 (No warning about use of overloading extension)Jason Merrill1-0/+8
2004-07-05re PR c++/2518 (user-declared operator new hides standard one)Giovanni Bajo1-0/+3
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-1/+1
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