aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-26tree.c (cp_build_qualified_type_real): Correct handling of array types.Mark Mitchell1-4/+14
2002-11-26empty11.C: New test.Mark Mitchell1-11/+4
2002-10-23langhooks.h (struct lang_hooks_for_tree_inlining): Add var_mod_type_p.Zack Weinberg1-66/+0
2002-10-11re PR c++/5661 (Gcc 3.0.3 Seg faults compiling bad code)Mark Mitchell1-0/+66
2002-09-30tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also overloaded.Nathan Sidwell1-3/+4
2002-09-30store-layout.c (finish_record_layout): Add free_p parameter.Mark Mitchell1-0/+5
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-16Remove DR 295 implementation.Nathan Sidwell1-3/+12
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-5/+5
2002-09-13cp-tree.h, tree.c: New function non_cast_lvalue_p.Matt Austern1-0/+8
2002-08-30tree.c: Include target.h.Richard Henderson1-0/+9
2002-08-25tree.c (lvalue_p_1): Add argument for whether casts of lvalues are allowable.Matt Austern1-16/+47
2002-08-11decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis1-2/+1
2002-08-10tree.c (maybe_dummy_object): Replace // with /* */eNathan Sidwell1-2/+3
2002-08-08Rework build_component_ref.Mark Mitchell1-3/+19
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-08-02tree.c (build_shared_int_cst): Make cache file scope, and GTY it.Nathan Sidwell1-5/+5
2002-07-24In cp/ChangeLog:Geoffrey Keating1-4/+4
2002-07-11re PR c++/7279 (NRV related miscompilation)Jason Merrill1-0/+4
2002-07-05re PR rtl-optimization/7145 (g++ -O with structure initializer & return value...Jason Merrill1-0/+1
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-3/+17
2002-06-16tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template in...Richard Henderson1-1/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-20/+24
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva1-1/+22
2002-05-03tree.c (build_cplus_array_type): Only const and volatile get special handling.Jason Merrill1-4/+6
2002-04-24typeck.c (build_modify_expr): The pedwarn for array assignment is now uncondi...Jason Merrill1-1/+6
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-1/+1
2002-04-06re PR c++/525 (Problem with Multiple Inheritance and -pedantic)Jason Merrill1-1/+5
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-2/+0
2002-04-03langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth1-1/+0
2002-03-29Makefile.in (except.o): Update.Neil Booth1-1/+0
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth1-1/+1
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez1-1/+1
2002-03-20Makefile.in: Update.Neil Booth1-1/+1
2002-03-17fix comment typoJason Merrill1-1/+1
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-1/+0
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth1-9/+8
2002-02-28tree.h (TARGET_EXPR_SLOT, [...]): New macros.Jason Merrill1-0/+33
2002-02-22PR c++/2645, DR 295Nathan Sidwell1-22/+56
2002-02-22attr-alwaysinline.c: New.Aldy Hernandez1-0/+4
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell1-7/+6
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-5/+5
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-2/+2
2001-12-05langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill1-0/+24
2001-11-30re PR c++/3048 (Lookup problem (gcc 2.95 regression))Mark Mitchell1-17/+0
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-21/+8
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-3/+3
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-01tree.c (cp_copy_res_decl_for_inlining): Adjust DECL_ABSTRACT_ORIGIN for the r...Jakub Jelinek1-0/+1