class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
[gcc.git] / gcc / cp / rtti.c
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-17 Richard Guentherre PR c++/22374 (C++ front-end produces mis-match types...
2008-07-31 Jakub Jelinekre PR c++/36405 (ICE with typeid of member function)
2008-07-18 Kris Van Heesc-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYP...
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-05-07 Kenneth Zadeck[multiple changes]
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-02-27 Jakub Jelinekre PR c++/35368 (With #pragma visibility, `vtable for...
2008-02-04 Jason Merrillre PR c++/33916 (Default constructor fails to initializ...
2007-12-11 Jakub Jelinekre PR c++/34364 (class& is not known as as a class...
2007-11-01 Jakub Jelinekre PR c++/32260 (too many warning: dereferencing type...
2007-09-06 Jason Merrillre PR c++/15097 (code generator problem with ::delete...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-06-16 Andrew Pinski[multiple changes]
2007-05-14 Paolo Carlinire PR c++/29928 (typeid of unknown bound array)
2007-02-28 Sandra Loosemorebuiltins.c (fold_builtin_call_list, [...]): Delete...
2007-01-09 Geoffrey KeatingIndex: ChangeLog
2006-11-30 Geoffrey Keatingrtti.c (get_tinfo_decl): Handle return value from pushd...
2006-11-13 Roger Saylertti.c (get_pseudo_ti_init): Ensure that the offset...
2006-10-22 Nathan Sidwellre PR libstdc++/20647 (Wrong typeid for incomplete...
2006-10-13 Mark Mitchellre PR c++/29318 (ICE: type_info of pointer to VLA)
2006-08-23 Benjamin Smedbergre PR c++/28687 (dynamic_cast<void*> disallowed too...
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-22 Volker Reicheltre PR c++/28109 (ICE with typeid of incomplete type)
2006-06-06 Mike StumpFix up whitespacing
2006-06-04 Andrew Pinskire PR c++/27592 (dynamic cast failure)
2006-05-05 Aldy Hernandezc-parser.c (c_parser_cast_expression): Only insert...
2006-04-19 Volker Reicheltre PR c++/10385 (Internal compiler error in build_up_re...
2006-02-18 Mark Mitchellre PR c++/26266 (Trouble with static const data members...
2006-02-07 Roger Sayledecl.c (grokdeclarator): Don't bother checking for...
2006-01-29 Gabriel Dos Reiscall.c (alloc_conversion): Use cast when converting...
2006-01-22 Gabriel Dos Reisfix comment
2006-01-22 Gabriel Dos Reisre PR c++/10891 (code using dynamic_cast causes segfaul...
2005-09-20 Jakub Jelinekre PR c++/23947 (segv in reshape_init_r())
2005-09-06 Mark Mitchellre PR c++/9782 (constructor not called on higher-dimens...
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-16 Nathan Sidwellrtti.c (get_tinfo_decl): Avoid caching tinfo_descs...
2005-06-15 Nathan SidwellMake-lang.in: Reformat some long lines.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-04-25 Andrew Pinskire PR c++/21188 (CbcModel.cpp:3571: internal compiler...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-03-14 Kriang LerdsuwanakijFriend class name lookup 5/n PR c++/1016
2005-02-09 Mark Mitchellre PR c++/19733 (ICE on invalid destructor call)
2005-01-18 Kazu HirataMake-lang.in, [...]: Update copyright.
2005-01-01 Richard Hendersonre PR middle-end/17799 (Non-optimizing compile loses...
2004-12-22 Mark Mitchell* rtti.c (emit_support_tinfos): Avoid using C99 semantics.
2004-12-22 Mark Mitchellre PR c++/18464 (error message about "non-lvalue in...
2004-12-08 Nathan Sidwellre PR c++/18803 (rejects access to operator() in template)
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 2/n, PR c++/14513, c++/15410
2004-10-18 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base...
2004-10-11 Nathan Sidwellcp-tree.h (get_dynamic_cast_base_type): Rename to ...
2004-10-10 Gabriel Dos ReisConvert diagnostics to use quoting flag q 7/n
2004-09-22 Nathan Sidwellcp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
2004-09-22 Nathan Sidwellcp-tree.h (struct lang_type_class): Remove marked flags...
2004-08-27 Nathan Sidwellcall.c (validate_conversion_obstack): Replace my_friend...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-16 Roger Saylecall.c (build_vfield_ref, [...]): Replace calls to...
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-04 Mark Mitchellclass.c (build_vtable): Do not set DECL_VISIBILITY...
2004-07-29 Mark Mitchellc-common.h (lang_post_pch_load): New variable.
2004-07-26 Nathan Sidwelltree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).
2004-07-25 Niall Douglasre PR c++/9283 (__attribute__((visibility ("hidden...
2004-07-20 Nathan Sidwelltree.h: Include vec.h
2004-07-16 Mark Mitchellvec.h (VEC_address): New function.
2004-07-12 Andrew Pinskire PR c++/16475 (FAIL: g++.dg/rtti/tinfo1.C scan-assemb...
2004-07-12 Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-07 H.J. Lure PR c++/16276 ([3.4 only] G++ generates local referen...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-07-06 Nathan Sidwelltree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-06-24 Roger Saylec-common.c (expand_unordered_cmp): Delete.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-30 Kazu Hirataclass.c, [...]: Fix comment typos.
2004-04-22 Mark Mitchellclass.c (initialize_array): Don't set TREE_HAS_CONSTRUC...
2004-03-08 Jason Merrillre PR c++/13170 (ICE in build_base_path)
2004-02-07 Kazu Hiratac-ppoutput.c, [...]: Update copyright.
2004-02-05 Mark Mitchellre PR c++/9941 (typeinfo not generated correctly when...
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-09-27 Gabriel Dos Reisname-lookup.h (get_global_value_if_present): New function.
2003-09-14 Geoffrey Keating* rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo...
2003-09-05 Nathan Sidwellre PR c++/12037 (Spurious "statement has no effect...
2003-08-01 Kriang LerdsuwanakijPR c++/8442, c++/8806
2003-07-29 Mark Mitchellre PR c++/11667 (wider-than-int enums never compare...
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-19 Kaveh R. Ghazifixfixes.c [...]: Remove unnecessary casts.
2003-07-08 Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06 Kazu Hiratacall.c: Fix comment formatting.
2003-07-04 Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-06-23 Jan Hubickadecl.c (register_dtor_fn): Mark cleanup as used.
2003-06-20 Mark Mitchellre PR middle-end/11041 (ICE: const myclass &x = *x...
2003-06-13 Nathanael Nerode* rtti.c: Remove PARAMS.
2003-05-17 Kaveh R. Ghazibuiltins.c (validate_arglist): Eliminate libiberty...
next