aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-12re PR c++/16254 (ICE in lower_stmt, at gimple-low.c:205)Richard Henderson1-1/+1
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-4/+3
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09Make-lang.in (cp/semantics.o): Depend on c-common.h.Ziemowit Laski1-1/+8
2004-09-09cp-tree.h (do_poplevel): New prototype.Ziemowit Laski1-1/+1
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-1/+1
2004-09-06* semantics.c (expand_body): Assert that we are not nested.Daniel Jacobowitz1-1/+6
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-14/+9
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-10/+9
2004-08-24re PR c++/17149 (ICE: tree check: expected record_type or union_type or qual_...Nathan Sidwell1-1/+3
2004-08-17re PR c++/15871 (g++ does not honour -fkeep-inline-functions)Mark Mitchell1-1/+7
2004-08-17re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell1-3/+9
2004-08-16call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN.Roger Sayle1-12/+12
2004-08-04target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.Paul Brook1-2/+5
2004-08-02re PR c++/16338 (ICE when throwing a compound literal)Mark Mitchell1-16/+6
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-16/+28
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+2
2004-07-18c-common.c (c_common_truthvalue_conversion): Don't warn if TREE_NO_WARNING is...Steven Bosscher1-1/+1
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-1/+1
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-1/+1
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-2/+4
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-1/+5
2004-06-28cp-tree.h (struct deferred_access): Move to ...Nathan Sidwell1-60/+106
2004-06-28friend.c (add_friend): Only perform access checks when context is a class.Nathan Sidwell1-5/+6
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-8/+8
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell1-31/+0
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-35/+0
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-1/+1
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-6/+6
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-1/+5
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-10/+39
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-0/+13
2004-06-18re PR c++/16034 (dtor called prematurely for while-loop scoped variable)Richard Henderson1-67/+54
2004-06-17re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill1-20/+32
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-13/+19
2004-06-16c-common.def (ASM_STMT): Remove.Richard Henderson1-1/+1
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-2/+2
2004-06-16re PR c++/16012 (trouble with scope in for statements in templates)Richard Henderson1-0/+5
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-239/+257
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-133/+87
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-3/+3
2004-03-31tree.h (optimize_function): Kill prototype.Jan Hubicka1-4/+0
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell1-4/+11
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell1-1/+15
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner1-1/+1
2004-03-16re PR c++/14586 (Bogus warning in templates about taking address of a tempora...Mark Mitchell1-1/+2
2004-02-20re PR c++/14199 (Unjustified warning about unused variable)Mark Mitchell1-1/+10
2004-02-03re PR c++/14002 (Friend declaration with template-id causes confusion of func...Mark Mitchell1-1/+2
2004-02-03re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell1-0/+5
2004-01-28* semantics.c (expand_body) Do emit_associated_thunks beforeJan Hubicka1-3/+3