aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-27re PR bootstrap/44287 (Failed to bootstrap)Kai Tietz1-0/+2
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+1
2010-05-24rtti.c (tinfo_base_init): Use build_constructor instead of build_constructor_...Nathan Froyd1-45/+53
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-7/+7
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-3/+5
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-2/+4
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+6
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-1/+10
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-3/+3
2009-12-02re PR c++/29917 (%s substituted with actual words can not be translated corre...Paolo Bonzini1-10/+11
2009-11-26re PR c++/10690 ([DR 115] Even when used within typeid(), a template-id gener...Jason Merrill1-0/+2
2009-11-11re PR c++/39131 (decimal float point: ICE on typeid( 0.dd ))Jason Merrill1-0/+1
2009-11-02re PR c++/41774 (ice: vector VEC(visibility,base) pop domain error, in pop_vi...Jakub Jelinek1-2/+2
2009-11-01* rtti.c (tinfo_name): Fix lengths for private case.Jason Merrill1-3/+3
2009-10-30mangle.c (mangle_type_string_for_rtti): Reapply 153734.Jerry Quinn1-8/+22
2009-10-30tinfo.cc (operator=(const type_info&)): Revert 153734.Jerry Quinn1-22/+8
2009-10-30mangle.c (mangle_type_string_for_rtti): Revert r149964.Jerry Quinn1-8/+22
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill1-1/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-2/+4
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-14/+28
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-1/+1
2008-09-17re PR c++/22374 (C++ front-end produces mis-match types in MODIFY_EXPR (dynam...Richard Guenther1-1/+3
2008-07-31re PR c++/36405 (ICE with typeid of member function)Jakub Jelinek1-2/+4
2008-07-18c-common.c (c_stddef_cpp_builtins): Define __CHAR16_TYPE__ and __CHAR32_TYPE__.Kris Van Hees1-1/+1
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-7/+7
2008-05-07[multiple changes]Kenneth Zadeck1-1/+1
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-5/+0
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-18/+26
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-6/+6
2008-02-27re PR c++/35368 (With #pragma visibility, `vtable for __cxxabiv1::__class_typ...Jakub Jelinek1-12/+25
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-2/+0
2007-12-11re PR c++/34364 (class& is not known as as a class-type anymore after dynamic...Jakub Jelinek1-2/+1
2007-11-01re PR c++/32260 (too many warning: dereferencing type-punned pointer will bre...Jakub Jelinek1-1/+15
2007-09-05re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...Jason Merrill1-2/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-06-15[multiple changes]Andrew Pinski1-3/+3
2007-05-14re PR c++/29928 (typeid of unknown bound array)Paolo Carlini1-2/+2
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-9/+9
2007-01-09Index: ChangeLogGeoffrey Keating1-2/+6
2006-11-30rtti.c (get_tinfo_decl): Handle return value from pushdecl_top_level_and_finish.Geoffrey Keating1-2/+3
2006-11-13rtti.c (get_pseudo_ti_init): Ensure that the offset field of the base type in...Roger Sayle1-5/+6
2006-10-22re PR libstdc++/20647 (Wrong typeid for incomplete types)Nathan Sidwell1-7/+1
2006-10-13re PR c++/29318 (ICE: type_info of pointer to VLA)Mark Mitchell1-3/+2
2006-08-23re PR c++/28687 (dynamic_cast<void*> disallowed too rigorously with -fno-rtti)Benjamin Smedberg1-7/+7
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-0/+4
2006-06-22re PR c++/28109 (ICE with typeid of incomplete type)Volker Reichelt1-1/+1
2006-06-06Fix up whitespacingMike Stump1-34/+34