aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-03-20init.c (build_offset_ref): Handle the case of a templated member function.Theodore Papadopoulo1-3/+15
2000-03-19cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.Mark Mitchell1-5/+7
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-2/+2
2000-03-10decl.c (push_overloaded_decl_1, [...]): Lose.Jason Merrill1-2/+1
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-2/+3
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-62/+164
2000-03-02cp-tree.h (build_java_class_ref): Declare.Tom Tromey1-2/+1
2000-02-29* init.c (construct_virtual_bases): Fix thinko.Jason Merrill1-1/+2
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-3/+5
2000-02-27Implement class scope using-declarations for functions.Jason Merrill1-21/+14
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-1/+1
2000-02-21cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.Mark Mitchell1-3/+15
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-16/+16
2000-01-17cp-tree.h (scratchalloc): Remove.Mark Mitchell1-13/+13
2000-01-17cp-tree.h (flag_new_abi): Move.Mark Mitchell1-20/+21
2000-01-16init.c (construct_virtual_bases): Don't look up the addresses of virtual base...Mark Mitchell1-4/+15
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell1-4/+9
2000-01-11cp-tree.h (expand_direct_vtbls_init): Remove declaration.Mark Mitchell1-54/+45
1999-12-31cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.Mark Mitchell1-5/+2
1999-12-15cp-tree.h (make_aggr_type): Declare.Richard Henderson1-1/+1
1999-12-11class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX...Kaveh R. Ghazi1-1/+1
1999-12-03Fix p24939.Mike Stump1-0/+3
1999-12-01cp-tree.h (min_tree_cons): Remove.Mark Mitchell1-3/+3
1999-11-25Make-lang.in (CXX_SRCS): Add optimize.c.Mark Mitchell1-1/+1
1999-11-21cp-tree.h (build_vec_delete): Remove `auto_delete' argument.Alexandre Oliva1-34/+9
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-2/+0
1999-11-12init.c (init_init_processing): Re-instated Nov 11 patch after approval.Diego Novillo1-1/+5
1999-11-12Undo patch from Nov/11/99 to init.c regarding misalignment ofDiego Novillo1-2/+1
1999-11-11init.c (init_init_processing): Header information for arrays allocated via `n...Diego Novillo1-1/+2
1999-11-07cp-tree.h (begin_new_placement): Remove.Mark Mitchell1-17/+0
1999-10-28cp-tree.h (make_temp_vec): Remove.Mark Mitchell1-4/+0
1999-10-06cp-tree.h (CLASSTYPE_VFIELD): Remove.Mark Mitchell1-2/+2
1999-10-04decl2.c (grok_alignof): Don't decay lvalues.Nathan Sidwell1-6/+0
1999-10-04call.c (build_over_call): Don't set TREE_SIDE_EFFECTS for situations where ma...Mark Mitchell1-8/+1
1999-10-04* init.c (build_vec_delete_1): Fold COND_EXPRs.Jason Merrill1-12/+14
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell1-13/+1
1999-09-26decl.c (start_function): Set x_dont_save_pending_sizes rather than calling ge...Mark Mitchell1-16/+2
1999-09-24cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell1-5/+11
1999-09-20cp-tree.h (finish_stmt_expr): Change prototype.Mark Mitchell1-4/+2
1999-09-20Remove support for assigning to `this'.Mark Mitchell1-40/+4
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-0/+1
1999-09-12decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.Mark Mitchell1-11/+0
1999-09-12cp-tree.def (CLEANUP_STMT): New node.Mark Mitchell1-3/+2
1999-09-10cp-tree.h (language_function): Rename expanding_p to x_expanding_p.Mark Mitchell1-6/+7
1999-09-10cp-tree.h (FN_TRY_BLOCK_P): New macro.Mark Mitchell1-14/+11
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-16/+16
1999-09-08cp-tree.h (copy_to_permanent): Remove.Mark Mitchell1-15/+0
1999-09-06Get ready for garbage collection.Mark Mitchell1-19/+9