aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-01call.c (standard_conversion): Reject pointer to member conversions from ambig...Nathan Sidwell1-11/+6
2000-11-27cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.Nathan Sidwell1-11/+15
2000-11-15typeck.c (lookup_anon_field): Cope with qv qualifiers.Nathan Sidwell1-1/+1
2000-11-15class.c (build_vtbl_initializer): Fix typo in comment.Mark Mitchell1-2/+2
2000-11-14typeck.c (c_sizeof): Be strict about casting result value back to c_size_type...Richard Henderson1-47/+62
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-12/+1
2000-11-11function.c (assign_parms): If TREE_ADDRESSABLE is set...Jason Merrill1-2/+1
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-13/+0
2000-10-22tree.h (TYPE_IS_SIZETYPE): Add more documentation.Mark Mitchell1-9/+12
2000-10-20fold-const.c (force_fit_type): Unsigned values can overflow if they are sizet...Richard Kenner1-1/+10
2000-10-16typeck.c (qualify_type): Remove.Mark Mitchell1-20/+24
2000-09-19Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi1-1/+1
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-33/+1
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-49/+0
2000-09-06error.c (dump_typename): New function, broken out of ...Nathan Sidwell1-2/+3
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-3/+3
2000-08-29calls.c (expand_call): Don't create a VAR_DECL just to throw it away.Mark Mitchell1-15/+0
2000-08-24typeck.c (build_ptrmemfunc): Just reinterpret if there's no adjustment necess...Jason Merrill1-8/+11
2000-08-23typeck.c (build_ptrmemfunc): Save the input pmf.Jason Merrill1-0/+3
2000-08-18cp-tree.h (PTRMEM_OK_P): New macro.Nathan Sidwell1-25/+26
2000-08-17cp-tree.h (instantiate_type_flags): New enumeration.Nathan Sidwell1-4/+4
2000-07-28decl.c (duplicate_decls): If common_type produces a non-typedef type for a ty...Jason Merrill1-10/+9
2000-07-27dwarf2out.c (gen_typedef_die): Abort if we get identical TREE_TYPE and DECL_O...Jason Merrill1-9/+10
2000-07-25Kill strict_prototype.Nathan Sidwell1-7/+2
2000-07-18typeck.c (comp_target_parms): Remove obsolete parameter.Nathan Sidwell1-18/+5