]> gcc.gnu.org Git - gcc.git/history - gcc/cp/class.c
builtins.def (BUILT_IN_CABS, [...]): New builtins representing ISO C99's cabs, cabsf...
[gcc.git] / gcc / cp / class.c
2003-05-31 Diego Novilloclass.c (dump_array): Call CONSTRUCTOR_ELTS to access...
2003-05-20 Jason Merrillfix whitespace
2003-05-18 Gabriel Dos Reishashtable.h (struct ht_identifier): Add data member...
2003-05-15 Mark Mitchellcall.c (build_op_delete_call): Avoid creating unnecessa...
2003-05-10 Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-05-03 Nathan Sidwellclass.c (finish_struct): Use location_t and input_locat...
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-29 Mark Mitchellre PR c++/10549 (ICE in store_bit_field on bitfields...
2003-04-28 Mark Mitchellre PR c++/10506 (ICE in build_new at cp/init.c with...
2003-04-23 Mark Mitchellre PR c++/9847 (ICE on :?-operator with double class...
2003-04-13 Zack Weinbergtree.c (build_constructor): New function.
2003-04-10 Mark Mitchellclass.c (layout_class_type): Correct handling for overl...
2003-04-03 Jason Merrillstor-layout.c (do_type_align): New fn, split out from...
2003-03-31 Jason Merrillre PR java/10145 (java and c++ disagree about class...
2003-03-22 Nathan SidwellPR c++/9978, c++/9708
2003-03-16 Nathan Sidwellre PR c++/9629 (virtual inheritance segfault)
2003-03-06 Mark Mitchellre PR c++/9791 (-Woverloaded-virtual reports hiding...
2003-03-05 Mark Mitchell* class.c (end_of_class): Correct thinko.
2003-03-03 Mark Mitchellre PR c++/9878 (error: non-lvalue in unary `&' wrongly...
2003-03-03 Jason Merrilltree-inline.c (find_builtin_longjmp_call): Save and...
2003-02-20 Nathan SidwellChange base class access representation.
2003-02-18 Mark Mitchellre PR c++/9704 (miscompilation of classes with bit...
2003-02-18 Michael Elizabeth... class.c (build_base_field): Mark fields for base classe...
2003-02-15 Nathan Sidwellsearch.c: ANSIfy function declarations and definitions.
2003-01-30 Mark Mitchellclass.c (check_field_decls): Only check C_TYPE_FIELDS_R...
2003-01-30 Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-27 Nathan Sidwellclass.c (update_vtable_entry_for_fn): Add index parameter.
2003-01-23 Nathanael Nerodeclass.c, parser.c: ANSIfy function definitions and...
2003-01-22 Mark Mitchellre PR c++/9388 ([new parser] ICE in cxx_incomplete_type...
2003-01-16 Kaveh R. Ghaziarm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsign...
2003-01-13 Jason Merrillre PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c...
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-07 Andreas Schwabclass.c (layout_class_type): Don't use PCC_BITFIELD_TYP...
2003-01-07 Mark Mitchellclass.c (layout_class_type): Correct handling of unname...
2003-01-03 Matt Austerncp-tree.h (struct lang_type_class): add field for key...
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-31 Nathan Sidwellclass.c (modify_vtable_entry): Remove unused variable.
2002-12-30 Nathan Sidwellcp-tree.h (THUNK_TARGET): New macro.
2002-12-30 Nathan Sidwellre PR c++/9054 (segfault on legal code with option...
2002-12-28 Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-20 Kazu HirataChangeLog: Fix a typo.
2002-12-19 Mark Mitchellclass.c (build_base_field): Do not set DECL_PACKED...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-04 Geoffrey Keatingclass.c (finish_struct_1): Correct comment.
2002-11-29 Mark Mitchellclass.c (walk_subobject_offsets): Recur on binfos as...
2002-11-27 Mark Mitchellclass.c (build_base_field): Make sure we get the canoni...
2002-11-26 Mark Mitchellempty11.C: New test.
2002-11-24 Mark Mitchellclass.c (layout_class_type): Reuse tail padding when...
2002-11-15 Kazu HirataChangeLog: Follow spelling conventions.
2002-11-14 Mark Mitchellclass.c (dfs_find_final_overrider): Adjust so that...
2002-11-08 Mark Mitchellclass.c (add_vcall_offset_vtbl_entries_1): Correct...
2002-11-07 Mark Mitchellclass.c (add_implicitly_declared_members): Put implicit...
2002-11-04 Mark Mitchellcall.c (build_special_member_call): Do not try to looku...
2002-10-30 Kriang LerdsuwanakijCore issue 287, PR c++/7639
2002-10-26 Mark Mitchellcall.c (build_over_call): Use DECL_CONTEXT, not DECL_VI...
2002-10-25 Mark Mitchellclass.c (build_vtbl_initializer): Don't use build_vtabl...
2002-10-25 David Edelsohnre PR c++/7228 (ICE when using member template and...
2002-10-25 Mark Mitchellclass.c (end_of_base): New method.
2002-10-24 Mark Mitchell* class.c (check_field_decls): Fix typo.
2002-10-22 Mark Mitchellclass.c (empty_base_at_nonzero_offset_p): New function.
2002-10-21 Mark Mitchellclass.c (include_empty_classes): Use normalize_rli.
2002-10-21 Mark Mitchellre PR c++/8218 (Excessively large amount of memory...
2002-10-18 Mark Mitchell* class.c (base_derived_from): Make sure return value...
2002-10-18 Mark Mitchell(strictly_overrides): Remove.
2002-10-18 Mark Mitchellclass.c (find_final_overrider_data_s): Remove overridin...
2002-10-18 Nathan Sidwellclass.c (add_method): Compare template parms too.
2002-10-17 Mark Mitchellre PR c++/7584 (Erroneous ambiguous base error on using...
2002-10-15 Mark Mitchellclass.c (check_field_decls): Remove empty_p parameter.
2002-10-11 Mark MitchellNEWS: Document removal of "new X = ..." extension.
2002-10-02 Matt Austernclass.c (check_field_decls): Changed warning about...
2002-10-01 Steve Ellceyclass.c (build_vtbl_initializer): Change build_c_cast...
2002-09-30 Steve Ellceyclass.c (build_vtbl_initializer): Add cast.
2002-09-30 Mark Mitchellstore-layout.c (finish_record_layout): Add free_p param...
2002-09-25 Mark Mitchellclass.c (contains_empty_class_p): New method.
2002-09-23 Mark Mitchellc-common.c (flag_abi_version): New variable.
2002-09-21 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-13 Kazu Hiratacall.c: Fix comment formatting.
2002-08-27 Mark Mitchellc-common.c (warn_abi): New variable.
2002-08-09 Mike Stumpcall.c (add_builtin_candidate): legal -> valid, illegal...
2002-08-08 Nathan Sidwellclass.c (convert_to_base): Correct check for error_mark...
2002-08-08 Mark MitchellRework build_component_ref.
2002-08-05 Geoffrey KeatingIndex: ChangeLog
2002-08-04 Nathan Sidwellcp-tree.h (VF_DERIVED_VALUE): Remove.
2002-08-04 Nathan Sidwellre PR c++/7470 (Vtable: virtual function pointers not...
2002-07-23 Neil Boothdefaults.h (obstack_chunk_alloc, [...]): Default defini...
2002-07-12 Mark Mitchell* class.c (add_method): Correct handling of conversion...
2002-07-11 Mark Mitchellre PR c++/7224 (g++ 3.x does not tecognize unused ambig...
2002-07-09 Mark Mitchellcp-tree.h (constructor_name_p): Declare it.
2002-06-25 Mark Mitchellcall.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2002-06-24 Mark Mitchellcp-tree.h (SCALAR_TYPE_P): New macro.
2002-06-18 Jason MerrillC++ ABI changes.
2002-06-14 Richard Hendersondefaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
2002-06-04 Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-05-14 Alexandre Olivacp-tree.h (struct lang_type): Added non_zero_init.
2002-05-13 Jason Merrillclass.c (build_vtbl_ref_1): Use fixed_type_or_null.
2002-04-30 Mark Mitchellclass.c (finish_struct_bits): Only mark TREE_ADDRESSABL...
2002-04-25 Jason Merrillre PR c++/5607 (No pointer adjustment in covariant...
2002-04-14 Jakub Jelinekclass.c (layout_virtual_bases): Do all dsize computatio...
2002-04-07 Mark Mitchellre PR c++/5571 (crash in initialization of a static...
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
next
This page took 0.81205 seconds and 107 git commands to generate.