aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-16/+10
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-15/+27
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-18/+19
2001-11-20re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu...Mark Mitchell1-2/+2
2001-11-15parse.y: Add ...Jason Merrill1-0/+7
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-0/+6
2001-10-09call.c (standard_conversion): Add bad conversion between integers and pointers.Jason Merrill1-3/+12
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-2/+2
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson1-0/+6
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-29/+0
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-7/+19
2001-07-31The 3.0 ABI no longer has vbase pointer fields.Nathan Sidwell1-10/+1
2001-07-25re PR c++/3416 (gcc-3.0 Internal compiler error in arg_assoc, at cp/decl2.c:4...Nathan Sidwell1-5/+17
2001-07-25re PR c++/3543 (gcc-3.0 Internal error #56 in resolve_offset_ref, at cp/init....Nathan Sidwell1-0/+2
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-20/+2
2001-07-21Remove old-abi remnants.Nathan Sidwell1-6/+4
2001-07-09typeck.c (unary_complex_lvalue): Do not duplicate the argument to modify...Erik Rozendaal1-3/+12
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-4/+4
2001-07-05cvt.c (convert_lvalue): New fn.Jason Merrill1-2/+3
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers1-7/+1
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-8/+9
2001-06-18Implement the Named Return Value optimization.Jason Merrill1-0/+26
2001-06-10typeck.c (get_member_function_from_ptrfunc): Don't clobber delta.Alexandre Oliva1-5/+2
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-1/+1
2001-06-06call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin1-2/+1
2001-05-12cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.Alexandre Oliva1-14/+57
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva1-49/+14
2001-05-04cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating1-14/+49
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-3/+3
2001-04-13cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.Mark Mitchell1-79/+19
2001-04-10typeck.c (build_array_ref): Push the array reference inside COMPOUND_EXPR and...Richard Henderson1-0/+22
2001-03-06typeck.c (convert_arguments): Check that we have an fndecl.Andrew Haley1-1/+1
2001-03-06typeck.c (convert_arguments): Don't do ellipsis conversion for __built_in_con...Andrew Haley1-3/+10
2001-03-02typeck.c (build_static_cast): Allow enum to enum conversions as per DR 128.Nathan Sidwell1-0/+7
2001-02-14* typeck.c (build_unary_op): Clarify error message.Jakub Jelinek1-1/+1
2001-02-14Kill remnants of this is variable.Nathan Sidwell1-2/+1
2001-02-12Remove old ABI support.Mark Mitchell1-249/+73
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-18typeck.c (build_modify_expr): Say `initialization' for INIT_EXPRs.Nathan Sidwell1-1/+1
2001-01-17typeck.c (build_function_call_real): Call fold on the CALL_EXPR.Kriang Lerdsuwanakij1-3/+4
2001-01-12typeck.c (build_c_cast): Do template processing earlier.Nathan Sidwell1-10/+9
2001-01-02init.c (build_default_init): New fn.Jason Merrill1-4/+10
2001-01-02tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE for v3 ABI.Jason Merrill1-4/+34
2001-01-02typeck.c (strip_all_pointer_quals): Also strip quals from pointer-to-member t...Jason Merrill1-0/+8
2000-12-22* typeck.c (build_binary_op): Fix pmf comparison logic.Jason Merrill1-13/+24
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-4/+2
2000-12-13typeck.c (build_binary_op): Do signed/unsigned warnings for >?DJ Delorie1-1/+2
2000-12-07class.c (check_field_decls): Don't special case anonymous fields in error mes...Nathan Sidwell1-3/+3
2000-12-05typeck.c (get_delta_difference): If via a virtual base, return zero.Nathan Sidwell1-8/+16
2000-12-04error.c (dump_function_decl): Use DECL_VIRTUAL_P, not TYPE_POLYMORPHIC_P.Nathan Sidwell1-1/+1