OSDN Git Service

PR c/17424
[pf3gnuchains/gcc-fork.git] / gcc / cp /
2004-09-18 kazu * call.c, semantics.c: Follow spelling conventions.
2004-09-18 geoffk * tree-inline.c (copy_tree_r): Don't duplicate constan...
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-09-17 mmitchel PR c++/16002
2004-09-16 mmitchel PR c++/17501
2004-09-16 amacleod2004-09-16 Andrew MacLeod <amacleod@redhat.com>
2004-09-16 nathan * class.c (copy_virtuals): Remove.
2004-09-16 nathanmissing changelog entry
2004-09-16 kazu * search.c: Follow spelling conventions.
2004-09-16 nathan * cp-tree.h (struct lang_type_class): Make pure_virtuals a
2004-09-15 mmitchel * configure.ac: Check for COMDAT support. Robustify...
2004-09-15 nathan * search.c (get_pure_virtuals): Remove unused variables.
2004-09-15 nathan * cp-tree.h (struct lang_decl_flags): Remove
2004-09-15 mmitchel PR c++/17324
2004-09-14 nathan * pt.c (unify): Replace gcc_unreachable with gcc_assert.
2004-09-14 mmitchel PR c++/16162
2004-09-14 mmitchel PR c++/16716
2004-09-12 rth PR c++/16254
2004-09-12 rth * pt.c (cur_stmt_expr): Move from tsubst_expr.
2004-09-10 zack * c-common.h (struct c_fileinfo): Comment moved here...
2004-09-10 zlaski[gcc/cp/ChangeLog]
2004-09-10 rth PR c++/17386
2004-09-10 zlaski[gcc/cp/ChangeLog]
2004-09-10 kazu * class.c, cp-tree.h, decl.c, decl2.c, mangle.c,
2004-09-10 zlaski[gcc/cp/ChangeLog]
2004-09-09 zlaski[gcc/cp/ChangeLog]
2004-09-09 zack * defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.
2004-09-09 zlaski[gcc/cp/ChangeLog]
2004-09-09 zlaski[gcc/cp/ChangeLog]
2004-09-08 nathanFix cp changelog from previous checkin
2004-09-08 nathan * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...
2004-09-06 drow * semantics.c (expand_body): Assert that we are not...
2004-09-06 zackcp:
2004-09-04 lerdsuwa * decl.c (grok_declarator): Remove a redundant semicolon.
2004-09-03 austern Compile speed improvement.
2004-09-03 hubicka * decl.c (finish_function): Clean out pointers we...
2004-09-03 rth/
2004-09-02 pbrook * decl2.c (determine_visibility): Only check data...
2004-09-01 mmitchel * target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLA...
2004-08-31 mmitchel * hooks.c (hook_bool_void_true): New function.
2004-08-31 zlaski2004-08-31 Ziemowit Laski <zlaski@apple.com>
2004-08-31 rth PR c++/17221
2004-08-30 mmitchel * cp-tree.h (initialize_artificial_var): Declare.
2004-08-30 rth * class.c (build_base_path): Use build_address...
2004-08-30 rth * fold-const.c (tree_expr_nonzero_p): Use get_b...
2004-08-30 nathan * name-lookup.c (pop_binding, pushdecl,
2004-08-30 nathan * call.c (check_dtor_name): Replace abort with gcc_ass...
2004-08-30 nathan * tree.h (BINFO_PRIMARY_BASE_OF): Remove.
2004-08-30 nathan * c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.
2004-08-28 zlaski[gcc/ChangeLog]
2004-08-28 jason * decl.c (expand_static_init): Avoid bogus...
2004-08-28 jason PR c++/16851
2004-08-28 jason PR c++/13684
2004-08-27 rth * cp-tree.def (OFFSETOF_EXPR): New.
2004-08-27 nathan * call.c (validate_conversion_obstack): Replace
2004-08-27 nathan * tree.h (size_int_type): Remove.
2004-08-26 rth * cp-tree.h (DECL_FIELD_IS_BASE): New.
2004-08-25 sayle PR middle-end/16693
2004-08-25 mmitchel PR c++/17155
2004-08-25 mmitchel * mangle.c (get_identifier_nocopy): Add cast.
2004-08-25 mmitchel * cp-tree.h (mangle_type): Remove.
2004-08-25 lerdsuwa PR c++/14428
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-25 zack * flags.h (enum debug_info_type): Remove DWARF_DEBUG.
2004-08-25 nemet * repo.c (extract_string): Reset backquote after one...
2004-08-24 nathan * c-decl.c (c_init_decl_processing): Adjust
2004-08-24 nathancp:
2004-08-24 lerdsuwa PR c++/16706
2004-08-24 nathancp:
2004-08-24 mmitchel PR c++/17163
2004-08-23 pinskia2004-08-22 Andrew Pinski <apinski@apple.com>
2004-08-23 nathan * tree.h (build_distinct_type_copy): New.
2004-08-23 pinskia2004-08-22 Andrew Pinski <apinski@apple.com>
2004-08-21 mmitchel PR c++/17121
2004-08-21 jsm28cp:
2004-08-20 lerdsuwa * pt.c (register_specialization): Check DECL_TEMPLATE_...
2004-08-20 nathan * stor-layout.c (initialize_sizetypes): Set SIZETYPE...
2004-08-19 andreast2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2004-08-19 echristo2004-08-19 Eric Christopher <echristo@redhat.com>
2004-08-19 mmitchel PR c++/15890
2004-08-19 nathan * cp-tree.h (build_shared_int_cst): Remove.
2004-08-19 nathan * tree.h (TYPE_CACHED_VALUES_P): New.
2004-08-19 jsm28 PR c++/17041
2004-08-19 mmitchel * pt.c (dependent_template_p): Fix typo in commment.
2004-08-18 mmitchel PR c++/17068
2004-08-18 mmitchel PR c++/16246
2004-08-18 mmitchel PR c++/16215
2004-08-17 mmitchel PR c++/15871
2004-08-17 mmitchel PR c++/16965
2004-08-16 lerdsuwa PR c++/6749
2004-08-16 sayle * call.c (build_vfield_ref, build_call, build_conditio...
2004-08-15 nathan.:
2004-08-12 mmitchelFix typo
2004-08-12 mmitchel PR c++/16273
2004-08-12 jbeulichcp/
2004-08-12 mmitchel PR c++/16698
2004-08-12 mmitchel PR c++/16853
2004-08-11 mmitchel PR c++/16964
2004-08-11 mmitchel PR c++/16971
2004-08-07 jason Make return in memory explicit.
next