aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-21init.c (build_vec_delete): Copy the address into a temporary variable before ...Jason Merrill1-5/+15
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-2/+1
2003-05-08init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression.Jason Merrill1-22/+32
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-1/+1
2003-04-13re PR c++/10300 (use of array-new (nothrow) in segfaults on NULL return)Mark Mitchell1-60/+69
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-2/+2
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell1-11/+11
2003-03-1116077.C: Adjust warnings.Mark Mitchell1-55/+8
2003-03-08Initialize argsMark Mitchell1-1/+1
2003-03-08re PR c++/9809 (when are builtins brought into view)Mark Mitchell1-55/+88
2003-02-28re PR c++/9879 (ICE / endless compile with "new int[2]()")Mark Mitchell1-15/+23
2003-02-20Change base class access representation.Nathan Sidwell1-18/+9
2003-02-15search.c: ANSIfy function declarations and definitions.Nathan Sidwell1-2/+2
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-2/+2
2003-01-23re PR c++/9354 ([New parser?] segfault in template definition)Mark Mitchell1-1/+2
2003-01-16re PR c++/8564 (ICE in find_function_data, at function.c:329)Jason Merrill1-12/+22
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+0
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-10/+17
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-28Remove traditional C constructs 3/n.Gabriel Dos Reis1-1/+1
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-6/+19
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-21/+20
2002-12-01re PR c++/8727 (compiler confused by inheritance from an anonymous struct)Mark Mitchell1-1/+1
2002-10-17init.c (expand_default_init): Handle brace-enclosed initializers correctly.Mark Mitchell1-10/+5
2002-10-15init.c (build_delete): Do not apply save_expr for arrays.Nathan Sidwell1-6/+5
2002-10-11init.c (build_field_list): Provide uses_unions_p with a default value.Jason Molenda1-0/+2
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell1-20/+15
2002-10-02re PR c++/7188 (Segfault with template class and recursive (incorrect) inital...Mark Mitchell1-404/+255
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-45/+126
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-3/+3
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-13/+23
2002-08-02init.c (build_member_call): Use build_new_method_call, not build_method_call.Mark Mitchell1-6/+13
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-23/+31
2002-07-26function.c (assign_parms): Handle frontend-directed pass by invisible reference.Jason Merrill1-1/+3
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis1-3/+3
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell1-2/+1
2002-07-03re PR c++/6944 (missing feature on default copy-constructor for class with mu...Kriang Lerdsuwanakij1-8/+18
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-1/+1
2002-05-21init.c (build_vec_init): Test for trivial copy-assignment when copy-assigning...Alexandre Oliva1-1/+4
2002-05-20* init.c (build_default_init): Remove unused variable.Andreas Jaeger1-2/+0
2002-05-19cp-tree.h (complete_type_or_diagnostic): Changed prototype, renamed from...Alexandre Oliva1-3/+10
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva1-22/+40
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-5/+4
2002-04-09init.c (build_member_call): For now, don't convert to intermediate base if it...Jason Merrill1-1/+5
2002-04-06re PR c++/525 (Problem with Multiple Inheritance and -pedantic)Jason Merrill1-38/+13
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-1/+1
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-4/+6