aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-6/+7
2004-10-21re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell1-7/+20
2004-10-18cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.Nathan Sidwell1-4/+8
2004-10-12class.c (dfs_modify_vtables): Simplify condition.Nathan Sidwell1-30/+34
2004-10-11cp-tree.h (SAME_BINFO_TYPE_P): New.Nathan Sidwell1-21/+22
2004-10-08cp-tree.h (dfs_walk, [...]): Remove.Nathan Sidwell1-76/+45
2004-10-07cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.Mark Mitchell1-14/+2
2004-10-04Convert diagnostics to use quoting flag q 2/nGabriel Dos Reis1-72/+75
2004-09-29re PR middle-end/17525 (ICE in emit_move_insn (non-BLKmode arg))Jason Merrill1-0/+1
2004-09-28class.c (VTT_TOP_LEVEL_P, [...]): Remove.Nathan Sidwell1-98/+67
2004-09-27class.c (struct count_depth_data): Remove.Nathan Sidwell1-36/+5
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-23/+8
2004-09-18call.c, [...]: Follow spelling conventions.Kazu Hirata1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-16class.c (copy_virtuals): Remove.Nathan Sidwell1-19/+5
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-10/+9
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell1-3/+3
2004-09-10re PR c++/17386 (libstdc++ iostreams miscompilation)Richard Henderson1-24/+33
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell1-0/+1
2004-08-31hooks.c (hook_bool_void_true): New function.Mark Mitchell1-8/+24
2004-08-30cp-tree.h (initialize_artificial_var): Declare.Mark Mitchell1-14/+3
2004-08-30class.c (build_base_path): Use build_address directly.Richard Henderson1-1/+1
2004-08-30fold-const.c (tree_expr_nonzero_p): Use get_base_address before assuming an A...Richard Henderson1-2/+10
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-21/+13
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell1-171/+129
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-58/+43
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-2/+1
2004-08-26cp-tree.h (DECL_FIELD_IS_BASE): New.Richard Henderson1-3/+7
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+3
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg1-1/+1
2004-08-20stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, clear cache on co...Nathan Sidwell1-1/+2
2004-08-19cp-tree.h (build_shared_int_cst): Remove.Nathan Sidwell1-1/+1
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-20/+20
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-1/+1
2004-08-12Fix typoMark Mitchell1-2/+3
2004-08-12re PR c++/16273 (Memory exhausted when using nested classes and virtual funct...Mark Mitchell1-58/+100
2004-08-06expr.c (expand_expr_real_1): Remove.Paolo Bonzini1-3/+0
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-46/+1
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-2/+53
2004-07-28cp-tree.h (struct tree_pair_s): New.Nathan Sidwell1-11/+17
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-1/+40
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-2/+3
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-1/+5
2004-07-20cp-tree.h (struct lang_type_class): Remove vfields field.Nathan Sidwell1-45/+7
2004-07-20tree.h: Include vec.hNathan Sidwell1-75/+48
2004-07-20Revert patch for PR c++/16623.Mark Mitchell1-5/+1
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-1/+5
2004-07-19vec.h: Propagate location information properly.Nathan Sidwell1-53/+53