aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-70/+68
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-6/+2
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-6/+3
2003-07-05call.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-24/+30
2003-07-03call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell1-5/+1
2003-06-18cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell1-3/+3
2003-04-03cvt.c (ocp_convert): Only abort if we try to convert an object of TREE_ADDRES...Jason Merrill1-1/+2
2003-03-28re PR c++/10245 (?: operator requires public copy constructor of return type)Jason Merrill1-0/+15
2003-03-07call.c (reference_binding): Remove REF_IS_VAR parameter.Mark Mitchell1-1/+1
2003-03-03re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued)Mark Mitchell1-68/+27
2003-01-03cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode1-2/+2
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-1/+15
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Remove traditional C constructs 3/n.Gabriel Dos Reis1-52/+25
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-13/+9
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13re PR c++/8031 (ICE in comptypes, at cp/typeck.c:913)Gabriel Dos Reis1-0/+2
2002-10-17re PR c++/7478 (internal compiler error on static_cast inside template)Mark Mitchell1-2/+8
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-13call.c: Fix comment formatting.Kazu Hirata1-5/+5
2002-08-05Fix PR/2213Gabriel Dos Reis1-0/+6
2002-08-04Index: ChangeLogGeoffrey Keating1-8/+0
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-4/+4
2002-07-05cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.Jason Merrill1-0/+2
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva1-8/+1
2002-05-09typeck.c (get_member_function_from_ptrfunc): Reorganize.Jason Merrill1-0/+3
2002-04-24cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs void.Mark Mitchell1-1/+1
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-1/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-3/+3
2002-03-14call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.Jakub Jelinek1-0/+1
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell1-2/+2
2001-12-29call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell1-2/+1
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-25/+25
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-1/+1
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-153/+54
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-2/+2
2001-11-15parse.y: Add ...Jason Merrill1-4/+2
2001-11-12cvt.c (ocp_convert): Don't warn the address of a weak function is always `true'.H.J. Lu1-1/+1
2001-08-17cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs.Mark Mitchell1-2/+7
2001-08-06tweak commentJason Merrill1-1/+1
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-12/+26
2001-07-21Remove old-abi remnants.Nathan Sidwell1-2/+2
2001-07-05cvt.c (convert_lvalue): New fn.Jason Merrill1-0/+14
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson1-1/+1
2001-02-12Remove old ABI support.Mark Mitchell1-1/+1
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-0/+1
2001-01-16cvt.c (ocp_convert): Handle vector type conversionDaniel Berlin1-0/+2
2001-01-02tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE for v3 ABI.Jason Merrill1-12/+10