aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-1/+0
2001-07-25re PR c++/3543 (gcc-3.0 Internal error #56 in resolve_offset_ref, at cp/init....Nathan Sidwell1-3/+4
2001-05-12Reverted Geoff Keating's 2001-05-03's patch.Alexandre Oliva1-3/+2
2001-05-04cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating1-2/+3
2001-04-13cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.Mark Mitchell1-2/+3
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-5/+9
2001-02-12Remove old ABI support.Mark Mitchell1-13/+1
2001-01-07* expr.c (cplus_expand_expr): Don't reset `target'.Kaveh R. Ghazi1-5/+1
2000-10-06cp-tree.h (struct cp_language_function): Remove x_result_rtx.Richard Henderson1-30/+0
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-21/+1
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-79/+0
2000-06-04Make-lang.in (CXX_SRCS): Add mangle.c.Alex Samuel1-79/+0
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell1-4/+0
2000-05-01expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs.Mark Mitchell1-2/+13
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-12/+3
2000-03-19cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.Mark Mitchell1-5/+12
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-1/+1
2000-03-06function.c (free_temps_for_rtl_expr): Don't free slots that have been pushed ...Mark Mitchell1-1/+0
2000-03-05expr.c (cplus_expand_expr, [...]): Use expand_start_stmt_expr and expand_end_...Mark Mitchell1-2/+3
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-3/+2
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-21call.c (build_object_call): Compress consecutive calls to cp_error.Gabriel Dos Reis1-1/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-3/+3
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell1-1/+2
1999-12-09decl.c (init_decl_processing): Reenable inlining on trees.Mark Mitchell1-96/+0
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-2/+0
1999-10-22cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell1-0/+4
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1-0/+1
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell1-8/+0
1999-09-27cp-tree.h (expand_throw): Remove prototype.Mark Mitchell1-1/+3
1999-09-24cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell1-3/+0
1999-09-20cp-tree.h (finish_stmt_expr): Change prototype.Mark Mitchell1-2/+2
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-1/+2
1999-09-12decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.Mark Mitchell1-7/+3
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-1/+1
1999-08-27cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell1-3/+1
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-2/+4
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-6/+9
1999-05-22cp-tree.h (cplus_expand_constant): Declare.Mark Mitchell1-1/+1
1999-05-20cp-tree.h (make_ptrmem_cst): New function.Mark Mitchell1-37/+59
1999-04-20cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell1-1/+1
1999-03-23cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell1-4/+10
1998-11-22update copyrightsJason Merrill1-1/+1
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1-9/+33
1998-09-25Warning fixes:Kaveh R. Ghazi1-6/+3
1998-09-07revert error reporting patchJason Merrill1-16/+16
1998-09-06cp-error.def: New file.Mark Mitchell1-16/+16
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe1-0/+1
1998-03-31call.c: Include system.h.Jeffrey A Law1-1/+1
1998-03-29* expr.c (tree_extract_aggr_init): #if 0 out.Jeffrey A Law1-2/+2