OSDN Git Service

When a class template is explicitly instantiated, its member should be too.
[pf3gnuchains/gcc-fork.git] / gcc / cp / init.c
2004-06-01 jason PR c++/13092
2004-05-28 mmitchel PR c++/15083
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-23 mmitchel * init.c (build_aggr_init): Fix accidental use of...
2004-04-22 mmitchel * class.c (initialize_array): Don't set TREE_HAS_CONST...
2004-04-16 brycelibjava:
2004-04-05 kenner * c-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-03-09 mmitchelFix typo
2004-03-09 mmitchel PR c++/14401
2004-03-01 law * fold-const.c (fold): An equality comparison of a...
2004-02-13 mmitchel * call.c (conversion_kind): New type.
2004-02-05 giovannibajo PR c++/13086
2004-02-02 mmitchel PR c++/13113
2004-01-26 mmitchel * class.c (add_method): Just check processing_template...
2004-01-21 kazu * Make-lang.in, call.c, class.c, decl2.c, except.c...
2004-01-19 mmitchel PR c++/13592
2004-01-16 mmitchel PR c++/13574
2004-01-12 rth PR opt/10776
2003-12-22 mmitchel PR c++/11554
2003-12-21 kazu * call.c: Fix comment formatting.
2003-12-18 jason PR c++/12253
2003-12-09 giovannibajo * init.c (build_new_1): Deal with an OVERLOAD set...
2003-12-08 jason * name-lookup.c, init.c, except.c: Revert Giova...
2003-12-07 giovannibajo PR c++/2294
2003-11-17 jason * init.c (build_new_1): Preevaluate placement...
2003-10-22 kazu * call.c: Fix comment formatting.
2003-10-21 kazu * ChangeLog: Fix typos.
2003-10-07 mmitchel PR c++/10147
2003-09-28 aj * c-decl.c (finish_function): Convert definition to...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-08-29 mmitchel * init.c (decl_constant_value): Deal with COND_EXPR...
2003-08-19 lerdsuwa PR c++/11174
2003-08-18 nathancp:
2003-08-16 nathan PR c++/11512
2003-08-11 mmitchel PR c++/11789
2003-07-28 nathan * cp-tree.h (begin_compound_stmt): No scope arg is...
2003-07-26 nathan * cp-tree.h (begin_init_stmts, finish_init_stmts)...
2003-07-25 nathan * cp-tree.h (build_compound_expr): Take LHS & RHS...
2003-07-24 mmitchel * cp-tree.h (convert_to_base_statically): Declare.
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-16 mmitchel * cp-tree.def (LOOKUP_EXPR): Remove.
2003-07-09 mmitchel * fold-const.c (make_range): Do not access operand...
2003-07-08 mmitchel * cp-tree.h (build_scoped_method_call): Remove.
2003-07-06 mmitchel PR c++/11431
2003-07-05 kazu * call.c: Fix comment typos.
2003-07-04 mmitchel * call.c (build_addr_func): Handle bound pointers...
2003-07-03 mmitchel * call.c (build_scoped_method_call): Use convert_to_void.
2003-06-20 austernFix for PR c++/11228, infinite loop for new int[n]().
2003-06-13 neroden 2003-05-19 Jens-Michael Hoffmann <jensmh@gmx.de>
2003-05-21 jason * init.c (build_vec_delete): Copy the address...
2003-05-10 lerdsuwa PR c++/9252
2003-05-08 jason * init.c (build_new_1): Don't reuse a TARGET_EX...
2003-05-03 nathan * class.c (finish_struct): Use location_t and input_lo...
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-13 mmitchel PR c++/10300
2003-04-13 zack * tree.c (build_constructor): New function.
2003-03-16 nathancp:
2003-03-11 mmitchel * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
2003-03-08 mmitchelInitialize args
2003-03-08 mmitchel PR c++/9809
2003-02-28 mmitchel PR c++/9879
2003-02-20 nathan Change base class access representation.
2003-02-15 nathan * search.c: ANSIfy function declarations and definitions.
2003-01-30 mmitchel * c-common.c (builtin_define_float_constants): Define
2003-01-23 mmitchel PR c++/9354
2003-01-17 jason PR c++/8564
2003-01-10 geoffkMerge from pch-branch.
2003-01-03 jason * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EX...
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-28 gdr Remove traditional C constructs 3/n.
2002-12-28 mmitchel * Make-lang.in (po-generated): Remove parse.c.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-01 mmitchel PR c++/8727
2002-10-17 mmitchel * init.c (expand_default_init): Handle brace-enclosed...
2002-10-15 nathancp:
2002-10-11 zack2002-10-11 Jason Molenda <jmolenda@apple.com>
2002-10-11 mmitchel * NEWS: Document removal of "new X = ..." extension.
2002-10-02 mmitchel PR c++/7188.
2002-09-30 mmitchel * store-layout.c (finish_record_layout): Add free_p...
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-14 kazu * error.c: Fix comment formatting.
2002-08-09 mrs * call.c (add_builtin_candidate): legal ->...
2002-08-08 mmitchel Rework build_component_ref.
2002-08-02 mmitchel * init.c (build_member_call): Use build_new_method_cal...
2002-08-01 mmitchel * call.c (build_field_call): Do not look up the field...
2002-07-26 jason * function.c (assign_parms): Handle frontend...
2002-07-25 gdr * c-common.c (c_sizeof_or_alignof_type): Take a third...
2002-07-09 mmitchel * cp-tree.h (constructor_name_p): Declare it.
2002-07-03 lerdsuwa PR c++/6944
2002-06-25 mmitchel * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2002-05-21 aoliva* init.c (build_vec_init): Test for trivial copy-assign...
2002-05-20 aj * init.c (build_default_init): Remove unused variable.
2002-05-19 aoliva* cp-tree.h (complete_type_or_diagnostic): Changed...
2002-05-14 aoliva* cp-tree.h (struct lang_type): Added non_zero_init.
2002-04-17 mmitchel * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
2002-04-09 jason * init.c (build_member_call): For now, don...
2002-04-06 jason PR c++/525
2002-04-04 neil * c-common.c (truthvalue_conversion): Rename, update.
2002-04-04 jason PR c++/5636
next