aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-10/+12
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-2/+3
2012-03-19re PR c++/14710 (Warning about useless casts)Paolo Carlini1-3/+8
2012-01-03re PR c++/29273 (error on dynamic_cast<T>(array))Paolo Carlini1-3/+6
2011-11-30re PR c++/51299 ([C++11] erroneous nullptr warning on dynamic cast)Paolo Carlini1-3/+3
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini1-2/+2
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-4/+3
2011-06-30re PR c++/49387 (t.cxx:140: error: too many initializers for ‘const __class...Jason Merrill1-0/+2
2010-12-07* config/mcore/mcore.c Don't include assert.h.Joseph Myers1-1/+0
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-0/+2
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-3/+2
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-5/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-3/+3
2010-06-09call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd1-9/+7
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
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