aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-22* rtti.c (emit_support_tinfos): Avoid using C99 semantics.Mark Mitchell1-5/+7
2004-12-22re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell1-16/+26
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-27/+21
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij1-4/+4
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-1/+1
2004-10-11cp-tree.h (get_dynamic_cast_base_type): Rename to ...Nathan Sidwell1-1/+1
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis1-7/+8
2004-09-22cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).Nathan Sidwell1-6/+5
2004-09-22cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a...Nathan Sidwell1-57/+2
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-5/+5
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-10/+9
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-9/+9
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-10/+14
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-22/+5
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-89/+103