aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-01fix typoJason Merrill1-1/+1
2004-10-13re PR c++/17661 (ICE in create_tmp_var)Andrew Pinski1-0/+8
2004-10-11* semantics.c: Fix comment typos.Kazu Hirata1-3/+3
2004-10-10re PR c++/17554 (crashes in on kopete build (KDE's kdenetwork))Andrew Pinski1-6/+21
2004-10-10re PR c++/17907 (ice in optimize_inline_calls, at tree-inline.c)Andrew Pinski1-1/+2
2004-10-10Convert diagnostics to use quoting flag q 7/nGabriel Dos Reis1-26/+26
2004-10-06[multiple changes]Andrew Pinski1-0/+1
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-27re PR c++/17585 (usage of unqualified name of static member from within class...Mark Mitchell1-6/+4
2004-09-27re PR c++/17585 (usage of unqualified name of static member from within class...Mark Mitchell1-1/+1
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-1/+1
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-1/+1
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