aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-28re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions)Mark Mitchell1-2/+15
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-15/+3
2004-01-21Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-2/+3
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-2/+2
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-5/+2
2003-03-12re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw))Andrew Lewycky1-1/+1
2003-03-10expr.c (cplus_expand_constant): Use C90 prototype style.Gabriel Dos Reis1-7/+2
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher1-1/+1
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-0/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-8/+0
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-12/+3
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-2/+2
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