aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-26tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell1-4/+4
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-1/+10
2004-07-20tree.h: Include vec.hNathan Sidwell1-7/+4
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-1/+1
2004-07-12re PR c++/16475 (FAIL: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:)Andrew Pinski1-5/+1
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-1/+0
2004-07-07re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)H.J. Lu1-1/+5
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-7/+7
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-3/+3
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle1-3/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-7/+16
2004-04-30class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-22class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali...Mark Mitchell1-7/+5
2004-03-08re PR c++/13170 (ICE in build_base_path)Jason Merrill1-4/+2
2004-02-07c-ppoutput.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-05re PR c++/9941 (typeinfo not generated correctly when #pragmas are involved)Mark Mitchell1-1/+1
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-6/+2
2003-09-14* rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls.Geoffrey Keating1-1/+2
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-1/+7
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-4/+4
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell1-2/+3
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-17/+13
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-6/+2
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-6/+0
2003-06-23decl.c (register_dtor_fn): Mark cleanup as used.Jan Hubicka1-3/+12
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell1-4/+2
2003-06-13* rtti.c: Remove PARAMS.Nathanael Nerode1-21/+21
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-4/+3
2003-04-22* rtti.c (throw_bad_typeid): Use build_cxx_call.Mark Mitchell1-1/+1
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-2/+2
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-8/+7
2003-04-03gengtype-lex.l (IWORD): Add CHAR_BITFIELD.Kaveh R. Ghazi1-1/+1
2003-03-20cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.Matt Austern1-4/+15
2003-03-07call.c (merge_conversion_sequences): New function.Mark Mitchell1-7/+2
2003-02-20Change base class access representation.Nathan Sidwell1-7/+9
2003-01-17re PR c++/9294 ([new parser] parser enters infinite loop)Mark Mitchell1-3/+8