aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-10-07re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell1-1/+3
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-5/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-4/+2
2003-09-18re PR c++/12320 (ICE on use of undefined enum)Danny Smith1-0/+2
2003-09-17re PR c++/12266 (incorrect instantiation of unneeded template during overload...Mark Mitchell1-1/+1
2003-09-15re PR c++/3907 (nested template parm collides with member name)Mark Mitchell1-5/+3
2003-09-07re PR c++/11867 (static_cast ignores ambiguity)Mark Mitchell1-13/+25
2003-09-05re PR c++/12163 (static_cast + explicit ctor regression)Mark Mitchell1-1/+15
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-3/+4
2003-09-04Remove cast-as-lvalue extension.Mark Mitchell1-4/+5
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell1-9/+31
2003-08-29init.c (decl_constant_value): Deal with COND_EXPR specially.Mark Mitchell1-2/+0
2003-08-28re PR rtl-optimization/5079 (Reference to static const int not eliminated dur...Mark Mitchell1-0/+2
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell1-10/+6
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-2/+3
2003-08-21re PR c++/11283 (ICE in build_conditional_expr)Jason Merrill1-2/+7
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell1-1/+1
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-2/+4
2003-08-12call.c (standard_conversion): Opaque pointers interconvert.Aldy Hernandez1-0/+6
2003-08-10re PR c++/11670 (ICE in convert_like_real on illegal code)Nathan Sidwell1-1/+1
2003-08-07Make-lang.in (cp/call.o): Add dependency for target.h.Aldy Hernandez1-1/+6
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-3/+3
2003-07-27call.c (standard_conversion): Tweak handling of pointer-to-member types.Mark Mitchell1-2/+2
2003-07-24cp-tree.h (convert_to_base_statically): Declare.Mark Mitchell1-5/+19
2003-07-23re PR c++/11645 (Failure to deal with using and private inheritance)Mark Mitchell1-1/+6
2003-07-23re PR c++/11517 (g++ fails to properly convert pointer expressions in conditi...Mark Mitchell1-7/+6
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-139/+73
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell1-3/+21
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell1-1/+1
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-3/+1
2003-07-14re PR c++/11510 (Error message with operator __imag__ is missing spaces)Gabriel Dos Reis1-0/+5
2003-07-14re PR c++/5293 (confusing message when binding a temporary to a reference)Gabriel Dos Reis1-1/+7
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-4/+1
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-2/+25
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-120/+5
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-8/+17
2003-07-05call.c: Fix comment typos.Kazu Hirata1-4/+4
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-32/+8
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-3/+3
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-1/+1
2003-07-01call.c (resolve_scoped_fn_name): Return error_mark_node for erroneous cases.Mark Mitchell1-1/+4
2003-07-01re PR c++/11149 (ICE on error when instantiation with call function of a base...Mark Mitchell1-0/+2
2003-06-28re PR c++/10784 (Warning about choosing custom operator over copy constructor...Nathan Sidwell1-2/+2
2003-06-26call.c (build_op_delete_call): Use strip_array_call.Nathan Sidwell1-5/+4
2003-06-26re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...Mark Mitchell1-13/+40
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-1/+3
2003-06-21re PR c++/10784 (Warning about choosing custom operator over copy constructor...Gabriel Dos Reis1-1/+1