aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-05call.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-4/+0
2003-07-02re PR c++/10219 (ICE in maybe_adjust_types_for_deduction on invalid code)Nathan Sidwell1-0/+3
2003-06-18cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell1-79/+83
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2
2003-06-16* tree.c: Convert to ISO C.Nathanael Nerode1-251/+143
2003-06-11re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell1-3/+5
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell1-4/+7
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-9/+8
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-4/+3
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-04-15tree.c (build_cplus_array_type_1): Do not call uses_template_parms() on a NUL...Ziemowit Laski1-1/+1
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-24/+1
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-21/+0
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-07call.c (reference_binding): Remove REF_IS_VAR parameter.Mark Mitchell1-0/+12
2003-02-20Change base class access representation.Nathan Sidwell1-49/+80
2003-01-31tree.h (TYPE_BINFO_SIZE, [...]): Remove.Nathan Sidwell1-1/+1
2003-01-17re PR c++/9294 ([new parser] parser enters infinite loop)Mark Mitchell1-3/+2
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+0
2003-01-07* tree.c: Delete bogus #if 0 code.Nathanael Nerode1-9/+0
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill1-17/+13
2003-01-03PR c++/45, c++/3784Nathan Sidwell1-2/+4
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell1-1/+0
2002-12-28Make-lang.in (po-generated): Remove parse.c.Mark Mitchell1-14/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-22/+34
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