class.c, [...]: Fix comment typos.
[platform/upstream/gcc.git] / gcc / cp / class.c
2004-04-30 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-04-22 Mark Mitchellclass.c (initialize_array): Don't set TREE_HAS_CONSTRUC...
2004-04-20 Roger Saylere PR middle-end/14531 (pessimise code, loose constantness)
2004-04-01 Richard Kennerexpr.c (get_inner_reference): Use DECL_UNSIGNED, not...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-18 Richard Kennertree.h (TREE_CHECK2, [...]): New macros.
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2004-02-29 Mark Mitchellre PR debug/12103 (-g only crash (segfault) with a...
2004-02-16 Mark Mitchellre PR c++/13971 (ICE when compiling koffice-cvs (in...
2004-02-02 Mark Mitchellre PR c++/13113 (Nice warning about &(X::m) lost)
2004-01-31 Kazu Hirataclass.c: Fix comment typos.
2004-01-26 Mark Mitchellclass.c (add_method): Just check processing_template_de...
2004-01-21 Kazu HirataMake-lang.in, [...]: Update copyright.
2004-01-19 Mark Mitchellre PR c++/13592 (C++ parser regression)
2004-01-13 Jason Merrillre PR c++/12815 (Code compiled with optimization behave...
2004-01-12 Mark Mitchellclass.c (layout_class_type): For non-POD class types...
2004-01-06 Mark Mitchellre PR c++/13057 (regparm attribute not applied to destr...
2004-01-06 Mark Mitchellre PR c++/12815 (Code compiled with optimization behave...
2003-12-25 Andrew PinskiPR c++/13268, c++/13339
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-16 Nathan Sidwellre PR c++/13387 (assignment to base class corrupts...
2003-12-15 Nathan Sidwellclass.c (add_method): Disallow destructor for java...
2003-12-13 Kazu HirataChangeLog: Fix typos.
2003-12-12 Nathan Sidwellre PR c++/13118 ([ABI] Missed covariant return thunk)
2003-12-12 Nathan SidwellPR c++/13114, c++/13115
2003-12-06 Mark Mitchellre PR c++/13323 (Template code does not compile in...
2003-11-18 Kriang Lerdsuwanakijre PR c++/12932 (ICE with use of ptr-to-function as...
2003-11-01 Kriang Lerdsuwanakijre PR c++/12796 (Wrong line number in error message)
2003-10-24 Kriang Lerdsuwanakijre PR c++/11076 (ICE with invalid base class)
2003-10-24 Nathan SidwellPR c++/12698, c++/12699, c++/12700, c++/12566
2003-10-22 Kazu Hiratacall.c: Fix comment formatting.
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-10-20 Jason Merrillclass.c (layout_class_type): Set DECL_ARTIFICIAL on...
2003-09-22 Richard HendersonRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 Richard Hendersontree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION...
2003-09-18 Roger Sayletree.def (FFS_EXPR, [...]): Delete unused tree codes.
2003-09-17 Mark Mitchellre PR c++/12266 (incorrect instantiation of unneeded...
2003-09-15 Mark Mitchellre PR c++/3907 (nested template parm collides with...
2003-09-15 Mark Mitchellclass.c (layout_class_type): Make DECL_MODE match TYPE_...
2003-09-14 Mark Mitchellclass.c (layout_class_type): Make DECL_MODE match TYPE_...
2003-09-11 Nathan Sidwellre PR c++/11788 (missing implicit instantiation of...
2003-09-06 Nathan Sidwellre PR c++/11794 (using declaration inside nested class...
2003-09-06 Roger Saylere PR c++/11409 (using declarations and fabs built-in)
2003-09-03 Mark Mitchellre PR c++/12053 (ABI difference between default g+...
2003-08-25 Mark Mitchellre PR target/8795 ([PPC] Altivec related bugs concernin...
2003-08-20 Mark Mitchellre PR c++/11946 (fun and merriment with enums as functi...
2003-08-12 Mark Mitchellre PR c++/11703 (Problem with using enum in placement...
2003-08-02 Nathan Sidwellre PR c++/9447 (using Base<T>::member does not work)
2003-08-02 Nathan Sidwellcp-tree.h (pushclass): Remove unneeded parameter.
2003-08-01 Kriang LerdsuwanakijPR c++/8442, c++/8806
2003-07-30 Jan Hubickare PR c/10320 (gcc 3.4 gets rid of static inline functi...
2003-07-29 Mark Mitchellre PR c++/11667 (wider-than-int enums never compare...
2003-07-24 Mark Mitchellcp-tree.h (convert_to_base_statically): Declare.
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 Nathan Sidwellcp-tree.h (enum cp_lvalue_kind): Add clk_packed.
2003-07-19 Kaveh R. Ghazifixfixes.c [...]: Remove unnecessary casts.
2003-07-16 Andrew Pinskire PR c/10962 (lookup_field is a linear search on a...
2003-07-14 Mark Mitchellre PR c++/11503 (segfault when instantiating template...
2003-07-10 Nathan SidwellPR c++ 9483
2003-07-08 Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06 Kazu Hiratacall.c: Fix comment formatting.
2003-07-05 Kazu Hiratacall.c: Fix comment typos.
2003-07-03 Mark Mitchellcall.c (build_scoped_method_call): Use convert_to_void.
2003-07-03 Kaveh R. Ghaziclass.c (add_method, [...]): Fix format specifier.
2003-06-24 Nathan Sidwellcall.c (enforce_access): Assert we get a binfo.
2003-06-24 Jan Hubickalanghooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE...
2003-06-17 Mark Mitchellre PR c++/10712 (ICE in constructor_name_full, at cp...
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...
next