aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson1-42/+0
2004-07-15decl.c (xref_basetypes): Refactor.Nathan Sidwell1-61/+68
2004-07-12cp-tree.h (make_binfo): Remove.Nathan Sidwell1-49/+13
2004-07-12call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn...Nathan Sidwell1-5/+3
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-4/+4
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-3/+3
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-2/+2
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-2/+2
2004-06-29tree.c (build_min_nt, [...]): Don't set TREE_COMPLEXITY from input_line.Per Bothner1-3/+0
2004-06-28Use vector API for vbase list.Nathan Sidwell1-11/+4
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-11/+8
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-7/+9
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-1/+0
2004-06-17re PR c++/16015 (xfailed g++.dg/ext/stmtexpr1.C)Jason Merrill1-1/+2
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-2/+2
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-2/+2
2004-06-02When a class template is explicitly instantiated, its member should be too.Matt Austern1-1/+1
2004-05-31re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell1-0/+4
2004-05-23class.c (alter_access): Use %E format specifier to print an identifier node.Gabriel Dos Reis1-10/+9
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-39/+92
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-2/+2
2004-04-02re PR c++/14007 (Incorrect use of const partial specialization for reference ...Nathan Sidwell1-12/+1
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-0/+14
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell1-2/+0
2004-03-05tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill1-3/+3
2004-02-27tree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.Ziemowit Laski1-1/+4
2004-02-24tree.c (check_qualified_type): New fn.Jason Merrill1-3/+2
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-11/+0
2004-02-09* call.c, parser.c, tree.c: Fix comment typos.Kazu Hirata1-1/+1
2004-02-05tree.c (cp_cannot_inline_tree_fn): Allow inlining of comdat functions.Jan Hubicka1-2/+6
2004-02-02re PR c++/13113 (Nice warning about &(X::m) lost)Mark Mitchell1-1/+19
2004-01-30re PR c++/13693 ([tree-ssa] build failure in mipsisa64-elf)Richard Henderson1-1/+7
2003-12-30re PR c++/13494 (ICE on bidimensional array subscription in template function.)Nathan Sidwell1-8/+3
2003-12-22re PR c++/5050 (template instantiation depth exceeds/maybe recursion problem)Andrew Pinski1-22/+0
2003-12-19cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata1-10/+10
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-08re PR c++/11971 (ICE in cp_expr_size with variadic function call)Jason Merrill1-11/+27
2003-11-12tree.c (build_target_expr_with_type): Treate VA_ARG_EXPR like CONSTRUCTOR.Mark Mitchell1-2/+4
2003-10-23re PR c++/12726 (ICE (segfault) on trivial code)Jason Merrill1-2/+4
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-10-14re PR c++/11878 (ICE in cp_expr_size)Jason Merrill1-0/+6
2003-10-09re PR middle-end/6392 (Problems with __restrict__ type qualifier (array))Jason Merrill1-54/+52
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill1-2/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-7/+0
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-7/+40
2003-09-04re PR c++/12161 (ICE during bootstrap, locale-inst.c, cp/call.c: 4571)Geoffrey Keating1-0/+9