aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-04re PR c++/27592 (dynamic cast failure)Andrew Pinski1-1/+3
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez1-0/+3
2006-04-19re PR c++/10385 (Internal compiler error in build_up_reference, at cp/cvt.c:3...Volker Reichelt1-3/+3
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-1/+1
2006-02-07decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.Roger Sayle1-2/+1
2006-01-29call.c (alloc_conversion): Use cast when converting from void *.Gabriel Dos Reis1-1/+1
2006-01-22fix commentGabriel Dos Reis1-2/+1
2006-01-22re PR c++/10891 (code using dynamic_cast causes segfaults when -fno-rtti is u...Gabriel Dos Reis1-0/+8
2005-09-20re PR c++/23947 (segv in reshape_init_r())Jakub Jelinek1-1/+6
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-8/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might change.Nathan Sidwell1-4/+4
2005-06-15Make-lang.in: Reformat some long lines.Nathan Sidwell1-219/+265
2005-06-15Canonicalize whitespace.Mike Stump1-63/+63
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-78/+78
2005-04-25re PR c++/21188 (CbcModel.cpp:3571: internal compiler error: in compare_value...Andrew Pinski1-1/+2
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-5/+5
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-4/+4
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-1/+1
2005-01-18Make-lang.in, [...]: Update copyright.Kazu Hirata1-1/+2
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+2