aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-09-16error.c (dump_decl): Make sure there is lang_specific info before checking fo...Andrew MacLeod1-0/+5
2004-09-16class.c (copy_virtuals): Remove.Nathan Sidwell1-0/+8
2004-09-16missing changelog entryNathan Sidwell1-0/+16
2004-09-16* search.c: Follow spelling conventions.Kazu Hirata1-0/+4
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-0/+6
2004-09-15* search.c (get_pure_virtuals): Remove unused variables.Nathan Sidwell1-0/+2
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell1-0/+10
2004-09-15re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined)Mark Mitchell1-0/+11
2004-09-14* pt.c (unify): Replace gcc_unreachable with gcc_assert.Nathan Sidwell1-1/+5
2004-09-14re PR c++/16162 (Rejects valid member-template-definition)Mark Mitchell1-0/+7
2004-09-14re PR c++/16716 (ICE in cp_parser_parse_and_diagnose_invalid_type_name)Mark Mitchell1-0/+10
2004-09-12re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205)Richard Henderson1-0/+6
2004-09-11pt.c (cur_stmt_expr): Move from tsubst_expr.Richard Henderson1-0/+7
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-1/+26
2004-09-10decl.c (objc_mark_locals_volatile): Make description of routine more descript...Ziemowit Laski1-0/+6
2004-09-10re PR c++/17386 (libstdc++ iostreams miscompilation)Richard Henderson1-0/+11
2004-09-10decl.c (objc_get_current_scope, [...]): New functions, to be called from ObjC++.Ziemowit Laski1-0/+5
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-0/+6
2004-09-10typeck.c (build_c_cast): Preserve the cast if casting to and from an Objectiv...Ziemowit Laski1-0/+5
2004-09-09Make-lang.in (cp/typeck.o): Depend on c-common.h.Ziemowit Laski1-0/+7
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg1-0/+6
2004-09-09Make-lang.in (cp/semantics.o): Depend on c-common.h.Ziemowit Laski1-0/+6
2004-09-09cp-tree.h (do_poplevel): New prototype.Ziemowit Laski1-0/+5
2004-09-08Fix cp changelog from previous checkinNathan Sidwell1-0/+6
2004-09-06* semantics.c (expand_body): Assert that we are not nested.Daniel Jacobowitz1-0/+4
2004-09-06decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_b...Zack Weinberg1-5/+17
2004-09-04decl.c (grok_declarator): Remove a redundant semicolon.Kriang Lerdsuwanakij1-1/+8
2004-09-03Compile speed improvement.Matt Austern1-0/+13
2004-09-03* decl.c (finish_function): Clean out pointers we no longer need.Jan Hubicka1-0/+4
2004-09-03configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware...Jan Beulich1-0/+5
2004-09-02decl2.c (determine_visibility): Only check data visibility for VAR_DECLS.Paul Brook1-1/+6
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell1-0/+5
2004-08-31hooks.c (hook_bool_void_true): New function.Mark Mitchell1-0/+9
2004-08-31Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.Ziemowit Laski1-0/+50
2004-08-31re PR c++/17221 (C++ offsetof regression)Richard Henderson1-0/+6
2004-08-30cp-tree.h (initialize_artificial_var): Declare.Mark Mitchell1-0/+9
2004-08-30class.c (build_base_path): Use build_address directly.Richard Henderson1-0/+8
2004-08-30fold-const.c (tree_expr_nonzero_p): Use get_base_address before assuming an A...Richard Henderson1-0/+5
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-0/+26
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell1-0/+33
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell1-0/+15
2004-08-30c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.Nathan Sidwell1-0/+4
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski1-0/+7
2004-08-28* decl.c (expand_static_init): Avoid bogus warnings.Jason Merrill1-0/+4
2004-08-27re PR c++/16851 (ICE when throwing a comma expression)Jason Merrill1-0/+3
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-0/+8
2004-08-27cp-tree.def (OFFSETOF_EXPR): New.Richard Henderson1-0/+7
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-0/+93
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell1-0/+7
2004-08-26cp-tree.h (DECL_FIELD_IS_BASE): New.Richard Henderson1-0/+7