aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-04Remove cast-as-lvalue extension.Mark Mitchell1-62/+18
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-37/+0
2003-08-20semantics.c (simplify_aggr_init_expr): Split out from simplify_aggr_init_expr...Jason Merrill1-1/+4
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-0/+24
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-4/+2
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell1-5/+9
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-7/+0
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell1-80/+0
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-0/+8
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