summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-2/+2
* error.c: Fix comment formatting.Kazu Hirata2002-09-141-3/+3
* call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump2002-08-091-1/+1
* Rework build_component_ref.Mark Mitchell2002-08-081-13/+23
* init.c (build_member_call): Use build_new_method_call, not build_method_call.Mark Mitchell2002-08-021-6/+13
* call.c (build_field_call): Do not look up the field by name.Mark Mitchell2002-08-011-23/+31
* function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill2002-07-261-1/+3
* c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis2002-07-251-3/+3
* cp-tree.h (constructor_name_p): Declare it.Mark Mitchell2002-07-091-2/+1
* re PR c++/6944 (missing feature on default copy-constructor for class with mu...Kriang Lerdsuwanakij2002-07-031-8/+18
* call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell2002-06-251-1/+1
* init.c (build_vec_init): Test for trivial copy-assignment when copy-assigning...Alexandre Oliva2002-05-211-1/+4
* * init.c (build_default_init): Remove unused variable.Andreas Jaeger2002-05-201-2/+0
* cp-tree.h (complete_type_or_diagnostic): Changed prototype, renamed from...Alexandre Oliva2002-05-191-3/+10
* cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva2002-05-141-22/+40
* c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell2002-04-171-5/+4
* init.c (build_member_call): For now, don't convert to intermediate base if it...Jason Merrill2002-04-091-1/+5
* re PR c++/525 (Problem with Multiple Inheritance and -pedantic)Jason Merrill2002-04-061-38/+13
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-1/+1
* re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill2002-04-031-4/+6
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-1/+1
* re PR c++/4884 (g++ 3.0.2 problem with -fvolatile)Mark Mitchell2002-03-261-13/+12
* re PR c++/2136 (g++ seems to disregard '::' in '::delete')Jason Merrill2002-03-201-0/+8
* re PR c++/2039 (bad code generated for access to unnamed union in base class)Jason Merrill2002-03-181-25/+8
* re PR c++/5757 (Throwing exception in constructor, causes segfault during unw...Jason Merrill2002-03-171-2/+11
* * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.Richard Henderson2002-03-151-1/+1
* cp-tree.h (init_init_processing): Remove declaration.Richard Sandiford2002-03-131-20/+0
* tree.h (TARGET_EXPR_SLOT, [...]): New macros.Jason Merrill2002-02-281-0/+20
* call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues2002-01-231-5/+5
* re PR c++/3331 (member pointer inherits const)Jason Merrill2002-01-231-3/+2
* parse.y (function_body): Suppress the block for the outermost curly braces.Jason Merrill2002-01-221-8/+0
* decl.c (begin_constructor_body, [...]): New fns.Jason Merrill2002-01-171-0/+8
* re PR c++/335 (gcc accepts assignment in read-only structures)Nathan Sidwell2001-12-291-2/+12
* gcc.pot: Regenerate.Joseph Myers2001-12-181-1/+1
* cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg2001-12-181-28/+28
* c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill2001-12-131-49/+86
* langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill2001-12-051-2/+5
* re PR c++/164 (bogus error throwing class with inaccessible base)Nathan Sidwell2001-12-041-1/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell2001-11-291-1/+2
* re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell2001-11-251-28/+18
* tree-dump.c: Rename from c-dump.c.Bryce McKinlay2001-11-221-1/+1
* re PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_ag...Nathan Sidwell2001-11-151-114/+67
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-1/+1
* Kill -fhonor-std.Nathan Sidwell2001-08-021-6/+0
* tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell2001-07-211-8/+0
* Remove old-abi remnants.Nathan Sidwell2001-07-211-30/+11
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-1/+1
* call.c (build_op_delete_call): Ignore exception-specifications when looking f...Mark Mitchell2001-05-221-3/+24
* init.c (member_init_ok_or_else): Take a tree rather than string for name.Nathan Sidwell2001-05-161-5/+5