aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-09-10typeck.c (build_c_cast): Preserve the cast if casting to and from an Objectiv...Ziemowit Laski2-0/+12
2004-09-09Make-lang.in (cp/typeck.o): Depend on c-common.h.Ziemowit Laski3-1/+17
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg3-7/+13
2004-09-09Make-lang.in (cp/semantics.o): Depend on c-common.h.Ziemowit Laski3-2/+15
2004-09-09cp-tree.h (do_poplevel): New prototype.Ziemowit Laski3-1/+7
2004-09-08Fix cp changelog from previous checkinNathan Sidwell1-0/+6
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell3-4/+4
2004-09-06* semantics.c (expand_body): Assert that we are not nested.Daniel Jacobowitz2-1/+10
2004-09-06decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_b...Zack Weinberg3-59/+81
2004-09-04decl.c (grok_declarator): Remove a redundant semicolon.Kriang Lerdsuwanakij3-10/+14
2004-09-03Compile speed improvement.Matt Austern2-0/+33
2004-09-03* decl.c (finish_function): Clean out pointers we no longer need.Jan Hubicka2-0/+16
2004-09-03configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware...Jan Beulich2-1/+6
2004-09-02decl2.c (determine_visibility): Only check data visibility for VAR_DECLS.Paul Brook2-2/+8
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell4-7/+27
2004-08-31hooks.c (hook_bool_void_true): New function.Mark Mitchell4-8/+40
2004-08-31Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.Ziemowit Laski8-255/+409
2004-08-31re PR c++/17221 (C++ offsetof regression)Richard Henderson2-5/+9
2004-08-30cp-tree.h (initialize_artificial_var): Declare.Mark Mitchell4-14/+29
2004-08-30class.c (build_base_path): Use build_address directly.Richard Henderson4-22/+13
2004-08-30fold-const.c (tree_expr_nonzero_p): Use get_base_address before assuming an A...Richard Henderson2-2/+15
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell9-182/+175
2004-08-30call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable.Nathan Sidwell16-223/+243
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell4-192/+149
2004-08-30c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.Nathan Sidwell2-3/+6
2004-08-28c-common.h: Update comments about ObjC/ObjC++ entry points.Ziemowit Laski2-7/+16
2004-08-28* decl.c (expand_static_init): Avoid bogus warnings.Jason Merrill2-2/+6
2004-08-27re PR c++/16851 (ICE when throwing a comma expression)Jason Merrill2-0/+5
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill5-45/+107
2004-08-27cp-tree.def (OFFSETOF_EXPR): New.Richard Henderson4-12/+21
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell20-478/+484
2004-08-27tree.h (size_int_type): Remove.Nathan Sidwell5-5/+11
2004-08-26cp-tree.h (DECL_FIELD_IS_BASE): New.Richard Henderson3-3/+20
2004-08-25re PR middle-end/16693 (Bitwise AND is lost when used within a cast to an enu...Roger Sayle2-1/+15
2004-08-25re PR c++/17155 (Another link problem with function-local classes)Mark Mitchell2-0/+9
2004-08-25* mangle.c (get_identifier_nocopy): Add cast.Mark Mitchell2-1/+3
2004-08-25cp-tree.h (mangle_type): Remove.Mark Mitchell3-40/+86
2004-08-25re PR c++/14428 (incompatible template declarations accepted)Kriang Lerdsuwanakij2-1/+11
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell12-40/+56
2004-08-25flags.h (enum debug_info_type): Remove DWARF_DEBUG.Zack Weinberg3-10/+6
2004-08-25repo.c (extract_string): Reset backquote after one character.Adam Nemet2-2/+10
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2-1/+6
2004-08-24re PR c++/16889 (ambiguity is not detected)Nathan Sidwell2-3/+31
2004-08-24re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126)Kriang Lerdsuwanakij2-2/+24
2004-08-24re PR c++/17149 (ICE: tree check: expected record_type or union_type or qual_...Nathan Sidwell2-3/+11
2004-08-24re PR c++/17163 (ICE with -frepo and static class variables)Mark Mitchell3-2/+12
2004-08-23Revert earlier fix for PR 14029Andrew Pinski2-5/+8
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell3-4/+10
2004-08-22re PR tree-optimization/15262 ([tree-ssa] Alias analyzer cannot handle addres...Andrew Pinski2-0/+11
2004-08-21re PR c++/17121 (Link problem with function-local classes)Mark Mitchell2-1/+6