OSDN Git Service

* c-decl.c: (start_struct): Commonize flag setting.
[pf3gnuchains/gcc-fork.git] / gcc / cp /
2002-11-26 mmitchel * tree.c (cp_build_qualified_type_real): Correct handl...
2002-11-26 mmitchel * testsuite/g++.dg/abi/empty11.C: New test.
2002-11-25 mmitchel * search.c (is_subobject_of_p_1): Fix thinko.
2002-11-24 mmitchel * class.c (layout_class_type): Reuse tail padding...
2002-11-22 mmitchel * g++.dg/abi/rtti2.C: New test.
2002-11-21 ebotcazou PR c++/8342
2002-11-20 mmitchel * pt.c (for_each_template_parm): Free allocated memory.
2002-11-19 thorpej* gcc.c (The Specs Language): Document spec functions.
2002-11-15 kazu * ChangeLog: Follow spelling conventions.
2002-11-14 zack * tree.c (tree_vec_elt_check_failed): New function.
2002-11-14 mmitchel * class.c (dfs_find_final_overrider): Adjust so that...
2002-11-09 lerdsuwa PR c++/8389
2002-11-08 mmitchel * class.c (add_vcall_offset_vtbl_entries_1): Correct...
2002-11-08 mmitchel PR c++/8338
2002-11-07 mmitchel * class.c (add_implicitly_declared_members): Put impli...
2002-11-06 geoffk * decl2.c (finish_file): Correct spelling.
2002-11-04 mmitchel * call.c (build_special_member_call): Do not try to...
2002-11-02 zack PR c/7353 redux
2002-10-31 jason PR c++/8186
2002-10-31 jasonrestore old comment
2002-10-31 mmitchel * cp-tree.h (lang_decl_flags): Remove init_priority.
2002-10-31 mmitchel PR c++/8160
2002-10-30 lerdsuwa Core issue 287, PR c++/7639
2002-10-30 mmitchel PR c++/8287
2002-10-26 mmitchel * call.c (build_over_call): Use DECL_CONTEXT, not
2002-10-25 zack PR c++/7266
2002-10-25 mmitchel * class.c (build_vtbl_initializer): Don't use build_vt...
2002-10-25 dje PR c++/7228
2002-10-25 mmitchel * class.c (end_of_base): New method.
2002-10-24 mmitchel * class.c (check_field_decls): Fix typo.
2002-10-24 mmitchel * class.c (check_field_decls): Fix typo.
2002-10-24 mmitchel PR c++/8067
2002-10-23 mmitchel PR c++/7679
2002-10-23 zack * langhooks.h (struct lang_hooks_for_tree_inlining...
2002-10-22 mmitchel PR c++/6579
2002-10-22 rthgcc/
2002-10-22 mmitchel * class.c (empty_base_at_nonzero_offset_p): New function.
2002-10-21 mmitchel * class.c (include_empty_classes): Use normalize_rli.
2002-10-21 mmitchel * decl.c (reshape_init): Tweak handling of character...
2002-10-21 mmitchel PR c++/8218
2002-10-20 mmitchel * alpha-protos.h (alpha_output_mi_thunk_osf): Update...
2002-10-19 zack * c-decl.c, cp/decl.c (start_decl): Point users of...
2002-10-18 mmitchel * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default...
2002-10-18 mmitchel * class.c (base_derived_from): Make sure return value...
2002-10-18 mmitchel (strictly_overrides): Remove.
2002-10-18 mmitchel * class.c (find_final_overrider_data_s): Remove overri...
2002-10-18 jason PR c++/8080
2002-10-18 nathancp:
2002-10-17 mmitchel PR c++/7584
2002-10-17 mmitchel * pt.c (convert_template_argument): Revert this change:
2002-10-17 mmitchel * init.c (expand_default_init): Handle brace-enclosed...
2002-10-17 mmitchel * mangle.c (write_expression): Correct handling of...
2002-10-17 mmitchel PR c++/7478
2002-10-16 mmitchel PR c++/7524
2002-10-16 rthgcc/
2002-10-15 mmitchel * decl.c (reshape_init): Fix typo.
2002-10-15 jason * call.c (call_builtin_trap): New fn.
2002-10-15 mmitchel * class.c (check_field_decls): Remove empty_p paramete...
2002-10-15 nathancp:
2002-10-15 mmitchel * decl.c (layout_var_decl): Call layout_decl even...
2002-10-14 mmitchel PR c++/7176
2002-10-11 mmitchel PR c++/5661
2002-10-11 gdr Move ChangeLog entry where it belongs
2002-10-11 gdr PRs C++/6803, C++/7721 and C++/7803
2002-10-11 zack2002-10-11 Jason Molenda <jmolenda@apple.com>
2002-10-11 mmitchel * NEWS: Document removal of "new X = ..." extension.
2002-10-11 ghazicp:
2002-10-10 wilsonFix C++ FE attribute alias failure.
2002-10-09 zackAdd PR numbers to entries for last commit
2002-10-09 zackgcc:
2002-10-09 ghazi * decl2.c (prune_vtable_vardecl): Delete unused function.
2002-10-08 mmitchel PR c++/7754
2002-10-07 rth * decl2.c, pt.c: Revert c++/7754 fix.
2002-10-05 lerdsuwa PR c++/7804
2002-10-04 mmitchel PR c++/7931
2002-10-04 mmitchel * doc/invoke.texi (-Wabi): Document mangling bug.
2002-10-02 austernFixed ChangLog entries that went in the wrong place.
2002-10-02 austern * class.c (check_field_decls): Changed warning...
2002-10-02 mmitchel PR c++/7188.
2002-10-02 sayle PR optimization/6627
2002-10-02 austern * cp/decl.c (walk_vtables_r): Fixed typo that caused...
2002-10-02 mmitchel * decl.c (cp_finish_decl): Make sure array types are...
2002-10-01 sje * cp/class.c (build_vtbl_initializer): Change build_c_cast
2002-10-01 mmitchel * decl.c (cp_finish_decl): Correct check for dynamic
2002-09-30 nathancp:
2002-09-30 sje * class.c (build_vtbl_initializer): Add cast.
2002-09-30 mmitchel * store-layout.c (finish_record_layout): Add free_p...
2002-09-29 nathancp:
2002-09-29 kazu * cp-tree.h: Fix comment typos.
2002-09-26 dpatelMove C++ specific ChangeLog entry for "cp_binding_level...
2002-09-25 mmitchel * cp/class.c (contains_empty_class_p): New method.
2002-09-23 mmitchel * c-common.c (flag_abi_version): New variable.
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-19 dpatel 2002-09-19 Devang Patel <dpatel@apple.com>
2002-09-18 nathancp:
2002-09-17 zackbinutils:
2002-09-16 nathancp:
2002-09-16 nathancp:
2002-09-16 geoffkIndex: gcc/ChangeLog
2002-09-16 nathancp:
next