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